Home
last modified time | relevance | path

Searched refs:words (Results 301 – 319 of 319) sorted by path

1...<<111213

/plugin/sphinxsearch-was/
H A Dsphinxapi.php1222 list($total, $total_found, $msecs, $words) =
1229 while ($words-- > 0 && $p < $max) {
1254 function BuildExcerpts($docs, $index, $words, $opts = array()) argument
1258 assert(is_string($words));
1294 $req .= pack("N", strlen($words)) . $words; // req words
/plugin/sphinxsearch/
H A DSphinxSearch.php217 $words = explode(" ", $query);
218 foreach($words as $id => $word){
219 $words[$id] = "*".$word."*";
221 return implode(" ", $words);
226 $words = explode(" ", $query);
227 foreach($words as $id => $word){
228 $words[$id] = trim($word, "*");
230 return implode(" ", $words);
243 public function setArroundWordsCount($words = 5) argument
245 $this->_aroundKeyword = $words;
H A Dsphinxapi.php1256 list ( $total, $total_found, $msecs, $words ) =
1263 while ( $words-->0 && $p<$max )
1285 function BuildExcerpts ( $docs, $index, $words, $opts=array() ) argument
1289 assert ( is_string($words) );
1326 $req .= pack ( "N", strlen($words) ) . $words; // req words
/plugin/statistics/inc/
H A DStatisticsLogger.class.php177 $words = explode(' ', utf8_stripspecials($query, ' ', '\._\-:\*'));
178 $this->log_search($_REQUEST['p'], $query, $words, $name);
184 public function log_search($page, $query, $words, $engine) { argument
197 foreach($words as $word) {
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1331 Eventually he overtook them and spoke these words to them.
2053 And God proceeded to speak all these words, saying:
5730 Then Moses went and spoke these words to all Israel
11194 …there they are written among the words of Samuel the seer and among the words of Nathan the prophe…
13640 Look! I have waited for the words of YOU men,I kept giving ear to YOUR reasonings,Until YOU could s…
14754 Smoother than butter are [the words of] his mouth,But his heart is disposed to fight.His words are …
15956 Jehovah is my share;I have promised to keep your words.
17534 The congregator sought to find the delightful words and the writing of correct words of truth.
22602 Do not YOU people let [words] drop. They let [words] drop. They will not let [words] drop concernin…
22892 … Jehovah proceeded to answer the angel who was speaking with me, with good words, comforting words;
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ut sort dir notdir suffix basename addsuffix addprefix join word wordlist words firstword wildcard…
/plugin/textinsert/
H A DREADME1 This is a macro substitution plugin which enables substitutions of both words and longer
H A Dadmin.php65 $words = $_REQUEST['word'];
69 if(isset($words[$key]) && trim($words[$key])) {
71 $a[$value] = htmlspecialchars (($words[$key]),ENT_NOQUOTES, 'UTF-8');
/plugin/toolbox/
H A DToolboxCounter.js86 function html(head, chars, words) { argument
93 out += '<dd>' + toolbox_lang.words.replace('%d', words) + '</dd>';
/plugin/tuxquote/
H A Dquotes.txt232 Fools live to regret their words, wise men to regret their silence. <BR> -- Will Henry
445 This week's theme: words to drop into conversations with a therapist.
565 I know Karate! ... and several other Japanese words.
774 They couldn't hit an elephant at this dist... <BR> -- General John Sedgwick (1813-1864), last words
1453 …amed Rico that can understand more than 200 words. They also discovered a cat that can ignore over…
2939 Broadly speaking, the short words are the best, and the old words best of all. <BR> -- Sir Winston …
3110 … mine? All you have to do is think up a certain number of words! Plus, you can repeat words! An…
3599 A drunk mans' words are a sober mans' thoughts.
3623 Always keep your words soft and sweet, just in case you have to eat them.
3866 Proofread carefully to see if you any words out.
[all …]
/plugin/typography/
H A DREADME.md22 | `ws` | word-spacing | an additional space between words (in px, em, etc) |
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php301 $words = explode(' ', $line);
304 foreach ($words as $word) {
/plugin/wrap/
H A Dexample.txt337 Inside this code block the words will wrap to a new line although they are all in one line.
343 Inside this code block the words will wrap to a new line although they are all in one line.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm45 …p file from the submitted text, this will be passed to aspell to be check for misspelled words --->
60 <cfset texts.words = "">
78 <cfset texts.words = ListAppend(texts.words, "words[#input_cnt#] = [];", CRLF)>
79 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", CRLF)>
89 …<cfset texts.words = ListAppend(texts.words, "words[#input_cnt#][#word_cnt#] = '#bad_word#';", CRL…
90 …<cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#][#word_cnt#] = [#sug_list#];", CRL…
96 <cfif texts.words eq "">
109 var words = new Array();
114 #texts.words#
118 wordWindowObj.originalSpellings = words;
/plugin/xcom/lang/en/
H A Dhowto.txt24 …e the complete id that identifies the page on the remote server, in other words, including the nam…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js30115 this.words[i] = this.words[i] | num.words[i];
30149 this.words[i] = this.words[i] & num.words[i];
30187 this.words[i] = a.words[i] ^ b.words[i];
30192 this.words[i] = a.words[i];
30311 this.words[i] = a.words[i];
30391 this.words[i] = a.words[i];
33356 dest.words = src.words;
33799 this.words[i] = this.words[i] | num.words[i];
33833 this.words[i] = this.words[i] & num.words[i];
33871 this.words[i] = a.words[i] ^ b.words[i];
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs17896 var words = tag.split(/\s+/);
17897 var z/*:any*/ = ([]/*:any*/); if(!skip_root) z[0] = words[0];
17898 if(words.length === 1) return z;
17913 var words = tag.split(/\s+/);
17915 if(words.length === 1) return z;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1words","getWords","j","commandKeys","specialKeys","charCodeAt","domEvent","altKey","ctrlKey","meta…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js624 var words = this.getWords(expr[i]);
628 for (var j = 0; j < words.length; j++) {
629 if (this.commandKeys[words[j]]) {
630 command.modifiers[words[j]] = true;
631 } else if (this.specialKeys[words[j]]) {
632 command.keyCode = this.specialKeys[words[j]];
634 command.keyCode = words[j].charCodeAt(0);

1...<<111213