{# #}
path | start | end | what | value | |
---|---|---|---|---|---|
{{ path }} | {{ row.start }} | {{ row.end }} | {{ row.what }} | {% if row.what == 'license' %}{{ row.value }} | {% else %}{{ row.value|escape }} | {% endif %}
path | type | name | extension | date | size | sha1 | md5 | files_count | mime_type | file_type | programming_language | is_binary | is_text | is_archive | is_media | is_source | is_script |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ path }} | {{ row.type }} | {{ row.name }} | {{ row.extension }} | {{ row.date }} | {{ row.size }} | {{ row.sha1 }} | {{ row.md5 }} | {{ row.file_count }} | {{ row.mime_type }} | {{ row.file_type }} | {{ row.programming_language }} | {{ row.is_binary }} | {{ row.is_text }} | {{ row.is_archive }} | {{ row.is_media }} | {{ row.is_source }} | {{ row.is_script }} |
path | holder | start | end |
---|---|---|---|
{{ path }} | {{ data.holder }} | {{ data.start_line }} | {{ data.end_line }} |
path | Author | start | end |
---|---|---|---|
{{ path }} | {{ data.author }} | {{ data.start_line }} | {{ data.end_line }} |
path | start | end | |
---|---|---|---|
{{ path }} | {{ data.email |urlize(target='_blank') }} | {{ data.start_line }} | {{ data.end_line }} |
path | url | start | end |
---|---|---|---|
{{ path }} | {{ data.url |urlize(target='_blank') }} | {{ data.start_line }} | {{ data.end_line }} |
path | type | packaging | primary_language |
---|---|---|---|
{{ path }} | {{ row.type }} | {{ row.packaging }} | {{ row.primary_language }} |
key | short_name | category | owner | scancode_url | licensedb_url | homepage_url | text_urls | spdx_license_key | spdx_url |
---|---|---|---|---|---|---|---|---|---|
{{ license_reference.key }} | {{ license_reference.short_name }} | {{ license_reference.category }} | {{ license_reference.owner }} | {{ license_reference.scancode_url|urlize(target='_blank') }} | {{ license_reference.licensedb_url|urlize(target='_blank') }} | {{ license_reference.homepage_url|urlize(target='_blank') }} | {% for text_url in license_reference.text_urls %} {{ text_url|urlize(target='_blank') }} {% endfor %} | {{ license_reference.spdx_license_key }} | {{ license_reference.spdx_url|urlize(target='_blank') }} |