Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php44 protected $words; variable in IPLib\\Address\\IPv6
70 $this->words = null;
188 * @param int[]|array $words
195 if (count($words) === 8) {
198 $word = $words[$i];
298 return $this->words;
460 $words = $this->getWords();
467 $words[$i] = 0;
469 ++$words[$i];
485 $words = $this->getWords();
[all …]
/plugin/readability/
H A 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/
H A 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/
H A 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;
H A Dbox.text.php10 var $words; variable in TextBox
21 $this->words = array();
139 $this->words[] = $subword;
342 $num_words = count($this->words);
494 $num_words = count($this->words);
509 $driver->show_xy($this->words[$i],
539 $size = count($this->words);
550 $driver->show_xy($this->words[$i],
581 $size = count($this->words);
594 $driver->show_xy($this->words[$i],
[all …]
H A Dbox.field.pageno.php12 $field->words = array('000');
24 $this->words[0] = sprintf('%d', $viewport->current_page);
30 $value_width = $viewport->stringwidth($this->words[0],
54 $this->words[0] = sprintf('%d', $driver->current_page);
60 $value_width = $driver->stringwidth($this->words[0],
H A Dbox.field.pages.php16 $field->words = array("000");
28 $this->words[0] = sprintf("%d", $viewport->expected_pages);
34 $value_width = $viewport->stringwidth($this->words[0],
60 $this->words[0] = sprintf("%d", $viewport->expected_pages);
66 $value_width = $viewport->stringwidth($this->words[0],
/plugin/admnote/syntax/
H A 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/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/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDict.php45 public function setWords($words) argument
47 $this->words = $words;
54 return $this->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[
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
H A DGoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
H A DGoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
H A DGoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
H A DGoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->words;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DSpeechRecognitionAlternative.php65 public function setWords($words) argument
67 $this->words = $words;
74 return $this->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/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;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
H A DGoogleCloudVisionV1p4beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
H A DGoogleCloudVisionV1p3beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
H A DParagraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;
H A DGoogleCloudVisionV1p1beta1Paragraph.php79 public function setWords($words) argument
81 $this->words = $words;
88 return $this->words;

12345678910>>...13