Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 430) sorted by path

12345678910>>...18

/plugin/404manager/
H A Daction.php527 foreach ($wordsInPageSourceId as $word) {
528 $nbWordFound = $nbWordFound + substr_count($targetPageId, $word);
/plugin/a2s/
H A Ddemo.txt121 …n the image. This is useful when you have enough room to use a meaningful word as id. However, it …
128 …after ''<'' and before ''>''. If there are more spaces on the left of the word ''a2s'', then the i…
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js8492 function get_lyrics(text,cont){var s,word,p,i,j,ly,dfnt
8518 case'-':word="-\n"
8520 case'_':word="_\n"
8522 case'*':word=""
8526 word="";while(1){if(!p[i])
8530 case'~':word+=' ';i++
8532 case'-':word+="\n"
8534 case'\\':word+=p[++i];i++
8536 default:word+=p[i++]
8544 if(word
[all...]
/plugin/advrack/
H A Dstyle.css37 word-wrap: break-word;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe8952 Ġpass word
20925 Ġkey word
28458 pass word
30021 ĠPass word
34961 Pass word
40092 word press
42863 S word
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php169 * Return set of symbol pairs in a word.
172 * @param array<int, string> $word
176 private function buildSymbolPairs(array $word): array argument
180 foreach ($word as $i => $part) {
197 $word = mb_str_split($token, 1, 'UTF-8');
198 $initialLength = count($word);
199 $pairs = $this->buildSymbolPairs($word);
228 while ($i < count($word)) {
229 $j = $this->indexOf($word, $first, $i);
233 ...array_slice($word,
[all...]
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md92 - It is preceded by one word, or...
93 - It is followed by one word.
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js343 $.each(words, function(i, word) { argument
344 progress += word.length;
394 return $.map(value.split(options.multipleSeparator), function(word) { argument
395 return $.trim(value).length ? $.trim(word) : null;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11436 word = word.toLowerCase();
11437 return result + (index ? (word.charAt(0).toUpperCase() + word.slice(1)) : word);
11820 return result + (index ? ' ' : '') + (word.charAt(0).toUpperCase() + word.slice(1));
31886 word = words[_i];
32003 w = wordWidths[word] != null ? wordWidths[word] : wordWidths[word] = this.wordWidth(word);
32007 while (word.length) {
32008 l = word.length;
32017 word = word.slice(l);
32075 buffer += word;
32107 buffer = word;
[all …]
H A Dpdfmake.min.js.map1word","kebabCase","whitespace","reHexPrefix","snakeCase","startCase","backflow","collect","compose…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md290 word".
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1WordInfo.php41 public $word; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1WordInfo
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
H A DGoogleCloudVideointelligenceV1beta2WordInfo.php41 public $word; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2WordInfo
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
H A DGoogleCloudVideointelligenceV1p1beta1WordInfo.php41 public $word; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1WordInfo
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
H A DGoogleCloudVideointelligenceV1p2beta1WordInfo.php41 public $word; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1WordInfo
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
H A DGoogleCloudVideointelligenceV1p3beta1WordInfo.php41 public $word; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1WordInfo
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo.php37 public $word; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo
84 public function setWord($word) argument
86 $this->word = $word;
93 return $this->word;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPrefixNode.php41 public $word; variable in Google\\Service\\Spanner\\PrefixNode
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DWordInfo.php41 public $word; variable in Google\\Service\\Speech\\WordInfo
102 public function setWord($word) argument
104 $this->word = $word;
111 return $this->word;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php353 foreach ($words as $word) {
354 $state[] = $word ^ $w[++$wc];
443 foreach ($words as $word) {
444 $state[] = $word ^ $dw[++$wc];
475 $word = ($state[$i] & 0xFF000000) |
650 * @param int $word
652 private function subWord($word) argument
659 return $sbox[$word & 0x000000FF] |
660 ($sbox[$word >> 8 & 0x000000FF] << 8) |
661 ($sbox[$word >> 16 & 0x000000FF] << 16) |
[all …]
/plugin/authsmf20/
H A Dstyle.css66 word-wrap: break-word;
/plugin/autolink3/
H A Dadmin.php35 if (isset($_REQUEST['word'])) $word = $_REQUEST['word'];
158 <input type = 'text' name='word'/>
H A Dsys.php15 function link_replace($text = NULL, $word, $link, $filename) argument
40 if (preg_match('/(\W|^)('.$word.')($|[^a-z0-9_\-])/i', $element) == 1)
42 …$element = preg_replace('/(\W|^)('.$word.')($|[^a-z0-9_\-])/i','\1'."[[".substr($link,0, strlen($l…
43 $element = link_replace($element, $word, $link, $filename);
135 function is_link_exist($page, $local, $word) argument
137 $global = sprintf("%s %s %s\r\n", $word, $page, $local);
142 if (!strcmp($check, $global) || (!strcmp($word, $nword[0]) && !strcmp($local, $nword[2])))
145 if (preg_match('/:/', $word))
/plugin/autolink4/lang/en/
H A Dadmin_help.txt11 * inword: Replace partial words. DokuWiki defines a word as characters surrounded by spaces or punctuation, so this is required for languages that do not require space between words.
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php30 foreach ($temp as $key=>$word) {
31 $temp[$key] = ucfirst(strtolower($word));

12345678910>>...18