Home
last modified time | relevance | path

Searched refs:word (Results 301 – 325 of 430) sorted by last modified time

1...<<1112131415161718

/plugin/fetchmedia/
H A Dstyle.less34 word-break: break-all;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1257 $word = (ord($c) << 8) | ord($d);
1258 if (($word >= 0x8140 && $word <= 0x9ffc) OR ($word >= 0xe040 && $word <= 0xebbf)) {
/plugin/pagetemplater/
H A DREADME.md16 The template page has to have the word ``@@CONTENT@@`` in the content. This is the placeholder wher…
20 …n your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the template page (where ``YOURPLACEHOL…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php102 foreach ($words as $word) {
103 if (strlen($tempLine.$word) >= 99) {
107 $lines[] = $tempLine.$word;
111 $lines[] = $tempLine.$word;
115 $tempLine = $word.' ';
118 $tempLine .= $word.' ';
148 foreach ($words as $word) {
161 $tempTitle = $word;
164 $tempTitle .= $word.' ';
183 foreach ($words as $word) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11436 word = word.toLowerCase();
11437 return result + (index ? (word.charAt(0).toUpperCase() + word.slice(1)) : word);
11820 return result + (index ? ' ' : '') + (word.charAt(0).toUpperCase() + word.slice(1));
31886 word = words[_i];
32003 w = wordWidths[word] != null ? wordWidths[word] : wordWidths[word] = this.wordWidth(word);
32007 while (word.length) {
32008 l = word.length;
32017 word = word.slice(l);
32075 buffer += word;
32107 buffer = word;
[all …]
H A Dpdfmake.min.js.map1word","kebabCase","whitespace","reHexPrefix","snakeCase","startCase","backflow","collect","compose…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md290 word".
/plugin/publist/bib2tpl/lib/
H A DBibTex.php797 * @param string $word
800 function _determineCase($word) { argument
802 $trimmedword = trim ($word);
805 if (is_string($word) && (strlen($trimmedword) > 0)) {
809 while (!$found && ($i <= strlen($word))) {
829 $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php30 foreach ($temp as $key=>$word) {
31 $temp[$key] = ucfirst(strtolower($word));
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php173 foreach($split_words as $word)
174 $msg .= preg_replace($search, $replace, $word);
/plugin/freechat/phpfreechat/style/
H A Dgeneric.css20 .nospace { word-spacing: -0.35em; }
/plugin/glossary/lang/fr/
H A DwordTemplate.txt1 | Ne dites plus : | <glossary stop/> <glossary word>@@WORD@@</glossary> |
/plugin/glossary/lang/en/
H A DwordTemplate.txt1 | Don't say: | <glossary stop/> <glossary word>@@WORD@@</glossary> |
/plugin/plantuml/
H A Dplugin.history.txt18 * Fixed attributes not captured correctly (width, multi word title)
/plugin/glossary/
H A Dstyle.css70 div.glossary table td.word,
71 div.glossary table td.word a:visited,
72 div.glossary table td.word a:link {
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt57 commercial software offerings for other domains such as word processing,
2765 word. The integer gives the number, possibly zero, of following move ordinal
2767 are called "mvseq-1" items. Move sequence data using a word header are called
2782 word, or a doubleword. The integer gives the number, possibly zero, of
2784 header; these are called "string-1" items. String data using a word header are
/plugin/searchstats/
H A Dhelper.php27 'desc' => 'returns search word array',
/plugin/mellelexport/
H A Drenderer.php666 …function wordblock($word) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_g… argument
/plugin/tuxquote/
H A Dquotes.txt83 The word "gullible" isn't in the dictionary.
222 Not the fastest horse can catch a word spoken in anger. <BR> -- Chinese Proverb
248 The kindest word in all the world is the unkind word, unsaid. <BR> -- Anonymous
365 The right word may be effective -- but no word was ever as effective as a rightly timed pause. <BR>…
758 You can get more with a kind word and a gun than you can with a kind word alone. <BR> -- Al Capone …
867 I respect a man who knows how to spell a word more than one way. <BR> -- Mark Twain
897 The difference between the right word and the almost right word is the difference between lightning…
1302 The best way to keep one's word is not to give it. <BR> -- Napoleon Bonaparte, (1769-1821)
3140 If you have a big enough dictionary, just about everything is a word. <BR> -- Dave Barry
3833 Matrimony isn't a word, it's a sentence.
[all …]
/plugin/subjectindex/plugins/
H A Dbible_verses.txt7571 The word of Jehovah now came to Samuel, saying:
9320 The word of Jehovah now came to him, saying:
9326 The word of Jehovah now came to him, saying:
12406 However, they sent me the same word four times, and I kept replying to them with the same word.
13555 After my word they would not speak again,And upon them my word would drip.
14766 In union with God I shall praise [his] word;In union with Jehovah I shall praise [his] word.
15570 … O YOU angels of his, mighty in power, carrying out his word,By listening to the voice of his word.
15941 That I may answer the one reproaching me with a word,For I have trusted in your word.
19275 Then the word of Jehovah occurred to me, saying:
19529 Then the word of Jehovah occurred to me, saying:
[all …]
/plugin/pagestat/
H A Dremote.php205 $word = $word_def[0];
210 $out_txt.="===== $word =====\n";
211 $out_txt.=" * <wrap vo>$word</wrap> ($pron) \\\\ **$defsimp**\n";
233 foreach($word_list as $i=>$word){
235 if(isset($def_map[$word])){
236 $def = $def_map[$word];
240 $out_txt.="===== $word !!! =====\n";
241 $out_txt.= " - $word : !!!!!NO DEF!!!!!\n";
H A Dscript.js420 function PTE_make_voice(word){ argument
421 return "<wrap vo>{0}</wrap>".format(word);
429 var word = word_def[0];
433 …out_txt += "{0}{1} ({2}) \\\\ **{3}**\n".format(PTE_Olist_sbl(indent), PTE_make_voice(word), pron,…
1090 var word=jQuery("div span.wrap_vo",this).text();
1091 if(word&&(word in word_map)) {
1092 word_cards_tmp[word_map[word]] = jQuery(this).html();
H A Dstyle.css83 word-wrap: break-word;
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.normal.php42 foreach ($words as $word) {
43 $box->process_word($word, $pipeline);
H A Dinline.content.builder.php781 $word = '';
783 $word .= $utf8_chars[$i];
790 $words[] = trim($word);
791 $word = '';

1...<<1112131415161718