Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DDoubleMatcher.php22 public $exact; variable in Google\\Service\\TrafficDirectorService\\DoubleMatcher
26 public function setExact($exact) argument
28 $this->exact = $exact;
32 return $this->exact;
H A 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/
H A DScopeIndentSniff.php60 public $exact = false; variable in Generic_Sniffs_WhiteSpace_ScopeIndentSniff
197 $this->exact = (bool) $this->exact;
209 $exact = (bool) $this->exact;
214 $exact = false;
295 $exact = false;
444 $exact = false;
517 && $exact === false
740 $exact = true;
789 $exact = true;
795 $exact = true;
[all …]
/plugin/metadisplay/
H A 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…
H A DREADME.md25 …-e, --exact exact page match, set to on for exact match, off for normal match
/plugin/orgchart/
H A 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, $configs);
H A DDiagnosticErrorListener.php53 bool $exact, argument
57 if ($this->exactOnly && !$exact) {
H A DANTLRErrorListener.php35 bool $exact, argument
H A DBaseErrorListener.php36 bool $exact, argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dverbatim.rst23 The ``verbatim`` tag works in the exact same way as the old ``raw`` tag,
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst7 ``constant`` checks if a variable has the exact same value as a constant. You
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DArgument.php30 public static function exact($value) function in Prophecy\\Argument
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/metadisplay/helper/
H A Dhtml.php29 $exact=$options['exact'];
52 if($exact == 'on') $this->exact_page_match = true;
H A Dplaintext.php29 $exact=$options['exact'];
51 if($exact == 'on') $this->exact_page_match = true;
/plugin/sequencediagram/bower_components/lodash/
H A DLICENSE7 individuals. For exact contribution history, see the revision history
/plugin/revealjs/css/print/
H A Dpdf.css9 -webkit-print-color-adjust: exact;
/plugin/authdrupal8/
H A DREADME.md45 Make sure, that you use the exact same user group names in the ACL controls. Otherwise you might not be able to get access to your wiki or your adminstration panel although you are able to log in using correct credentials.
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2exact){i=(t-(e.animation.last_time?e.animation.last_time:e.animation.start_time))/e.animation.exac…
/plugin/authyubikey/lib/
H A DREADME73 exact wording. For any copyright year range specified as YYYY-ZZZZ in
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md54 - Context/extra prefix has been removed in favor of letting users configure the exact key being sent
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example55 * should be a table with exact one line containing at least the password
73 /* This statement should return a table with exact one row containing

1234567