Home
last modified time | relevance | path

Searched refs:false (Results 76 – 100 of 6149) sorted by path

12345678910>>...246

/plugin/adminperm/
H A Dadmin.php83 public function load($refresh = false)
89 $config = json_decode(io_readFile($this->config, false), true);
/plugin/admnote/syntax/
H A Drenderer.php153 return false;
/plugin/adultcontent/
H A Daction.php29 if ($adult == null) $adult=false;
38 $adult=false;
/plugin/advanced/_test/
H A Dgeneral.test.php32 $this->assertTrue(false !== strtotime($info['date']));
/plugin/advanced/admin/
H A Dconfig.php193 return false;
527 public function tabURL($tab = '', $params = array(), $sep = '&', $absolute = false)
H A Dexport.php30 return false;
H A Dimport.php23 return false;
93 $overwrite_pages = ($INPUT->str('overwrite-existing-pages') == 'on' ? true : false);
/plugin/advrack/
H A Dsyntax.php77 return false;
/plugin/aichat/
H A DEmbeddings.php128 public function createNewIndex($skipRE = '', $matchRE = '', $clear = false)
H A Dcli.php48 false,
71 $options->registerOption('dump', 'Dump the chunks', 'd', false, 'page');
75 $options->registerArgument('vector.tsv', 'The vector file', false, 'tsv');
76 $options->registerArgument('meta.tsv', 'The meta file', false, 'tsv');
182 protected function page($page, $dump = false)
188 if ($pos === false) {
484 if (@preg_match($skipRE, '') === false) {
495 if (@preg_match($matchRE, '') === false) {
H A Dcomposer.lock208 "prefer-stable": false,
209 "prefer-lowest": false,
H A Dhelper.php84 if (!isset($USERINFO)) return false;
H A Dsyntax.php
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/aichat/Storage/
H A DAbstractStorage.php50 abstract public function startCreation($clear = false);
H A DSQLiteStorage.php28 protected $useLanguageClusters = false;
62 public function startCreation($clear = false)
/plugin/aichat/vendor/composer/
H A DClassLoader.php80 private $useIncludePath = false;
88 private $classMapAuthoritative = false;
180 public function add($prefix, $paths, $prepend = false)
230 public function addPsr4($prefix, $paths, $prepend = false)
387 public function register($prepend = false)
440 * @return string|false The path if found, false otherwise
449 return false;
461 if (false === $file && defined('HHVM_VERSION')) {
469 if (false
[all...]
H A DInstalledVersions.php101 return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false;
105 return false;
H A Dinstalled.php20 'dev_requirement' => false,
29 'dev_requirement' => false,
38 'dev_requirement' => false,
47 'dev_requirement' => false,
56 'dev_requirement' => false,
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php160 if (strpos($line, "\t") !== false)
860 if (strpos($Block['element']['text'], '|') !== false and chop($Line['text'], ' -:|') === '')
1159 if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<((mailto:)?\S+?@\S+?)>/i', $Excerpt['text'], $matches))
1332 if ($this->markupEscaped or $this->safeMode or strpos($Excerpt['text'], '>') === false)
1432 if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<(\w+:\/{2}[^ >]+)>/i', $Excerpt['text'], $matches))
1492 $permitRawHtml = false;
1637 protected static function escape($text, $allowQuotes = false)
1648 return false;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A D.editorconfig15 trim_trailing_whitespace = false
H A Dcomposer.lock3915 "prefer-stable": false,
3916 "prefer-lowest": false,
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php7 private bool $initialized = false;
27 if (false === $rawCharacters) {
33 if (false === $encoder) {
39 if (false === $bpeDictionary) {
44 if (false === $lines) {
52 if (false === $splitLine) {
109 return null !== $var && false !== $var && '' !== $var;
285 return false === $indexed ? -1 : $indexed;
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php140 private static function makePart($string, $position, $length = null, $offset_capture = false)
166 && ($array = mb_ereg_search_pos($pattern, '')) !== false) {
168 $lengths[] = [$array[0] - $position, false, null];
179 $lengths[] = [$strlen - $position, false, null];

12345678910>>...246