Home
last modified time | relevance | path

Searched refs:words (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/plugin/ipban/ip-lib/src/Address/
DIPv6.php44 protected $words; variable in IPLib\\Address\\IPv6
70 $this->words = null;
188 * @param int[]|array $words
192 public static function fromWords(array $words) argument
195 if (count($words) === 8) {
198 $word = $words[$i];
289 if ($this->words === null) {
290 $this->words = array_map(
298 return $this->words;
460 $words = $this->getWords();
[all …]
/plugin/readability/
Dcalc.php106 $words = explode(' ', $text);
107 for ($i = 0; $i < count($words); $i++) {
108 if (count_syllables($words[$i]) > 2) {
112 $score = number_format((($syllables / count($words)) * 100));
124 $words = strlen(preg_replace('/[^ ]/', '', $text));
126 return ($words/$sentences);
135 $words = explode(' ', $text);
137 for ($i = 0; $i < count($words); $i++) {
138 $syllables = $syllables + count_syllables($words[$i]);
140 return ($syllables/count($words));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2WordList.php26 public $words; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2WordList
31 public function setWords($words) argument
33 $this->words = $words;
40 return $this->words;
/plugin/html2pdf/html2pdf/html2ps/
Dfilter.pre.fields.class.php21 if (count($tree->words) == 0) { return; };
23 switch ($tree->words[0]) {
40 $tree->words[0] = $data->get_uri();
42 $tree->words[0] = $this->filename;
47 $tree->words[0] = strlen($data->get_content());
49 $tree->words[0] = $this->filesize;
53 $tree->words[0] = $this->_timestamp;
Dbox.text.php10 var $words; variable in TextBox
21 $this->words = array();
45 …$subword_wrappable_width = $base_width + $driver->stringwidth(substr($this->words[$subword_index],…
60 … return join('', array_map(array($this, 'get_content_callback'), $this->words, $this->encodings));
139 $this->words[] = $subword;
342 $num_words = count($this->words);
398 $current_width = $driver->stringwidth($this->words[$i],
421 $num_chars = strlen($this->words[$i]);
424 $this->_widths[] = $driver->stringwidth($this->words[$i]{$j},
494 $num_words = count($this->words);
[all …]
/plugin/admnote/syntax/
Drenderer.php91 $words = explode(' ',$match);
92 array_shift($words);
93 if($words[0] and in_array(strtolower($words[0]), $this->types)) {
94 $cssClass = strtolower(array_shift($words));
98 if($words) {
99 $heading = implode(' ',$words);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm47 …p file from the submitted text, this will be passed to aspell to be check for misspelled words --->
62 <cfset texts.words = "">
80 <cfset texts.words = ListAppend(texts.words, "words[#input_cnt#] = [];", CRLF)>
81 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", CRLF)>
91 …<cfset texts.words = ListAppend(texts.words, "words[#input_cnt#][#word_cnt#] = '#bad_word#';", CRL…
92 …<cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#][#word_cnt#] = [#sug_list#];", CRL…
98 <cfif texts.words eq "">
111 var words = new Array();
116 #texts.words#
120 wordWindowObj.originalSpellings = words;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
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/combo/ComboStrap/
H A DPipelineUtility.php183 $words = explode(" ", $value);
185 for ($i = 0; $i < sizeof($words); $i++) {
189 $headValue .= $words[$i];
231 $words = preg_split("/$pattern/i", $value);
232 if ($words !== false) {
240 $end = sizeof($words);
245 if (isset($words[$start])) {
246 return $words[$start];
253 if (isset($words[$i])) {
257 $result .= $words[$i];
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm63 …p file from the submitted text, this will be passed to aspell to be check for misspelled words --->
83 <cfset texts.words = "">
113 …<cfset texts.words = ListAppend(texts.words, "words[#input_cnt#][#word_cnt#] = '#trim(replace(bad_…
114 …<cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#][#word_cnt#] = [#trim(wrdsList)#];…
119 <cfset texts.words = ListAppend(texts.words, "words[#input_cnt#] = [];", "#crlf#")>
120 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", "#crlf#")>
126 <cfif texts.words IS "">
137 var words = new Array();
142 #texts.words#
146 wordWindowObj.originalSpellings = words;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DDictlayerdataDict.php45 public function setWords($words) argument
47 $this->words = $words;
54 return $this->words;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
DGoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
DGoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
DGoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
DGoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
DGoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
DSpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
/plugin/sphinxsearch/
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;
/plugin/sphinxsearch-was/
H A DSphinxSearch.php221 $words = explode(" ", $query);
222 foreach ($words as $id => $word) {
223 $words[$id] = "*" . $word . "*";
225 return implode(" ", $words);
230 $words = explode(" ", $query);
231 foreach ($words as $id => $word) {
232 $words[$id] = trim($word, "*");
234 return implode(" ", $words);
247 public function setArroundWordsCount($words = 5) argument
249 $this->_aroundKeyword = $words;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DParagraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
DGoogleCloudVisionV1p3beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
DGoogleCloudVisionV1p1beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
DGoogleCloudVisionV1p4beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
DGoogleCloudVisionV1p2beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/wordwrap/test/
Dwrap.js9 var words = idleness.split(/\s+/);
14 assert.deepEqual(chunks, words.splice(0, chunks.length));
20 var words = idleness.split(/\s+/);
28 assert.deepEqual(chunks, words.splice(0, chunks.length));

12345678910>>...15