Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392292
home-search-symbol.html
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
home-search-symbol.html
View Options
<!-- The symbol search-->
<
label
for
=
"file-hash-form"
>
Search symbol
</
label
>
<
div
class
=
"simple-desc container-fluid"
>
Lookup symbols in content that SWH indexed (i.e. a file that we have
in our database).
</
div
>
<
br
/>
<
form
id
=
"file-hash-form"
action
=
"{{ url_for('search_symbol') }}"
class
=
"form-inline"
method
=
"get"
>
<
div
class
=
"input-group"
>
<
input
id
=
"text-symbol-input"
type
=
"text"
name
=
"q"
placeholder
=
"Symbol to lookup"
class
=
"form-control"
{%
if
q
is
not
none
%}
value
=
"{{ q }}"
{%
endif
%}
/>
</
div
>
<
div
class
=
"form-group"
>
<
select
id
=
"per_page"
name
=
"per_page"
class
=
"form-control"
>
{% for v in ['10', '25', '50'] %}
{% if per_page == v %}
<
option
selected
=
"selected"
>
{{ v }}
</
option
>
{% else %}
<
option
>
{{ v }}
</
option
>
{% endif %}
{% endfor %}
</
select
>
</
div
>
<
div
class
=
"form-group"
>
<
button
id
=
"text-symbol-submit"
class
=
"btn btn-default"
type
=
"submit"
>
Symbol search
</
button
>
</
div
>
</
form
>
<
br
/>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:57 PM (10 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3306396
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment