Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt24 are renamed to names not containing either the words "Bitstream" or the word
73 the words "Tavmjong Bah" or the word "Arev".
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc155 which can be summarized in a few words : *use alias instead of index directly*.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1577e6e806b3283c9e99f1596d310754.asciidoc9 'text' => 'words words',
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1193 - fixed reserved words in queries which composed of upper case letters (Util::replaceBooleanWords) [#722](https://github.com/ruflin/Elastica/issues/722/)
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf53 IOW In other 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/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE12 …work or entertainment in dumb show; a musical composition with or without words; a cinematographic…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12words.length;r++){var s=h.words[r];i=new e.Text(s.text);var t="\\n"==s.text;!a.noWrap&&(o+s.width>…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst59 You can also tell truncate to preserve whole words by setting the second
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG369 * fixed 2-words test names when a custom node class is not used
414 * allowed tests to be made of 1 or 2 words (like "same as" or "divisible by")
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst38 implement a *Lorem ipsum* generator (it needs to know the number of words to
68 something else but here we use the value to indicate the number of words to
H A Dadvanced_legacy.rst39 implement a *Lorem ipsum* generator (it needs to know the number of words to
69 something else but here we use the value to indicate the number of words to
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst34 To escape words and characters in the date format use ``\\`` in front of each
/plugin/fontawesome/syntax/
H A Dfontawesome.php61 $words=explode(" ",$match);
63 $data['type'] = array_shift($words);
64 $data['data'] = join(" ", $words);
/plugin/freechat/phpfreechat/src/proxies/
H A Dcensor.class.php47 $words = $c->proxies_cfg[$this->proxyname]["words"];
53 foreach($words as $w)
/plugin/groupmanager/
H A DREADME53 capitalizing the first letter of the resulting words.)
/plugin/html2pdf/html2pdf/html2ps/
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],
H A Dbox.note-call.class.php171 $this->_note_call_box->content[0]->words[0] = CSSListStyleType::format_number(LST_DECIMAL,
182 $this->_note_marker_box->content[0]->words[0] = CSSListStyleType::format_number(LST_DECIMAL,
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 Dcss.selectors.inc.php143 $words = preg_split("/\s+/",$root->get_attribute($attr_name));
144 foreach ($words as $word) {
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 Dinline.content.builder.normal.php34 $words = $this->break_into_words($content);
36 $size = count($words);
42 foreach ($words as $word) {
H A Dinline.content.builder.php780 $words = array();
790 $words[] = trim($word);
795 return $words;
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php128 …$toc_element->content[0]->content[0]->words[0] = $this->guess_page($element, $page_heights, $media…

12345678910>>...13