Home
last modified time | relevance | path

Searched refs:word (Results 26 – 50 of 430) sorted by relevance

12345678910>>...18

/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php198 $word = $words[$i];
199 if (is_int($word) && $word >= 0 && $word <= 0xffff) {
200 $chunks[] = sprintf('%04x', $word);
230 function ($word) {
231 return dechex($word);
272 foreach ($this->getWords() as $word) {
273 $bytes[] = $word >> 8;
274 $bytes[] = $word & 0xff;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dmulti_word_tests.test2 Twig allows multi-word tests without a custom node class
4 {{ 'foo' is multi word ? 'yes' : 'no' }}
5 {{ 'foo bar' is multi word ? 'yes' : 'no' }}
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.wrap.php29 foreach ($words as $word) {
30 $word .= ' ';
31 $box->process_word($word, $pipeline);
H A Dbox.inline.php171 $word = '';
186 $hyphens[] = strlen($word);
204 if ($word !== '') {
205 $text_box->add_subword($word, $encoding, $hyphens);
214 $word = '';
217 $word .= $mapping[$encoding];
222 if ($word !== '') {
223 $text_box->add_subword($word, $encoding, $hyphens);
229 $word = $mapping[$encoding];
236 if ($word !== '') {
[all …]
H A Dbox.text.string.php14 function TextBoxString($word, $encoding) { argument
17 $this->add_subword($word, $encoding, array());
H A Dinline.content.builder.pre.line.php25 foreach ($words as $word) {
26 $box->process_word($word, $pipeline);
H A Dinline.content.builder.normal.php42 foreach ($words as $word) {
43 $box->process_word($word, $pipeline);
/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/elasticsearch/vendor/patrickschur/language-detection/resources/af/
H A Daf.txt5 AANGESIEN minagting vir menseregte barbaarse dade wat die gewete van die mens aangetas het en die aanvang van ’n wereld waarin mense vryheid van spraak, geloof, vrees en behoefte het, gesien word as die hoogste aspirasie van die gemiddelde mens;
7 AANGESIEN dit noodsaaklik is dat menseregte deur die wet beskerm word ten einde te voorkom dat mense nie gedwing gaan word om in opstand teen tirannie en onderdrukking te kom nie;
24 Alle menslike wesens word vry, met gelyke waardigheid en regte, gebore. Hulle het rede en gewete en behoort in die gees van broederskap teenoor mekaar op te tree.
29 Daarbenewens sal geen onderskeid op grond van politieke, geregtelike of internasionale status van die land of gebied waartoe ’n persoon behoort gemaak word nie, hetsy dit ’n onafhanklike trust, nie‐selfregerend of onder enige ander beperking van soewereiniteit is.
35 Niemand sal in slawerny of knegskap gehou word nie; alle vorms van slawerny en handel in slawe sal verbied word.
38 Niemand sal gemartel word of aan wrede, onmenslike of vernederende behandeling of straf blootgestel word nie.
56 1. Elkeen beskuldig van ’n strafbare oortreding het die reg om as onskuldig beskou te word to
[all...]
/plugin/cumulus/
H A Dsyntax.php131 foreach ($cloud as $word => $size) {
138 $name = $word;
140 $id = $word;
155 resolve_pageID($word, $id, $exists);
163 $link = wl($word, array('do'=>'search', 'id'=>$word), true);
166 $link = wl($word, 'do=search', true);
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.list.css17 word-wrap: break-word;
43 word-wrap: break-word;
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/
H A DWhitespaceTokenizer.php23 return \array_map(function ($word) {
24 return "_{$word}_";
/plugin/pubmed2020/classes/
H A Dpubmed2020.php717 foreach ($words as $word) {
719 if (strlen($word) > 1 && ctype_upper(str_replace("-", "", $word))) {
722 …low_t = preg_replace('/([\s\-\(\[\.\/\'])'.strtolower($word).'([\s\-\)\]\.\:\?\/\'])/i', "$1$word$…
765 foreach ($exceptions as $word) {
767 $p = strtolower($word);
776 $low_t = preg_replace($p, "$1$word$2", $low_t);
779 $p = ucfirst(strtolower($word));
785 $low_t = preg_replace($p, "$1$word$2", $low_t);
788 $p = ucfirst(strtolower($word));
794 $low_t = preg_replace($p, "$word$1", $low_t);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_strong_and_em_together.md3 So is ***this*** word.
7 So is ___this___ word.
/plugin/spellcheck/
H A Dscript.js222 this.correct = function (id, word){ argument
224 obj.innerHTML = decodeURIComponent(word);
235 var word = document.getElementById('spell__error'+id).innerHTML;
236 word = prompt(this.txtChange,word);
237 if(word){
238 this.correct(id,encodeURIComponent(word));
/plugin/codemirror/dist/modes/
H A Dsolr.min.js.map1word","parseFloat","toString","tokenString","quote","stream","state","escaped","next","tokenize","…
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php114 foreach ($this->tokenize($str) as $word)
116 $l = \mb_strlen($word);
122 $tmp = &$tokens[$i][\mb_substr($word, $j, $i)];
/plugin/wpre/
H A Dstyle.css7 word-wrap: break-word; /* Internet Explorer 5.5+ */
/plugin/textinsert/
H A Dsyntax.php150 list($state, $word) = $data;
151 If(strpos($word,'_ID_') !== false ) {
152 $word = str_replace('_ID_',$INFO['id'], $word);
154 $renderer->doc .= $word;
/plugin/tagfilter/script/select2/
H A Dselect2_locale_uk.js19 function character (n, word) { argument
20 return " " + n + " " + word + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "и" : "" : "ів");
H A Dselect2_locale_pl.js19 function character (n, word, pluralSuffix) { argument
20 return " " + n + " " + word + (n == 1 ? "" : n%10 < 5 && n%10 > 1 && (n%100 < 5 || n%100 > 20) ? pluralSuffix : "ów");
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php106 * @param string $word Word.
109 public static function isKeyword($word) argument
203 return in_array(strtolower($word), $_list);
/plugin/firenews/HTMLTemplates/news/
H A Dnews.css3 word-wrap: break-word;
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php519 $word = substr($key, 1);
523 if (false === array_key_exists($word, $parameters)) {
527 $word
531 $handle = $parameters[$word];
538 foreach (str_split($word) as $k => $v) {
/plugin/glossary/
H A Dglossary.class.php394 function incView ($md5id, $word) { argument
549 foreach (explode ($this->transSep, $record['word']) as $word)
551 $word = trim ($word);
617 foreach (explode ($this->transSep, $record['word']) as $word)
619 $word = trim ($word);
637 $poll [$md5id] = $this->incView ($md5id, $word);
644 ' word="'.$word.'" translate="'.$translate.'"'.NL.
649 ' <td class="word" colspan="2">'.$link.$word.'</a></td>'.NL.
782 foreach (explode ($this->transSep, $values['word']) as $word)
783 $wordList .= str_replace ("@@WORD@@", $word, $wordTpl);
[all …]

12345678910>>...18