Home
last modified time | relevance | path

Searched refs:matching (Results 1 – 25 of 99) sorted by relevance

1234

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue203Test.php116 $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 Dhelper.php39 $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/
Dsw.js135 return cache.match(request).then(function (matching) { argument
136 if (matching) {
137 return matching;
/plugin/deletepageguard/
H A DCHANGELOG.md14 - 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/
DREADME.md12 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/
DREADME.md3 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.eslintrc7 "func-name-matching": 0,
/plugin/asciidocjs/node_modules/function-bind/
D.eslintrc7 "func-name-matching": 0,
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
DREADME.md3 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/
Dplugin.info.txt6 desc Transforms pasted urls into matching interwiki or local links
/plugin/filelist/
Dplugin.info.txt6 desc Lists files matching a given glob pattern.
/plugin/asciidocjs/node_modules/glob/
DREADME.md8 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/
Dplugin.info.txt6 desc Extend/Replace pages with id matching a regex by content from a different page
/plugin/aichat/lang/en/
Dnoanswer.prompt1 …stion, tell them that you can't answer it because you couldn't find any matching wiki pages, which…
/plugin/shibbolethauth/lang/en/
Dintro.txt6 the authentication type, and fill the fields matching to configure the plugin shibbolethauth.
/plugin/fblogin/lang/en/
Dintro.txt6 the authentication type, and fill the fields matching to configure the plugin fblogin.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.IDBlacklistRegexp.txt8 degradation. ID matching is done after all other validation.
/plugin/submgr/lang/en/
Dintro.txt4 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.eslintrc18 "func-name-matching": 0,
/plugin/sympaauth/lang/en/
Dintro.txt6 type, and fill the field matching with the address of the sympa-soap server to use.
/plugin/asciidocjs/node_modules/ansi-regex/
Dreadme.md3 > 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/
Dhelp.txt8 …y be given as relative IDs and will be resolved against the current page's namespace. When matching
/plugin/spellcheck/
Dstyle.css22 * Additional styles matching the default template
/plugin/asciidocjs/node_modules/jake/
Dusage.txt12 …-T/-ls, --tasks Display the tasks (matching optional PATTERN) with descriptions,…
/plugin/asciidocjs/node_modules/resolve/
D.eslintrc13 "func-name-matching": 0,

1234