Home
last modified time | relevance | path

Searched refs:word (Results 1 – 23 of 23) sorted by relevance

/dokuwiki/inc/Search/
H A DIndexer.php48 // get word usage in page
76 foreach ($delwords as $word) {
77 if ($word != '') {
78 [$wlen, $wid] = explode('*', $word);
106 * @return array list of word IDs and number of times used
128 // arrive here with $words = array(wordlen => array(word => frequency))
133 foreach ($words[$wlen] as $word => $freq) {
134 $word = (string)$word;
135 $wid = array_search($word,
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php334 foreach ($words as $word) {
335 $state[] = $word ^ $w[++$wc];
423 foreach ($words as $word) {
424 $state[] = $word ^ $dw[++$wc];
455 $word = ($state[$i] & intval(0xFF000000)) |
460 $temp[$i] = $dw[$i] ^ ($isbox[$word & 0x000000FF] |
461 ($isbox[$word >> 8 & 0x000000FF] << 8) |
462 ($isbox[$word >> 16 & 0x000000FF] << 16) |
463 ($isbox[$word >> 24 & 0x000000FF] << 24));
632 * @param int $word
582 _subWord($word) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php181 * Displays text in multiple word wrapped columns
304 foreach ($words as $word) {
305 if ($this->strlen($actual . $word) <= $width) {
306 $actual .= $word . ' ';
311 $actual = $word;
/dokuwiki/inc/lang/el/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/et/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/id/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/en/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less207 word-wrap: break-word;
303 word-wrap: break-word;
309 overflow-wrap: break-word;
H A Dbasic.less283 word-wrap: normal;
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/da/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/az/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/
H A Dfulltext.php88 case 'W_:': // word
89 $word = substr($token, 3);
90 if (isset($lookup[$word])) {
91 $stack[] = (array)$lookup[$word];
570 // do not process asian terms where word boundaries are not explicit
574 // unicode word boundaries
720 * a word 'aa', a phrase 'bb cc' and are within a namespace 'dd:ee'".
730 * W+:, W-:, W_: - word (underscore: no need to highlight)
794 // word-exclude
797 // word
[all...]
H A DDifferenceEngine.php980 foreach ($words as $word) {
981 // new-line should only come as first char of word.
982 if ($word == '')
984 if ($word[0] == "\n") {
987 $word = substr($word, 1);
989 assert(!strstr($word, "\n"));
990 $this->_group .= $word;
1134 // Do not convert all of them to allow word-wrap.
1248 // Do not convert all of them to allow word
[all...]
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt1 # This is a list of words the indexer ignores, one word per line
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1568 * @param string $word The word to add to the keyword group
1571 public function add_keyword($key, $word) { argument
1575 if (!in_array($word, $this->language_data['KEYWORDS'][$key])) {
1576 $this->language_data['KEYWORDS'][$key][] = $word;
1581 $this->language_data['CACHED_KEYWORD_LISTS'][$key][$subkey] .= '|' . preg_quote($word, '/');
1590 * @param string $word The word to remove from the keyword group
1599 public function remove_keyword($key, $word, $recompile = true) { argument
1600 $key_to_remove = array_search($word,
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1203 foreach ($temp as $word) {
1204 $keywords_parent[] = trim($word);
1211 foreach ($temp as $word) {
1212 $keywords_parent[] = trim($word);
1219 foreach ($temp as $word) {
1220 $keywords_parent[] = trim($word);
1227 foreach ($temp as $word) {
1228 $keywords_parent[] = trim($word);
1728 foreach ($temp as $word) {
1729 $keywords[] = trim($word);
[all...]