Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 217) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
DDoubleMatcher.php22 public $exact; variable in Google\\Service\\TrafficDirectorService\\DoubleMatcher
26 public function setExact($exact) argument
28 $this->exact = $exact;
32 return $this->exact;
DStringMatcher.php25 public $exact; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
48 public function setExact($exact) argument
50 $this->exact = $exact;
57 return $this->exact;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
DScopeIndentSniff.php60 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/
DREADME.md25 …-e, --exact exact page match, set to on for exact match, off for normal match
Dcli.php60 $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/
DREADME30 …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 DProxyErrorListener.php52 bool $exact, argument
57 …$listener->reportAmbiguity($recognizer, $dfa, $startIndex, $stopIndex, $exact, $ambigAlts, $config…
H A DDiagnosticErrorListener.php53 bool $exact, argument
57 if ($this->exactOnly && !$exact) {
H A DBaseErrorListener.php36 bool $exact, argument
H A DANTLRErrorListener.php35 bool $exact, argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
Dconstant.rst7 ``constant`` checks if a variable has the exact same value as a constant. You
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dverbatim.rst23 The ``verbatim`` tag works in the exact same way as the old ``raw`` tag,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
DArgument.php30 public static function exact($value) function in Prophecy\\Argument
/plugin/webdav/vendor/sabre/uri/
DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/icalevents/vendor/sabre/uri/
DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/metadisplay/helper/
Dplaintext.php29 $exact=$options['exact'];
51 if($exact == 'on') $this->exact_page_match = true;
Dhtml.php29 $exact=$options['exact'];
52 if($exact == 'on') $this->exact_page_match = true;
/plugin/asciidocjs/node_modules/strip-ansi/
Dreadme.md30 …reduce risk, and improve code health, while paying the maintainers of the exact dependencies you u…
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/asciidocjs/node_modules/lodash/
DLICENSE7 individuals. For exact contribution history, see the revision history
/plugin/sequencediagram/bower_components/lodash/
DLICENSE7 individuals. For exact contribution history, see the revision history
/plugin/revealjs/css/print/
Dpdf.css9 -webkit-print-color-adjust: exact;
/plugin/authdrupal8/
DREADME.md45 Make sure, that you use the exact same user group names in the ACL controls. Otherwise you might no…
/plugin/stlviewer/stlviewer/
Dstl_viewer.min.js2exact){i=(t-(e.animation.last_time?e.animation.last_time:e.animation.start_time))/e.animation.exac…
/plugin/authgooglesheets/vendor/monolog/monolog/
DUPGRADE.md54 - Context/extra prefix has been removed in favor of letting users configure the exact key being sent

123456789