| /plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/ |
| D | DoubleMatcher.php | 22 public $exact; variable in Google\\Service\\TrafficDirectorService\\DoubleMatcher 26 public function setExact($exact) argument 28 $this->exact = $exact; 32 return $this->exact;
|
| D | StringMatcher.php | 25 public $exact; variable in Google\\Service\\TrafficDirectorService\\StringMatcher 48 public function setExact($exact) argument 50 $this->exact = $exact; 57 return $this->exact;
|
| /plugin/annotations/ |
| H A D | helper.php | 606 $exact = $this->normalizeWhitespace($annotation['anchor']['exact'] ?? ''); 607 return $exact === '' || mb_strpos($pageText, $exact) === false; 795 $exact = (isset($anchor['exact']) && is_string($anchor['exact'])) 798 if ($exact === '') { 801 if (mb_strlen($exact) > self::MAX_QUOTE) { 802 $exact = mb_substr($exact, 0, self::MAX_QUOTE); 822 'exact' => $exact,
|
| H A D | script.js | 282 if (!anchor || !anchor.exact) return null; 284 var exact = normalizeWS(anchor.exact); 285 if (exact === '') return null; 294 while ((idx = norm.indexOf(exact, from)) !== -1) { 296 from = idx + exact.length; 308 var suf = norm.slice(pos + exact.length, pos + exact.length + suffix.length); 321 return {pos: chosen, len: exact.length}; 902 if (ann.anchor && ann.anchor.exact) { 905 quote.textContent = ann.anchor.exact; 1536 var exact = normalizeWS(sel.toString()); [all …]
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ |
| D | ScopeIndentSniff.php | 60 public $exact = false; variable in Generic_Sniffs_WhiteSpace_ScopeIndentSniff 197 $this->exact = (bool) $this->exact; 209 $exact = (bool) $this->exact; 210 if ($exact === true && isset($tokens[$i]['nested_parenthesis']) === true) { 214 $exact = false; 295 $exact = false; 444 $exact = false; 517 && $exact === false 628 $exact = true; 718 $exact = true; [all …]
|
| /plugin/metadisplay/ |
| D | README.md | 25 …-e, --exact exact page match, set to on for exact match, off for normal match
|
| D | cli.php | 60 $page=""; $exact=""; $cl=""; $search=""; $fuzzy=""; $tm=""; $dtype=""; $ltype=""; 71 $exact = $opts[$i+1]; 104 …$ret = array('namespace'=>$namespace,'page'=>$page,'exact'=>$exact,'search'=>$search,'fuzzy'=>$fuz…
|
| /plugin/orgchart/ |
| D | README | 30 …ing; when using 'page' this needs to be the exact pagename, when using simple string it needs to b… 54 * if type 'page' is used for line manager, the link text doesn't need to match the exact name as th…
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
| H A D | ProxyErrorListener.php | 52 bool $exact, argument 57 …$listener->reportAmbiguity($recognizer, $dfa, $startIndex, $stopIndex, $exact, $ambigAlts, $config…
|
| H A D | DiagnosticErrorListener.php | 53 bool $exact, argument 57 if ($this->exactOnly && !$exact) {
|
| H A D | BaseErrorListener.php | 36 bool $exact, argument
|
| H A D | ANTLRErrorListener.php | 35 bool $exact, argument
|
| /plugin/autocolor/ |
| D | README.md | 10 * **Case-Sensitive:** Differentiates between exact uppercase and lowercase spellings. 33 3. Create this exact page in your DokuWiki and insert a table using the following syntax:
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tests/ |
| D | constant.rst | 7 ``constant`` checks if a variable has the exact same value as a constant. You
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | verbatim.rst | 23 The ``verbatim`` tag works in the exact same way as the old ``raw`` tag,
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/ |
| D | Argument.php | 30 public static function exact($value) function in Prophecy\\Argument
|
| /plugin/extranet/ |
| D | README_EN.md | 10 - filter pages and media files by exact ID, namespace, wildcard or regex; 24 The exact behavior depends on `default_policy`:
|
| D | README.md | 10 - filtrer des pages et médias par identifiant exact, namespace, joker ou regex ; 24 Le comportement exact dépend de `default_policy` :
|
| D | DOKU_EN | 47 | filter_list | List of page or media IDs targeted by the policy. Supports exact IDs, namespace pre… 112 | ''idMatchesRule($id, $rule)'' | ''2026-03-13'' | Tests an ID against an exact rule, namespace, wi…
|
| /plugin/webdav/vendor/sabre/uri/ |
| D | README.md | 16 4. `build` to do the exact opposite of `parse`.
|
| /plugin/icalevents/vendor/sabre/uri/ |
| D | README.md | 16 4. `build` to do the exact opposite of `parse`.
|
| /plugin/metadisplay/helper/ |
| D | plaintext.php | 29 $exact=$options['exact']; 51 if($exact == 'on') $this->exact_page_match = true;
|
| D | html.php | 29 $exact=$options['exact']; 52 if($exact == 'on') $this->exact_page_match = true;
|
| /plugin/asciidocjs/node_modules/strip-ansi/ |
| D | readme.md | 30 …reduce risk, and improve code health, while paying the maintainers of the exact dependencies you u…
|
| /plugin/davcal/vendor/sabre/uri/ |
| H A D | README.md | 16 4. `build` to do the exact opposite of `parse`.
|