<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> ある特定の形をした<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI参照</anchor>に一致するような<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">パターン</anchor>のようなものがいくつかの<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">プロトコル</anchor>で定義されています。
そのようなものを仮に<dfn>URI パターン</dfn>と呼ぶことにします。</p><p>URI パターンはこれまで色々な規格で色々な方式が提案されてきましたが、
広く採用されているものはありません。むしろ、
単純な文字列として<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">正規表現</anchor>などを使って一致させる方法が広く使われています。
ただし、完全に文字列として扱う方法では、
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">百分率符号化</anchor>だけの差異や<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ポート</anchor>番号の有無など考慮しなければならないことが多すぎ、
厳密にしようとすると複雑でわかりにくくなってしまうという問題があります。</p><section><h1>URL</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="30" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[30]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URL</anchor> 同士の<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">比較</anchor>演算や<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">正規化</anchor>によって<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">一致</anchor>するかどうかを判定する構文と方法については、
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URLの比較</anchor>を参照。</p></section><section><h1>URLpattern</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">PICSRules</anchor>
では <code class="ABNF"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URLpattern</anchor></code> という <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI</anchor> に似た文字列による表現を規定しています。
この文字列は URI と非常によく似ていますが、いくつかの部分で
<code class="char"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">*</anchor></code> が使えるなど、本来の URI
とは異なる部分があります。</p><p><cite>PICSRules Specification</cite> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/REC-PICSRules-971229#URLfilter">http://www.w3.org/TR/REC-PICSRules-971229#URLfilter</anchor-external></p></section><section><h1>拡張 URI</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> <strong>P3P のワイルドカード入り<q>拡張 URI</q> (<q>URI パターン</q>)</strong>:
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">P3P</anchor> は<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">方針参照ファイル</anchor>で <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI</anchor> <src xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">RFC 2396</anchor></src> 
の一致を記述するための
<q><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ワイルドカード</anchor></q>が使える<q>拡張 URI</q> を規定しています。</p><ul><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ワイルドカード</anchor>として <code class="char">*</code> が使えます。
任意の0文字以上を表します。</li><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI</anchor> に元から <code class="URI">*</code> が含まれる場合は、
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">百分率符号化</anchor>して <code class="URI">%2A</code> に<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">逃避</anchor>する必要があります。</li><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">UA</anchor> は一致検査の際に<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ワイルドカード</anchor>としての <code class="char">*</code>
を認識してから、 <code class="URI">%2A</code> を <code class="URI">*</code>
に戻す必要があります。</li><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">逃避</anchor>とその逆変換は <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI scheme</anchor> 依存です。</li><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI</anchor> の構文に一致しない URI パターンは無視しても構いません。</li></ul><p>とまあ、本来<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">予約</anchor>されていて<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">百分率符号化</anchor>の前後で等価性が保証されない
<code class="URI">*</code> をワイルドカードに選んでしまったために、
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI scheme</anchor> に独立な処理ができなくなってしまっています。</p><ul><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">P3P</anchor> <csection xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:" xml:lang="en">2.3.2.1.2 Wildcards in policy reference files</csection>
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="IW" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="P3P:&quot;#ref_file_wildcards&quot;">IW:P3P:&quot;#ref_file_wildcards&quot;</anchor-external></li></ul></section><section><h1>正規表現</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="5" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[5]</anchor-end>
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">WCAG 2.0</anchor> の以前の <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">WD</anchor> では、 <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">XML Schema</anchor>
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">正規表現</anchor>で表された <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI</anchor> の<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">集合</anchor>の記述を
<dfn>URI <rubyb xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">パターン<rt xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">pattern</rt></rubyb></dfn>と呼んでいました。</p><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><cite xmlns="http://www.w3.org/1999/xhtml">Web Content Accessibility Guidelines 2.0</cite> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2005/WD-WCAG20-20050630/#URIpatterndef">http://www.w3.org/TR/2005/WD-WCAG20-20050630/#URIpatterndef</anchor-external></comment-p><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:">その後の <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">WD</anchor> では単に<q xmlns="http://www.w3.org/1999/xhtml"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">正規表現</anchor></q>と呼んでいます。</comment-p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="11" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[11]</anchor-end>
<cite>Rules-based Resource Property Sets in RDF</cite> (<code>2005-01-18 00:03:38 +09:00</code> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/2004/12/q/doc/rdf-rulesets.html">http://www.w3.org/2004/12/q/doc/rdf-rulesets.html</anchor-external></p><p><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Perl5</anchor> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">正規表現</anchor>を使用。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="13" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[13]</anchor-end>
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">.htaccess</anchor>: <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">正規表現</anchor>を使用可能。</p></section><section><h1>前方一致</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end><ul><li><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">XML型録</anchor>の <code class="XMLe"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">uri</anchor></code> 要素の
<code class="XMLa"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">name</anchor></code> 属性は、 
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI参照</anchor>の単純な<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">文字列</anchor>としての<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">前方一致</anchor>を採用しています。</li><li>1999年版 <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">RDF</anchor> の <code class="XMLa"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">aboutEachPrefix</anchor></code>
属性は <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI参照</anchor>の単純な文字列としての前方一致を採用しています。<ul><li><cite>Resource Description Framework (RDF) Model and Syntax Specification</cite> 
<csection xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:">3.4. Containers Defined By A URI Pattern</csection>
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#URIPrefix">http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#URIPrefix</anchor-external></li></ul></li></ul></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="14" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[14]</anchor-end> <cite xml:lang="en-US">Service Modeling Language Interchange Format Version 1.1</cite> (<time>2009-05-12 17:50:21 +09:00</time> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2009/REC-sml-if-20090512/#URI_prefix_matching">http://www.w3.org/TR/2009/REC-sml-if-20090512/#URI_prefix_matching</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="40" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[40]</anchor-end> <code class="HTTP" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">domain=&quot;&quot;</anchor></code> (<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ダイジェスト認証</anchor>)
も<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">接頭辞一致</anchor>を採用しています。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="43" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[43]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URLの比較</anchor>も参照。</p></section><section><h1>URI Templates</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="29" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[29]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">RFC 6570</anchor> は <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URI Templates</anchor> なる <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URL</anchor> を作成するための<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">雛形</anchor>言語を規定しています。
ただしこれは <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URL</anchor> の生成のためのものなので、本項で扱っているような
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URL</anchor> との<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">一致</anchor>を検査するためのものではありません。</p></section><section><h1>メモ</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="6" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[6]</anchor-end>
<cite xml:lang="en-us">SML Interchange Format Version 1.0</cite> (<code>2007-03-08 05:32:26 +09:00</code> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/Submission/2007/SUBM-sml-if-20070321/#URI_prefix_matching">http://www.w3.org/Submission/2007/SUBM-sml-if-20070321/#URI_prefix_matching</anchor-external>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">名無しさん</anchor>)</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="7" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[7]</anchor-end>
<cite xml:lang="en">Protocol for Web Description Resources (POWDER): Web Description Resources Datatypes (WDRD)</cite> (<code>2007-09-27 06:24:18 +09:00</code> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2007/WD-powder-xsd-20070925/">http://www.w3.org/TR/2007/WD-powder-xsd-20070925/</anchor-external>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">名無しさん</anchor>)</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="8" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[8]</anchor-end>
<cite xml:lang="en-US">Service Modeling Language Interchange Format Version 1.1</cite> (<code>2007-09-27 00:24:13 +09:00</code> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2007/WD-sml-if-20070926/#URI_prefix_matching">http://www.w3.org/TR/2007/WD-sml-if-20070926/#URI_prefix_matching</anchor-external>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">名無しさん</anchor>)</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="9" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[9]</anchor-end>
<cite xml:lang="en">URISpace</cite> (<code>2001-02-16 04:12:14 +09:00</code> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2001/NOTE-urispace-20010215">http://www.w3.org/TR/2001/NOTE-urispace-20010215</anchor-external>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">名無しさん</anchor>)</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="10" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[10]</anchor-end>
<cite xml:lang="en-US">URI Pattern Matching for Groups of Resources</cite> (<code>2006-06-21 03:51:25 +09:00</code> 版) <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/2005/Incubator/wcl/matching.html">http://www.w3.org/2005/Incubator/wcl/matching.html</anchor-external>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">名無しさん</anchor>)</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="12" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[12]</anchor-end>
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">robots.txt</anchor>: 当初は単純な完全一致または<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">ディレクトリ</anchor>部の一致のみだったが、後に拡張されている。</p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="15" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[15]</anchor-end> <cite xml:lang="en">ESI Invalidation Protocol 1.0</cite>
( (<time>2001-08-03 20:31:31 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/esi-invp">http://www.w3.org/TR/esi-invp</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="16" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[16]</anchor-end> <cite xml:lang="EN">R2RML: RDB to RDF Mapping Language</cite>
( (<time>2012-09-27 00:23:35 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2012/REC-r2rml-20120927/#from-template">http://www.w3.org/TR/2012/REC-r2rml-20120927/#from-template</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="17" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[17]</anchor-end> <cite xml:lang="en">RFC 6415 - Web Host Metadata</cite>
( (<time>2014-09-14 19:17:07 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://tools.ietf.org/html/rfc6415#section-3.1.1.1">http://tools.ietf.org/html/rfc6415#section-3.1.1.1</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="18" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[18]</anchor-end> <cite>Extensible Resource Descriptor (XRD) Version 1.0</cite>
( (<time>2010-11-01 20:25:40 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html#link.attribute.template">http://docs.oasis-open.org/xri/xrd/v1.0/xrd-1.0.html#link.attribute.template</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="19" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[19]</anchor-end> <cite xml:lang="en">Website Parse Template</cite>
(<time>2009-05-15 00:54:32 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/Submission/WPT/#urls_section">http://www.w3.org/Submission/WPT/#urls_section</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="20" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[20]</anchor-end> <cite xml:lang="en">Protocol for Web Description Resources (POWDER): Grouping of Resources</cite>
(<time>2009-08-29 01:38:01 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2009/REC-powder-grouping-20090901/">http://www.w3.org/TR/2009/REC-powder-grouping-20090901/</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="21" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[21]</anchor-end> <cite xml:lang="en">Protocol for Web Description Resources (POWDER): Formal Semantics</cite>
(<time>2009-08-29 01:37:49 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/2009/REC-powder-formal-20090901/#iriSets">http://www.w3.org/TR/2009/REC-powder-formal-20090901/#iriSets</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="22" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[22]</anchor-end> <cite>Content Scripts - Google Chrome Extensions - Google Code</cite>
( (<time>2011-07-04 23:20:05 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://code.google.com/chrome/extensions/content_scripts.html">http://code.google.com/chrome/extensions/content_scripts.html</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="23" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[23]</anchor-end> <cite>Match Patterns - Google Chrome Extensions - Google Code</cite>
( (<time>2011-07-04 23:30:08 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://code.google.com/chrome/extensions/match_patterns.html">http://code.google.com/chrome/extensions/match_patterns.html</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="24" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[24]</anchor-end> <cite xml:lang="en">URL patterns - Custom Search Help</cite>
( (<time>2014-04-26 11:24:38 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://support.google.com/customsearch/answer/71826?hl=en">https://support.google.com/customsearch/answer/71826?hl=en</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="25" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[25]</anchor-end> <cite>Resource Description Framework (RDF) Model and Syntax Specification</cite>
( (<time>1999-02-24 14:45:07 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#URIPrefix">http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/#URIPrefix</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="26" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[26]</anchor-end> <cite xml:lang="ja">Google Developers Console Help — Google Developers</cite>
( (<time>2014-09-30 10:06:51 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developers.google.com/console/help/new/#whitelistingbyhost">https://developers.google.com/console/help/new/#whitelistingbyhost</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="27" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[27]</anchor-end> <cite>The Platform for Privacy Preferences 1.0 (P3P1.0) Specification</cite>
( (<time>2002-04-16 22:03:48 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/P3P/#ref_file_wildcards">http://www.w3.org/TR/P3P/#ref_file_wildcards</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="28" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[28]</anchor-end> <cite>The Platform for Privacy Preferences 1.0 (P3P1.0) Specification</cite>
( (<time>2002-04-16 22:03:48 +09:00</time> 版))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://www.w3.org/TR/P3P/#hints">http://www.w3.org/TR/P3P/#hints</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="31" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[31]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">OAuth 2.0</anchor> は、<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">リダイレクトURL</anchor>の登録方法の1つとして、
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URL scheme</anchor>、<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">authority</anchor>、<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">path</anchor> を指定する (<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">query</anchor> と<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">素片識別子</anchor>は含まない)
方法を規定しています。その場合、実際に指定された <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">URL</anchor> が登録されたものに一致するか<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">比較</anchor>することとなります。
<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">RFC 3986</anchor> を参照しつつも、具体的な<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">比較</anchor>の演算は定義していません。</p><comment-p xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:10:"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">リダイレクトエンドポイント</anchor>を参照。</comment-p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="32" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[32]</anchor-end> <cite xml:lang="en">mod_proxy - Apache HTTP Server Version 2.4</cite>
(<time>2015-02-15 17:51:02 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://httpd.apache.org/docs/current/en/mod/mod_proxy.html#Proxy">http://httpd.apache.org/docs/current/en/mod/mod_proxy.html#Proxy</anchor-external></figcaption><blockquote><p>Syntax:	&lt;Proxy wildcard-url&gt; ...&lt;/Proxy&gt;</p><p>Directives placed in &lt;Proxy&gt; sections apply only to matching proxied content. Shell-style wildcards are allowed.</p><p>&lt;Proxy http://example.com/foo/*&gt;</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="33" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[33]</anchor-end> <cite>Using the Proxy API - Opera 15+ extensions documentation</cite>
(<time>2015-03-14 01:51:40 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://dev.opera.com/extensions/tut_proxy.html">https://dev.opera.com/extensions/tut_proxy.html</anchor-external></figcaption><blockquote><p>This list may contain the following entries:</p><p><strong>[</strong>&lt;scheme&gt;://<strong>]</strong>&lt;host-pattern&gt;<strong>[</strong>:&lt;port&gt;<strong>]</strong></p><p>Match all hostnames that match the pattern &lt;host-pattern&gt;. A leading &quot;.&quot; is interpreted as a &quot;*.&quot;.</p><p>Examples: &quot;foobar.com&quot;, &quot;*foobar.com&quot;, &quot;*.foobar.com&quot;, &quot;*foobar.com:99&quot;, &quot;https://x.*.y.com:99&quot;.</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="34" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[34]</anchor-end> <cite>Match patterns - Opera 15+ extensions documentation</cite>
(<time>2015-03-14 01:51:40 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://dev.opera.com/extensions/tut_match_patterns.html">https://dev.opera.com/extensions/tut_match_patterns.html</anchor-external></figcaption><blockquote><p>Match pattern syntax</p><p>Here's the basic syntax:</p><p>&lt;url-pattern&gt; := &lt;scheme&gt;://&lt;host&gt;&lt;path&gt;</p><p>&lt;scheme&gt; := '*' | 'http' | 'https' | 'file' | 'ftp' | 'chrome-extension'</p><p>&lt;host&gt; := '*' | '*.' &lt;any char except '/' and '*'&gt;+</p><p>&lt;path&gt; := '/' &lt;any chars&gt;</p><p>The meaning of '*' depends on whether it's in the scheme, host, or path part. If the scheme is *, then it matches either http or https. If the host is just *, then it matches any host. If the host is *.hostname, then it matches the specified host or any of its subdomains. In the path section, each '*' matches 0 or more characters. The following table shows some valid patterns.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="35" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[35]</anchor-end> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">証明書拡張</anchor> <anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">name constraints</anchor> における <code><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">uniformResourceIdentifier</anchor></code></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="36" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[36]</anchor-end> <cite xml:lang="en-us">Crosswalk - xwalk_hosts</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Crosswalk</anchor> 著, <time>2015-03-20 02:08:05 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://crosswalk-project.org/documentation/manifest/xwalk_hosts.html">https://crosswalk-project.org/documentation/manifest/xwalk_hosts.html</anchor-external></figcaption><blockquote><p>The field takes an array of URL patterns representing hosts which the application should be able to access. The values can be fully qualified host names, like this:</p><p>&quot;http://crosswalk-project.org/&quot;</p><p>Or patterns with wild-card characters, such as:</p><p>&quot;http://*.org/&quot;</p><p>&quot;https://*/&quot;</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="37" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[37]</anchor-end> <cite>&lt;data&gt; | Android Developers</cite>
(<time>2015-06-09 13:07:08 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://developer.android.com/guide/topics/manifest/data-element.html">http://developer.android.com/guide/topics/manifest/data-element.html</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="38" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[38]</anchor-end> <cite xml:lang="en">This morning's work. · w3c/webappsec-csp@d669817</cite>
(<time>2015-10-14 10:57:55 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/w3c/webappsec-csp/commit/d6698170c8eede388bd351773dada7b633988be8">https://github.com/w3c/webappsec-csp/commit/d6698170c8eede388bd351773dada7b633988be8</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="39" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[39]</anchor-end> <cite>oEmbed</cite>
(<time>2015-10-22 22:47:17 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="http://oembed.com/">http://oembed.com/</anchor-external></figcaption><blockquote><p>The URL scheme may contain one or more wildcards (specified with an asterisk). Wildcards may be present in the domain portion of the URL, or in the path. Within the domain portion, wildcards may only be used for subdomains. Wildcards may not be used in the scheme (to support HTTP and HTTPS, provide two url/endpoint pairs).</p><p>Some examples:</p><p>http://www.flickr.com/photos/* OK</p><p>http://www.flickr.com/photos/*/foo/ OK</p><p>http://*.flickr.com/photos/* OK</p><p>http://*.com/photos/* NOT OK</p><p>*://www.flickr.com/photos/* NOT OK</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="41" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[41]</anchor-end> <cite xml:lang="en">BEACON link dump format</cite>
(<time>2014-07-07 06:04:19 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://gbv.github.io/beaconspec/beacon.html">https://gbv.github.io/beaconspec/beacon.html</anchor-external></figcaption><blockquote><p>A URI pattern in this specification is an URI Template, as defined in [RFC6570], with all template expressions being either {ID} for simple string expansion or {+ID} for reserved expansion.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="42" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[42]</anchor-end> <cite>Match Patterns - Google Chrome</cite>
(<time>2016-04-13 02:00:29 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.chrome.com/extensions/match_patterns">https://developer.chrome.com/extensions/match_patterns</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="44" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[44]</anchor-end> <cite>cURL - How To Use</cite>
( (<time>2016-05-31 06:05:05 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://curl.haxx.se/docs/manpage.html">https://curl.haxx.se/docs/manpage.html</anchor-external></figcaption><blockquote><p>You can specify multiple URLs or parts of URLs by writing part sets within braces as in:</p><p>  http://site.{one,two,three}.com</p><p>or you can get sequences of alphanumeric series by using <strong>[</strong><strong>]</strong> as in:</p><p>  ftp://ftp.example.com/file<strong>[</strong>1-100<strong>]</strong>.txt</p><p>  ftp://ftp.example.com/file<strong>[</strong>001-100<strong>]</strong>.txt (with leading zeros)</p><p>  ftp://ftp.example.com/file<strong>[</strong>a-z<strong>]</strong>.txt</p><p>Nested sequences are not supported, but you can use several ones next to each other:</p><p>  http://example.com/archive<strong>[</strong>1996-1999<strong>]</strong>/vol<strong>[</strong>1-4<strong>]</strong>/part{a,b,c}.html</p><p>You can specify any amount of URLs on the command line. They will be fetched in a sequential manner in the specified order.</p><p>You can specify a step counter for the ranges to get every Nth number or letter:</p><p>  http://example.com/file<strong>[</strong>1-100:10<strong>]</strong>.txt</p><p>  http://example.com/file<strong>[</strong>a-z:2<strong>]</strong>.txt</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="45" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[45]</anchor-end> <cite>cURL - How To Use</cite>
( (<time>2016-05-31 06:05:05 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://curl.haxx.se/docs/manpage.html#-g">https://curl.haxx.se/docs/manpage.html#-g</anchor-external></figcaption><blockquote><p>-g, --globoff</p><p>This option switches off the &quot;URL globbing parser&quot;. When you set this option, you can specify URLs that contain the letters {}<strong>[</strong><strong>]</strong> without having them being interpreted by curl itself. Note that these letters are not normal legal URL contents but they should be encoded according to the URI standard.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="46" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[46]</anchor-end> <cite xml:lang="en-US">Match patterns - Mozilla | MDN</cite>
( (<time>2016-03-01 06:01:09 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns">https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="47" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[47]</anchor-end> <cite>chrome.proxy - Google Chrome</cite>
( (<time>2016-06-17 11:13:37 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.chrome.com/extensions/proxy">https://developer.chrome.com/extensions/proxy</anchor-external></figcaption><blockquote><p>Bypass list</p><p>Individual servers may be excluded from being proxied with the bypassList. This list may contain the following entries:</p><p><strong>[</strong>&lt;scheme&gt;://<strong>]</strong>&lt;host-pattern&gt;<strong>[</strong>:&lt;port&gt;<strong>]</strong></p><p>Match all hostnames that match the pattern &lt;host-pattern&gt;. A leading &quot;.&quot; is interpreted as a &quot;*.&quot;.</p><p>Examples: &quot;foobar.com&quot;, &quot;*foobar.com&quot;, &quot;*.foobar.com&quot;, &quot;*foobar.com:99&quot;, &quot;https://x.*.y.com:99&quot;.</p><p>Pattern	Matches	Does not match</p><p>&quot;.foobar.com&quot;	&quot;www.foobar.com&quot;	&quot;foobar.com&quot;</p><p>&quot;*.foobar.com&quot;	&quot;www.foobar.com&quot;	&quot;foobar.com&quot;</p><p>&quot;foobar.com&quot;	&quot;foobar.com&quot;	&quot;www.foobar.com&quot;</p><p>&quot;*foobar.com&quot;	&quot;foobar.com&quot;, &quot;www.foobar.com&quot;, &quot;foofoobar.com&quot;	</p><p><strong>[</strong>&lt;scheme&gt;://<strong>]</strong>&lt;ip-literal&gt;<strong>[</strong>:&lt;port&gt;<strong>]</strong></p><p>Match URLs that are IP address literals.</p><p>Conceptually this is the similar to the first case, but with special cases to handle IP literal canonicalization. For example, matching on &quot;<strong>[</strong>0:0:0::1<strong>]</strong>&quot; is the same as matching on &quot;<strong>[</strong>::1<strong>]</strong>&quot; because the IPv6 canonicalization is done internally.</p><p>Examples: &quot;127.0.1&quot;, &quot;<strong>[</strong>0:0::1<strong>]</strong>&quot;, &quot;<strong>[</strong>::1<strong>]</strong>&quot;, &quot;http://<strong>[</strong>::1<strong>]</strong>:99&quot;</p><p>&lt;ip-literal&gt;/&lt;prefix-length-in-bits&gt;</p><p>Match any URL containing an IP literal within the given range. The IP range is specified using CIDR notation.</p><p>Examples: &quot;192.168.1.1/16&quot;, &quot;fefe:13::abc/33&quot;</p><p>&lt;local&gt;</p><p>Match local addresses. An address is local if the host is &quot;127.0.0.1&quot;, &quot;::1&quot;, or &quot;localhost&quot;.</p><p>Example: &quot;&lt;local&gt;&quot;</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="48" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[48]</anchor-end> <cite>Network Settings - The Chromium Projects</cite>
( (<time>2016-06-17 21:22:42 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://www.chromium.org/developers/design-documents/network-settings">https://www.chromium.org/developers/design-documents/network-settings</anchor-external></figcaption><blockquote><p>--proxy-bypass-list=(&lt;trailing_domain&gt;|&lt;ip-address&gt;)<strong>[</strong>:&lt;port&gt;<strong>]</strong><strong>[</strong>;...<strong>]</strong></p><p>This tells chrome to bypass any specified proxy for the given semi-colon-separated list of hosts. This flag must be used (or rather, only has an effect) in tandem with --proxy-server.</p><p>Note that trailing-domain matching doesn't require &quot;.&quot; separators so &quot;*google.com&quot; will match &quot;igoogle.com&quot; for example.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="49" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[49]</anchor-end> <cite xml:lang="en">Sniffly for ports.</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">mikewest</anchor>著, <time>2016-07-07 15:31:29 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/w3c/webappsec-csp/commit/22d08b990290e49f5a666fad08de16d75bb369e7">https://github.com/w3c/webappsec-csp/commit/22d08b990290e49f5a666fad08de16d75bb369e7</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="50" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[50]</anchor-end> <cite xml:lang="en">Part 2.3: What is an intersection of the two source expressions? (#144)</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Sun77789</anchor>著, <time>2016-11-29 23:09:37 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/w3c/webappsec-csp/commit/5da961eb94294f739207e183d21cbe19d3516fa3">https://github.com/w3c/webappsec-csp/commit/5da961eb94294f739207e183d21cbe19d3516fa3</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="51" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[51]</anchor-end> <cite xml:lang="en">RFC 8007 - Content Delivery Network Interconnection (CDNI) Control Interface / Triggers</cite>
(<time>2016-12-14 14:58:50 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://tools.ietf.org/html/rfc8007#section-5.2.4">https://tools.ietf.org/html/rfc8007#section-5.2.4</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="52" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[52]</anchor-end> <cite xml:lang="ja">Web ビュー</cite>
(<anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Jwmsft</anchor>著, <time>2017-01-20 14:50:56 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://msdn.microsoft.com/ja-jp/windows/uwp/controls-and-patterns/web-view">https://msdn.microsoft.com/ja-jp/windows/uwp/controls-and-patterns/web-view</anchor-external></figcaption><blockquote><p>また、サブドメインのワイルドカード (たとえば、https://*.microsoft.com) を含めることはできますが、ドメインのワイルドカード (たとえば、https://*.com や https://*.*) を含めることはできません。 </p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="53" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[53]</anchor-end> <cite xml:lang="ja">Handling App Links | Android Developers</cite>
(<time>2016-11-18 01:56:01 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.android.com/training/app-links/index.html">https://developer.android.com/training/app-links/index.html</anchor-external></figcaption><blockquote><p>android:host attribute with a domain URI pattern</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="54" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[54]</anchor-end> <cite xml:lang="en">Creating Safari Content-Blocking Rules</cite>
(<time>2017-06-06 17:03:13 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.apple.com/library/content/documentation/Extensions/Conceptual/ContentBlockingRules/CreatingRules/CreatingRules.html#//apple_ref/doc/uid/TP40016265-CH2-SW1">https://developer.apple.com/library/content/documentation/Extensions/Conceptual/ContentBlockingRules/CreatingRules/CreatingRules.html#//apple_ref/doc/uid/TP40016265-CH2-SW1</anchor-external></figcaption><blockquote><p>The url-filter string format is a strict subset of JavaScript regular expressions, shown in Table 1. Syntactically, everything supported by JavaScript is reserved but only the subset will be accepted by the parser. An unsupported expression results in a parse error.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="55" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[55]</anchor-end> <cite>Module ngx_http_core_module</cite>
(<time>2017-05-26 20:36:59 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://nginx.org/en/docs/http/ngx_http_core_module.html#location">https://nginx.org/en/docs/http/ngx_http_core_module.html#location</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="56" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[56]</anchor-end> <cite xml:lang="ja">キャッシュ無効化の概要  |  Cloud CDN のドキュメント  |  Google Cloud Platform</cite>
( (<time>2016-11-03 02:59:38 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://cloud.google.com/cdn/docs/cache-invalidation-overview?hl=ja">https://cloud.google.com/cdn/docs/cache-invalidation-overview?hl=ja</anchor-external></figcaption><blockquote><p>無効化リクエストには、無効にする 1 つまたは複数のオブジェクトを識別するパスパターンを指定します。/cat.jpg のように特定のパスを指定することも、/pictures/* のようにディレクトリ構造全体を指定することもできます。パスパターンには次の規則が適用されます。</p><p>パスパターンは / で始める必要があります。</p><p>? 、# は使用できません。</p><p>* は、/ に続く最後の文字として使用できますが、それ以外の場所では使用できません。</p><p>/* で終わる場合、先行する文字列は接頭辞になり、その接頭辞で始まるオブジェクトはすべて無効になります。</p><p>パスパターンは、URL のパス コンポーネント(ホスト名と任意の ? または # の間にあるすべての文字列)と比較されます。</p><p>URL にクエリ文字列(例: /images.php?image=fred.png)が含まれている場合、クエリ文字列だけが異なるオブジェクトを無効にすることはできません。 たとえば、2 つの画像(/images.php?image=fred.png と /images.php?image=barney.png)がある場合、fred.png だけを無効にすることはできません。images.php で提供されるすべての画像を無効にするには、パスパターンに /images.php を使用します。</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="57" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[57]</anchor-end> <cite xml:lang="en-US">Microsummary XML grammar reference - Archive of obsolete content | MDN</cite>
( (<time>2015-07-17 11:17:46 +09:00</time>))
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.mozilla.org/en-US/docs/Archive/Mozilla/Microsummary_topics/XML_grammar_reference">https://developer.mozilla.org/en-US/docs/Archive/Mozilla/Microsummary_topics/XML_grammar_reference</anchor-external></figcaption><blockquote><p>&lt;include&gt; (optional)</p><p>A regular expression matching the URLs of pages that the generator is able to summarize.</p><p>&lt;exclude&gt; (optional)</p><p>A regular expression matching the URLs of pages that the generator is not able to summarize.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="58" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[58]</anchor-end> <cite xml:lang="en-US">Match patterns - Mozilla | MDN</cite>
(<time>2017-10-07 22:52:22 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns">https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="59" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[59]</anchor-end> <cite xml:lang="en">Dev.Opera — Match Patterns</cite>
(<time>2017-08-29 15:15:14 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://dev.opera.com/extensions/match-patterns/">https://dev.opera.com/extensions/match-patterns/</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="60" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[60]</anchor-end> <cite xml:lang="en">Access and Permissions</cite>
(<time>2017-10-14 12:26:52 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.apple.com/library/content/documentation/Tools/Conceptual/SafariExtensionGuide/ExtensionPermissions/ExtensionPermissions.html">https://developer.apple.com/library/content/documentation/Tools/Conceptual/SafariExtensionGuide/ExtensionPermissions/ExtensionPermissions.html</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="61" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[61]</anchor-end> <cite xml:lang="en">Why invent a new URL template syntax? · Issue #31 · WICG/web-share-target</cite>
(<time>2018-02-26 00:50:08 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/WICG/web-share-target/issues/31">https://github.com/WICG/web-share-target/issues/31</anchor-external></p><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="62" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[62]</anchor-end> <cite xml:lang="en-US">Share - Archive of obsolete content | MDN</cite>
(<time>2018-04-05 14:33:56 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.mozilla.org/en-US/docs/Archive/Social_API/Share">https://developer.mozilla.org/en-US/docs/Archive/Social_API/Share</anchor-external></figcaption><blockquote><p>In your manifest, you can define your shareURL in this format:</p><p>&quot;shareURL&quot;: &quot;https://yoursite.com/share?u=%{url}&amp;t=%{title}</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="63" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[63]</anchor-end> <cite xml:lang="en">Headers &amp; Basic Auth | Netlify</cite>
(<time>2019-02-27 10:37:49 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://www.netlify.com/docs/headers-and-basic-auth/">https://www.netlify.com/docs/headers-and-basic-auth/</anchor-external></figcaption><blockquote><p>Paths can contain * or :placeholders. A :placeholder matches anything except / while a * matches anything.</p></blockquote></figure><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="64" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[64]</anchor-end> <cite xml:lang="en">URLs and Hashing  |  Safe Browsing APIs (v4)  |  Google Developers</cite>
(<time>2018-04-24 07:36:58 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developers.google.com/safe-browsing/v4/urls-hashing">https://developers.google.com/safe-browsing/v4/urls-hashing</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="46" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[46]</anchor-end> <cite>curl - How To Use</cite>
(<time>2020-09-21T09:01:13.000Z</time>, <time>2020-10-01T06:13:41.235Z</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://curl.haxx.se/docs/manpage.html#-g">https://curl.haxx.se/docs/manpage.html#-g</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="65" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[65]</anchor-end> <cite>curl - How To Use</cite>, <time>2020-09-21T09:01:13.000Z</time>, <time>2020-10-01T06:24:42.233Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://curl.haxx.se/docs/manpage.html#-o">https://curl.haxx.se/docs/manpage.html#-o</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="66" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[66]</anchor-end> <cite xml:lang="en">GNU Wget 1.20 Manual</cite>
(<time>2020-10-01T07:30:28.000Z</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://www.gnu.org/software/wget/manual/wget.html#index-types-of-files">https://www.gnu.org/software/wget/manual/wget.html#index-types-of-files</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="67" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[67]</anchor-end> <cite xml:lang="en">chrome.declarativeNetRequest - Chrome Developers</cite>, <time>1980-01-01T00:00:01.000Z</time>, <time>2020-12-11T08:30:40.644Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/">https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="68" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[68]</anchor-end> <cite xml:lang="en">WICG/urlpattern</cite>
(<time>2021-03-21T11:56:00.000Z</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/WICG/urlpattern">https://github.com/WICG/urlpattern</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="75" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[75]</anchor-end> <cite xml:lang="en">urlpattern/explainer.md at main · WICG/urlpattern · GitHub</cite>, <time>2023-10-05T04:22:23.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/WICG/urlpattern/blob/main/explainer.md">https://github.com/WICG/urlpattern/blob/main/explainer.md</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="69" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[69]</anchor-end> <cite xml:lang="en">New standard: URLPattern · Issue #215 · whatwg/sg · GitHub</cite>, <time>2023-10-05T04:13:40.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/whatwg/sg/issues/215">https://github.com/whatwg/sg/issues/215</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="78" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[78]</anchor-end> <cite xml:lang="en">WHATWG migration · Issue #190 · WICG/urlpattern · GitHub</cite>, <time>2023-10-05T04:23:30.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/WICG/urlpattern/issues/190">https://github.com/WICG/urlpattern/issues/190</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="70" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[70]</anchor-end> <cite xml:lang="en">GitHub - pillarjs/path-to-regexp: Turn a path string such as `/user/:name` into a regular expression</cite>, <time>2023-10-05T04:15:27.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/pillarjs/path-to-regexp">https://github.com/pillarjs/path-to-regexp</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="76" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[76]</anchor-end> <cite xml:lang="en">GitHub - wanderview/urlpattern-polyfill</cite>, <time>2023-10-05T04:22:57.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/wanderview/urlpattern-polyfill">https://github.com/wanderview/urlpattern-polyfill</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="77" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[77]</anchor-end> <cite xml:lang="en">GitHub - denoland/rust-urlpattern: Rust implementation of the `URLPattern` web API</cite>, <time>2023-10-05T04:23:12.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/denoland/rust-urlpattern">https://github.com/denoland/rust-urlpattern</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="71" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[71]</anchor-end> <cite xml:lang="en">URLPattern · Issue #525 · web-platform-tests/interop · GitHub</cite>, <time>2023-10-05T04:15:42.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/web-platform-tests/interop/issues/525">https://github.com/web-platform-tests/interop/issues/525</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="72" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[72]</anchor-end> <cite xml:lang="en">URLPattern API · Issue #61 · WebKit/standards-positions · GitHub</cite>, <time>2023-10-05T04:16:21.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/WebKit/standards-positions/issues/61">https://github.com/WebKit/standards-positions/issues/61</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="73" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[73]</anchor-end> <cite xml:lang="en">Request for Position: URLPattern · Issue #566 · mozilla/standards-positions · GitHub</cite>, <time>2023-10-05T04:21:09.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/mozilla/standards-positions/issues/566">https://github.com/mozilla/standards-positions/issues/566</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="74" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[74]</anchor-end> <cite xml:lang="ja">Intent to Ship: URLPattern</cite>, <time>2023-10-05T04:22:03.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://groups.google.com/a/chromium.org/g/blink-dev/c/-T5pJtBO8h4/m/cAkpQec1AwAJ">https://groups.google.com/a/chromium.org/g/blink-dev/c/-T5pJtBO8h4/m/cAkpQec1AwAJ</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="80" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[80]</anchor-end> <cite xml:lang="en">urlpattern/202012-update.md at main · whatwg/urlpattern · GitHub</cite>, <time>2023-10-19T05:00:17.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/whatwg/urlpattern/blob/main/202012-update.md">https://github.com/whatwg/urlpattern/blob/main/202012-update.md</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="79" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[79]</anchor-end> 
<cite xml:lang="en">GitHub - whatwg/urlpattern: URL Pattern Standard</cite>, <time>2023-10-19T04:58:47.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/whatwg/urlpattern">https://github.com/whatwg/urlpattern</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="81" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[81]</anchor-end> 
<cite xml:lang="en">URL Pattern Standard</cite>, <time>2023-10-20T05:32:29.000Z</time>, <time>2023-10-24T00:55:10.728Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://urlpattern.spec.whatwg.org/">https://urlpattern.spec.whatwg.org/</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="82" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[82]</anchor-end> <cite xml:lang="en">Editorial: update the standard for the WHATWG move by domenic · Pull Request #193 · whatwg/urlpattern · GitHub</cite>, <time>2023-10-26T04:10:14.000Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/whatwg/urlpattern/pull/193">https://github.com/whatwg/urlpattern/pull/193</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="83" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[83]</anchor-end> <cite xml:lang="en-us">URL Fields | Elastic Common Schema (ECS) Reference <strong>[</strong>8.11<strong>]</strong> | Elastic</cite>, <time>2023-11-21T23:16:08.000Z</time>, <time>2023-11-25T09:06:08.917Z</time> <anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://www.elastic.co/guide/en/ecs/8.11/ecs-url.html">https://www.elastic.co/guide/en/ecs/8.11/ecs-url.html</anchor-external></p></section></body></html>