Home
last modified time | relevance | path

Searched refs:true (Results 301 – 325 of 6699) sorted by last modified time

1...<<11121314151617181920>>...268

/plugin/mikioplugin/syntax/
H A Dquiz.php15 public $hasEndTag = true;
39 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'quiz ' . $classes . '" data-status="' . $this->applyMarkdownEffects($data['status-text']) . '" data-result-correct="' . $this->applyMarkdownEffects($data['result-correct-text']) . '" data-result-score="' . $this->applyMarkdownEffects($data['result-score-text']) . '" data-result-score-total="' . $this->applyMarkdownEffects($data['result-score-total-text']) . '" data-correct="' . $this->applyMarkdownEffects($data['correct-text']) . '" data-incorrect="' . $this->applyMarkdownEffects($data['incorrect-text']) . '"' . ($data['full'] == true ? ' data-full="true"' : '') . '>';
69 if($data['resettable'] == true) {
H A Drow.php15 public $hasEndTag = true;
H A Dsmall.php15 public $hasEndTag = true;
H A Dstep.php15 public $hasEndTag = true;
H A Dsteps.php16 public $hasEndTag = true;
61 // $complete = true;
H A Dtabgroup.php16 public $hasEndTag = true;
39 $first = true;
H A Dtext.php15 public $hasEndTag = true;
/plugin/mikioplugin/
H A Daction.php94 $tpl_supported = true;
H A Dcss.php47 $failed = true;
/plugin/aichat/
H A DChunk.php181 $data = json_decode($json, true, 512, JSON_THROW_ON_ERROR);
H A Daction.php70 $parseDown->setSafeMode(true);
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 Dsyntax.php
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/aichat/Storage/
H A DSQLiteStorage.php55 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
130 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
163 json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR),
203 json_decode($query, true, 512, JSON_THROW_ON_ERROR),
204 json_decode($embedding, true, 512, JSON_THROW_ON_ERROR)
271 $dimensions = count(json_decode((string) $result[0]['embedding'], true, 512, JSON_THROW_ON_ERROR));
288 $space->addPoint(json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR));
329 $vector = json_decode((string) $record['embedding'], true, 512, JSON_THROW_ON_ERROR);
392 $vector = json_decode((string) $row['embedding'], true, 512, JSON_THROW_ON_ERROR);
/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/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/aichat/vendor/composer/
H A Dautoload_real.php27 spl_autoload_register(array('ComposerAutoloaderInitcf5108d0fe7a5d23e88d41bf066096a6', 'loadClassLoader'), true, true);
34 $loader->register(true);
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;

1...<<11121314151617181920>>...268