Home
last modified time | relevance | path

Searched refs:word (Results 276 – 300 of 430) sorted by last modified time

1...<<1112131415161718

/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js503 var word = '';
508 word = actb_self.actb_keywords[i];
512 actb_insertword(word);
561 var word = 0;
566 word = i;
570 actb_pre = word;
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js24 …erlay_no_check.setDisable();C();w(a.langList);var c=M(b.word),e="";c instanceof Array&&(c=b.word[0…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1050 …ribute(b.getScaytNodeAttributeName()),b.fire("getSuggestionsList",{lang:k,word:e}),e=this.buildSug…
H A Dconfig.js.unc109 config.pasteFromWordRemoveFontStyles = false; // preserve font style when "paste from word"
110 … config.pasteFromWordRemoveStyles = false; // preserve style (color) when "paste from word"
111 … config.allowedContent=true; // preserve highlight when "paste from word"
H A DCHANGES.md45 …itor.com/addon/link) dialog does not open on a double click on the second word of the link with a …
62 …* Fixed: DOM Exception after clicking "Remove Language" on a selected word with enabled [Language]…
364 * [#13495](http://dev.ckeditor.com/ticket/13495): [Firefox, IE] Fixed: Text is not word-wrapped in …
667 …abled, cursor moves to the beginning of the first highlighted, misspelled word after typing or pas…
H A Dcontents.css1 …n:underline}pre{border:1px solid #ccc;padding:.75em 1em}pre{overflow:auto;word-wrap:normal;border:…
H A Dcontents.css.unc135 word-wrap: normal;
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified220 matchWord: "Match whole word",
656 oneChange: "Spell check complete: One word changed",
H A Den.js.unc5word","notFoundMsg":"The specified text was not found.","replace":"Replace","replaceAll":"Replace …
H A Dlang_array.txt224 "matchWord": "Match whole word",
660 "oneChange": "Spell check complete: One word changed",
/plugin/partialsearch/
H A Dplugin.info.txt7 desc Enables partial search by surrounding each word with '*'
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md64 as to look like what they mean. E.g., asterisks around a word actually
631 Just use an empty set of square brackets -- e.g., to link the word
729 Emphasis can be used in the middle of a word:
879 formatting syntax. For example, if you wanted to surround a word
H A Demphasis.md31 highlight something in**side** of a word. a**b**c.
H A Dmd1_strong_and_em_together.md3 So is ***this*** word.
7 So is ___this___ word.
/plugin/spellcheck/
H A Dspellcheck.php162 $word = $match[1];
167 $word = $match[1];
181 $len = utf8_strlen($word);
182 $data[$lcnt] = utf8_substr_replace($data[$lcnt],spell_formatword($word,$sug),$off, $len);
184 $len = strlen($word);
185 $data[$lcnt] = substr_replace($data[$lcnt],spell_formatword($word,$sug),$off, $len);
211 function spell_formatword($word,$suggestions=null){ argument
232 'class="spell_error" id="spell__error'.$i.'">'.htmlspecialchars($word).'</a>';
H A Daspell.php56 function pspell_check(&$dict,$word){ argument
57 return $dict->check($word);
60 function pspell_suggest(&$dict, $word){ argument
61 return $dict->suggest($word);
289 function suggest($word){ argument
290 if($this->runAspell("^$word",$out,$err)){
313 function check($word){ argument
314 if(is_array($this->suggest($word))){
H A Dscript.js222 this.correct = function (id, word){ argument
224 obj.innerHTML = decodeURIComponent(word);
235 var word = document.getElementById('spell__error'+id).innerHTML;
236 word = prompt(this.txtChange,word);
237 if(word){
238 this.correct(id,encodeURIComponent(word));
/plugin/autolink3/
H A Dadmin.php35 if (isset($_REQUEST['word'])) $word = $_REQUEST['word'];
158 <input type = 'text' name='word'/>
H A Dsys.php15 function link_replace($text = NULL, $word, $link, $filename) argument
40 if (preg_match('/(\W|^)('.$word.')($|[^a-z0-9_\-])/i', $element) == 1)
42 …$element = preg_replace('/(\W|^)('.$word.')($|[^a-z0-9_\-])/i','\1'."[[".substr($link,0, strlen($l…
43 $element = link_replace($element, $word, $link, $filename);
135 function is_link_exist($page, $local, $word) argument
137 $global = sprintf("%s %s %s\r\n", $word, $page, $local);
142 if (!strcmp($check, $global) || (!strcmp($word, $nword[0]) && !strcmp($local, $nword[2])))
145 if (preg_match('/:/', $word))
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php42 function print_words_elem( $word, $index, $text_input_idx ) { argument
43 echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n";
H A Dspellchecker.cfm84 <!--- word that misspelled --->
H A Dspellchecker.pl32 my( $textIdx, $wordIdx, $word ) = @_;
33 print "words[$textIdx][$wordIdx] = '" . escapeQuote( $word ) . "';\n";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js84 if( word ) {
85 return word.value;
91 if( word ) {
92 if( word.type == "text" ) {
93 word.focus();
101 if( word ) {
103 word.blur();
113 if( word ) {
115 var oldText = word.value;
130 word.value = newText;
[all …]
/plugin/authsmf20/
H A Dstyle.css66 word-wrap: break-word;
/plugin/searchcombinedgoogle/
H A DREADME.md5 Here we go! This plugin hooks into the DokuWiki search and queries Google for your search word. It …

1...<<1112131415161718