Searched refs:matching (Results 1 – 25 of 99) sorted by relevance
1234
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
| H A D | Issue203Test.php | 116 $matching = false; 131 $matching = true; 135 …$this->assertTrue($matching, 'Did not find the following event in the response: '.var_export($expe…
|
| /plugin/publish/ |
| H A D | helper.php | 39 $matching = true; 49 $matching = false; 54 if($matching) { return true; } // a match 79 $matching = true; 88 $matching = false; 93 if($matching) { return true; } // a match
|
| /plugin/pwaoffline/ |
| D | sw.js | 135 return cache.match(request).then(function (matching) { argument 136 if (matching) { 137 return matching;
|
| /plugin/deletepageguard/ |
| H A D | CHANGELOG.md | 14 - PCRE regular expression pattern matching 15 - Support for matching against page ID or file path 30 - Execution timeout protection for regex matching
|
| /plugin/asciidocjs/node_modules/balanced-match/ |
| D | README.md | 12 Get the first matching pair of braces: 39 For the first non-nested matching pair of `a` and `b` in `str`, return an 43 * **end** the index of the matching `b` 54 For the first non-nested matching pair of `a` and `b` in `str`, return an
|
| /plugin/asciidocjs/node_modules/minimatch/ |
| D | README.md | 3 A minimal matching utility. 8 This is the matching library used internally by npm. 28 * Extended glob matching 29 * "Globstar" `**` matching 144 Disable `**` matching against multiple folder names. 210 allows matching with patterns constructed using `path.join()` and 253 checked for validity. Since those two are valid, matching proceeds.
|
| /plugin/asciidocjs/node_modules/call-bind/ |
| D | .eslintrc | 7 "func-name-matching": 0,
|
| /plugin/asciidocjs/node_modules/function-bind/ |
| D | .eslintrc | 7 "func-name-matching": 0,
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | README.md | 3 A minimal matching utility. 8 This is the matching library used internally by npm. 28 * Extended glob matching 29 * "Globstar" `**` matching 130 Disable `**` matching against multiple folder names. 230 checked for validity. Since those two are valid, matching proceeds.
|
| /plugin/interwikipaste/ |
| D | plugin.info.txt | 6 desc Transforms pasted urls into matching interwiki or local links
|
| /plugin/filelist/ |
| D | plugin.info.txt | 6 desc Lists files matching a given glob pattern.
|
| /plugin/asciidocjs/node_modules/glob/ |
| D | README.md | 8 library to do its matching. 80 with a matching basename. For example, `*.js` would match 85 If no matching files are found, then an empty array is returned. This 119 * `matches` `{Array<String>}` filenames found matching the pattern 127 * return: `{Array<String>}` filenames found matching the pattern 149 * `matches` `{Array<String>}` filenames found matching the pattern 179 * `end` When the matching is finished, this is emitted with all the 198 Glob to change pattern matching behavior. Also, some have been added, 226 pattern characters, but allows matching with patterns constructed 279 equivalent to `**/*.js`, matching all js files in all directories. [all …]
|
| /plugin/extendpage/ |
| D | plugin.info.txt | 6 desc Extend/Replace pages with id matching a regex by content from a different page
|
| /plugin/aichat/lang/en/ |
| D | noanswer.prompt | 1 …stion, tell them that you can't answer it because you couldn't find any matching wiki pages, which…
|
| /plugin/shibbolethauth/lang/en/ |
| D | intro.txt | 6 the authentication type, and fill the fields matching to configure the plugin shibbolethauth.
|
| /plugin/fblogin/lang/en/ |
| D | intro.txt | 6 the authentication type, and fill the fields matching to configure the plugin fblogin.
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Attr.IDBlacklistRegexp.txt | 8 degradation. ID matching is done after all other validation.
|
| /plugin/submgr/lang/en/ |
| D | intro.txt | 4 rule is added, it is automatically applied to all matching users (eg. they are subscribed to the gi…
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | .eslintrc | 18 "func-name-matching": 0,
|
| /plugin/sympaauth/lang/en/ |
| D | intro.txt | 6 type, and fill the field matching with the address of the sympa-soap server to use.
|
| /plugin/asciidocjs/node_modules/ansi-regex/ |
| D | readme.md | 3 > Regular expression for matching [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_cod… 39 Returns a regex for matching ANSI escape codes.
|
| /plugin/tplinc/lang/en/ |
| D | help.txt | 8 …y be given as relative IDs and will be resolved against the current page's namespace. When matching
|
| /plugin/spellcheck/ |
| D | style.css | 22 * Additional styles matching the default template
|
| /plugin/asciidocjs/node_modules/jake/ |
| D | usage.txt | 12 …-T/-ls, --tasks Display the tasks (matching optional PATTERN) with descriptions,…
|
| /plugin/asciidocjs/node_modules/resolve/ |
| D | .eslintrc | 13 "func-name-matching": 0,
|
1234