Home
last modified time | relevance | path

Searched refs:true (Results 6101 – 6125 of 6699) sorted by relevance

1...<<241242243244245246247248249250>>...268

/plugin/statistics/inc/
H A DStatisticsQuery.class.php361 public function browsers($tlimit, $start = 0, $limit = 20, $ext = true) {
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php318 $postMeta = json_decode($post[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY], true);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php55 if (!\in_array($orientation, ['P', 'L'], true)) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG236 * fixed reserved keywords (forbids true, false, null and none keywords for variables names)
576 …* changed the autoescape option to also accept a supported escaping strategy (for BC, true is equi…
706 * added cache reloading when auto_reload is true and an extension has been modified
803 * the "autoescape" first argument is now "true"/"false" (instead of "on"/"off")
974 'escape' => array('twig_escape_filter', true),
978 'escape' => new Twig_Filter_Function('twig_escape_filter', array('needs_environment' => true)),
1021 … $loader = new Twig_Loader_Filesystem('/path/to/templates', '/path/to/compilation_cache', true);
1029 'auto_reload' => true,
/plugin/rater/
H A Dsyntax.php937 $cFlag = true;
944 $cFlag = true;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D45.45.js.map1 …{\n offSide: true\n }\n};\nexport var language = {\n defaultToken: '',\n tokenPost…
H A D36.36.js.map1 …super',\n 'switch',\n 'typedef',\n 'TRUE',\n 'true',\n 'union',…
H A D30.30.js.map1 …// defaultToken: 'invalid',\n tokenPostfix: '.lexon',\n ignoreCase: true,\n keywords: [\n…
H A D6.6.js.map1true',\n 'try',\n 'typeof',\n 'undefined',\n 'var',\n 'void',\n…
/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1true;\n }\n return keys;\n }\n\n var keywords = words([\n \"abstract\", \…
H A Dslim.min.js.map1true, false, attributeWrapper);\n stream.next();\n return state.tokenize(stream, sta…
H A Dsass.min.js.map1true\", \"false\", \"null\", \"auto\"];\n var keywordsRegexp = new RegExp(\"^\" + keywords.join(\…
H A Dpowershell.min.js.map1true|false|null/\n ], { prefix: '\\\\$', suffix: '' });\n\n var builtins = buildRegexp([symbolBu…
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php352 $found=true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php780 if (isset($weights[$token]) === true) {
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst164 'auto_reload' => true
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php108 switch (true) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php707 return !in_array(rawurldecode(explode('=', $part)[0]), $decodedKeys, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php36 const FAST_BITWISE = true;
/plugin/text/
H A Drenderer.php553 $isImage = true;
/plugin/ckgedit/action/
H A Dsave.php40 $deaccent = $conf['deaccent'] == 0 ? false : true;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php302 $tmp = array_slice($tmp, $slice_start ?? 0, $slice_end, true);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md90 $parser->setBuildParseTree(true);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php177 $this->_conf['sort'] = 'true';
180 $this->_conf['sort'] = 'true';
183 $this->_conf['sort'] = 'true';
238 $stat = $this->_parser->parseBibliography($sqlite=true);
352 if ('true' == $this->_conf['sort'] && 'numeric' != $this->_conf['citetype']) {
384 if ('true' == $this->_conf['sort']) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc382 $params['wait_if_ongoing'] = (boolean) If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. The default is true. If set to false the flush will be skipped iff if another flush operation is already running.
412 $params['flush'] = (boolean) Specify whether the index should be flushed after performing the operation (default: true)
700 $params['preserve_existing'] = (boolean) Whether to update existing settings. If set to `true` existing settings on an index remain unchanged, the default is `false`
965 $params['only_ancient_segments'] = (boolean) If true, only ancient (an older Lucene major release) segments will be upgraded

1...<<241242243244245246247248249250>>...268