Home
last modified time | relevance | path

Searched refs:true (Results 101 – 125 of 6699) sorted by path

12345678910>>...268

/plugin/aichat/
H A Dcli.php55 $options->registerArgument('query', 'Look up chunks similar to this query', true, 'similar');
58 $options->registerArgument('question', 'The question to ask', true, 'ask');
67 $options->registerArgument('page', 'The page to split', true, 'split');
70 $options->registerArgument('page', 'The page to check', true, 'page');
340 $this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
365 $clear = true;
370 $this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
H A Dhelper.php82 if (!$auth) return true;
83 if (!$this->getConf('restrict')) return true;
408 return json_decode(file_get_contents($this->runDataFile), true);
H A Dsyntax.php
/plugin/aichat/vendor/composer/
H A DClassLoader.php28 * $loader->setUseIncludePath(true);
389 spl_autoload_register(array($this, 'loadClass'), true, $prepend);
421 * @return true|null True if loaded, null otherwise
429 return true;
471 $this->missingClasses[$class] = true;
H A DInstalledVersions.php91 * This also returns true if the package name is provided or replaced by another package
97 public static function isInstalled($packageName, $includeDevRequirements = true)
H A Dautoload_real.php27 spl_autoload_register(array('ComposerAutoloaderInitcf5108d0fe7a5d23e88d41bf066096a6', 'loadClassLoader'), true, true);
34 $loader->register(true);
H A Dinstalled.php10 'dev' => true,
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php76 protected $urlsLinked = true;
154 $CurrentBlock['interrupted'] = true;
242 $Block['identified'] = true;
247 $Block['continuable'] = true;
268 $CurrentBlock['identified'] = true;
394 $Block['closed'] = true;
412 $Block['closed'] = true;
484 $Block['complete'] = true;
556 $listStart = stristr($matches[0], '.', true);
586 $Block['loose'] = true;
[all...]
H A DREADME.md46 $parsedown->setSafeMode(true);
63 $parsedown->setMarkupEscaped(true);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A D.editorconfig4 root = true
9 insert_final_newline = true
12 trim_trailing_whitespace = true
H A D.php-cs-fixer.dist.php9 '@Symfony' => true,
10 '@PHP81Migration' => true
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php30 $this->rawCharacters = json_decode($rawCharacters, true, 512, JSON_THROW_ON_ERROR);
36 $this->encoder = json_decode($encoder, true, 512, JSON_THROW_ON_ERROR);
49 $rawDictionaryLines = array_slice($lines, 1, count($lines), true);
62 $this->initialized = true;
204 while (true) {
233 ...array_slice($word, $i, null, true),
238 $slicer = $i > $j || 0 === $j ? [] : array_slice($word, $i, $j - $i, true);
281 $slicedArray = array_slice($array, $fromIndex, preserve_keys: true);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php175 $lengths[] = [$array[1], true, isset($regs[1]) && $regs[1]];
H A DSentence.php350 && ctype_lower(mb_substr($statement, 2, 1)) === true
/plugin/airtable/
H A Dsyntax.php144 switch(true) { //parse string based on type set
216 return true;
391 …$table_parameter_types = array("type" => true, "table" => true, "fields" => true, "record-url" =>…
405 …parameter_types = array("type" => true, "record-url" => true, "table" => true, "fields" => true, …
421 …$image_parameter_types = array("type" => true, "record-url" => true, 'table' => true, 'record-id'…
436 …parameter_types = array("type" => true, "table" => true, "fields" => true, "record-id" => true, "…
542 if($value === true) { // check if parameter is required
547 …if(($query_array[$key] == null || $query_array[$key] === "") && $value === true) { //if parameter …
/plugin/ajaxedit/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dhelper.php33 function error($msg,$type=self::ERROR_OTHER,$exit = true){
44 function _error($type,$exit = true){
60 function getWikiPage($checkLastmod = true, $min_acl = AUTH_EDIT){
122 function saveWikiPage($data,$summary,$minor = false,$param=array(),$autosubmit=true){
/plugin/ajaxpeon/
H A Daction.php96 $pglist=json_decode($wdstr,true);
157 $outtoc=tpl_toc(true);
168 $tocok = true;
200 function tpl_include_page($pageid, $print = true, $propagate = false) {
223 $out .= html_buildlist($toc,'toc','html_list_toc','html_li_default',true);
H A Dhelper.php194 $flat_wlist = json_decode($fstr,true);
216 $orev_list = json_decode($fstr,true);
/plugin/alertbox/
H A Dsyntax.php56 return true;
/plugin/alphaindex/
H A Dsyntax.php51 $nons = true;
120 return true;
147 $articlesDeletion = true;
309 $return = true;
/plugin/alphalist/
H A Dsyntax.php146 $letter_change = true;
149 if($letter_change == true)
159 return true;
/plugin/alphalist2/
H A Dsyntax.php57 return true;
/plugin/amazon/conf/
H A Ddefault.php21 $conf['showpurchased'] = true;
/plugin/amazon/
H A Dsyntax.php83 $params['price'] = true;
88 $params['purchased'] = true;
212 return true;
266 $signature = base64_encode(hash_hmac("sha256", $string_to_sign, $private_key, true));

12345678910>>...268