Lines Matching refs:match

147           "scheme": "resource",    // Exact match. The value cannot be empty.
148 "host": "rawfile", // Exact match. The value cannot be empty.
149 "port": "", // Exact match. If the value is empty, it is not checked.
150 "path": "" // Prefix match. If the value is empty, it is not checked.
153 "scheme": "https", // Exact match. The value cannot be empty.
154 "host": "xxx.com", // Exact match. The value cannot be empty.
155 "port": "", // Exact match. If the value is empty, it is not checked.
156 "path": "a/b/c" // Prefix match. If the value is empty, it is not checked.
164 "scheme": "https", // Exact match. The value cannot be empty.
165 "host": "xxx.com", // Exact match. The value cannot be empty.
166 "port": "", // Exact match. If the value is empty, it is not checked.
167 "path": "" // Prefix match. If the value is empty, it is not checked.
170 "scheme": "resource", // Exact match. The value cannot be empty.
171 "host": "rawfile", // Exact match. The value cannot be empty.
172 "port": "", // Exact match. If the value is empty, it is not checked.
173 "path": "" // Prefix match. If the value is empty, it is not checked.
181 "scheme": "q", // Exact match. The value cannot be empty.
182 "host": "r", // Exact match. The value cannot be empty.
183 "port": "", // Exact match. If the value is empty, it is not checked.
184 "path": "t" // Prefix match. If the value is empty, it is not checked.
187 "scheme": "u", // Exact match. The value cannot be empty.
188 "host": "v", // Exact match. The value cannot be empty.
189 "port": "", // Exact match. If the value is empty, it is not checked.
190 "path": "" // Prefix match. If the value is empty, it is not checked.