/plugin/ipban/ip-lib/src/Address/ |
H A D | IPv6.php | 44 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 D | calc.php | 106 $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 D | GooglePrivacyDlpV2WordList.php | 26 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 D | filter.pre.fields.class.php | 21 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 D | box.text.php | 10 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 D | box.field.pageno.php | 12 $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 D | box.field.pages.php | 16 $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 D | renderer.php | 91 $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 D | spellchecker.cfm | 45 …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 D | spellchecker.cfm | 47 …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 D | DictlayerdataDict.php | 45 public function setWords($words) argument 47 $this->words = $words; 54 return $this->words;
|
/plugin/combo/ComboStrap/ |
H A D | PipelineUtility.php | 183 $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 D | GoogleCloudVideointelligenceV1SpeechRecognitionAlternative.php | 65 public function setWords($words) argument 67 $this->words = $words; 74 return $this->words;
|
H A D | GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative.php | 65 public function setWords($words) argument 67 $this->words = $words; 74 return $this->words;
|
H A D | GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative.php | 65 public function setWords($words) argument 67 $this->words = $words; 74 return $this->words;
|
H A D | GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative.php | 65 public function setWords($words) argument 67 $this->words = $words; 74 return $this->words;
|
H A D | GoogleCloudVideointelligenceV1p3beta1SpeechRecognitionAlternative.php | 65 public function setWords($words) argument 67 $this->words = $words; 74 return $this->words;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/ |
H A D | SpeechRecognitionAlternative.php | 65 public function setWords($words) argument 67 $this->words = $words; 74 return $this->words;
|
/plugin/sphinxsearch-was/ |
H A D | SphinxSearch.php | 221 $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 D | SphinxSearch.php | 217 $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 D | GoogleCloudVisionV1p2beta1Paragraph.php | 79 public function setWords($words) argument 81 $this->words = $words; 88 return $this->words;
|
H A D | GoogleCloudVisionV1p4beta1Paragraph.php | 79 public function setWords($words) argument 81 $this->words = $words; 88 return $this->words;
|
H A D | GoogleCloudVisionV1p3beta1Paragraph.php | 79 public function setWords($words) argument 81 $this->words = $words; 88 return $this->words;
|
H A D | Paragraph.php | 79 public function setWords($words) argument 81 $this->words = $words; 88 return $this->words;
|
H A D | GoogleCloudVisionV1p1beta1Paragraph.php | 79 public function setWords($words) argument 81 $this->words = $words; 88 return $this->words;
|