mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
<%@Assembly foo="bar"%>
|
|
<% @Control foo="bar" %>
|
|
<%@ Implements%>
|
|
<%@Import%>
|
|
<%@Master%>
|
|
<%@MasterType%>
|
|
<%@OutputCache%>
|
|
<%@Page%>
|
|
<%@PreviousPageType%>
|
|
<%@Reference%>
|
|
<%@Register%>
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@Assembly"],
|
|
["attr-name", [
|
|
"foo"
|
|
]],
|
|
["attr-value", [
|
|
["punctuation", "="],
|
|
["punctuation", "\""],
|
|
"bar",
|
|
["punctuation", "\""]
|
|
]],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<% @Control"],
|
|
["attr-name", [
|
|
"foo"
|
|
]],
|
|
["attr-value", [
|
|
["punctuation", "="],
|
|
["punctuation", "\""],
|
|
"bar",
|
|
["punctuation", "\""]
|
|
]],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@ Implements"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@Import"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@Master"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@MasterType"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@OutputCache"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@Page"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@PreviousPageType"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@Reference"],
|
|
["page-directive tag", "%>"]
|
|
]],
|
|
|
|
["page-directive tag", [
|
|
["page-directive tag", "<%@Register"],
|
|
["page-directive tag", "%>"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for all page directives. |