| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.cfm | 60 <cfset texts = StructNew()> 61 <cfset texts.textinputs = ""> 62 <cfset texts.words = ""> 63 <cfset texts.abort = ""> 68 …<cfset texts.textinputs = ListAppend(texts.textinputs, 'textinputs[#i#] = decodeURIComponent("#tex… 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 ""> [all …]
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.cfm | 58 <cfset texts = StructNew()> 59 <cfset texts.textinputs = ""> 60 <cfset texts.words = ""> 61 <cfset texts.abort = ""> 66 …<cfset texts.textinputs = ListAppend(texts.textinputs, 'textinputs[#i#] = decodeURIComponent("#tex… 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 ""> [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.cfm | 81 <cfset texts = StructNew()> 82 <cfset texts.textinputs = ""> 83 <cfset texts.words = ""> 84 <cfset texts.abort = ""> 90 …<cfset texts.textinputs = ListAppend(texts.textinputs, 'textinputs[#i#] = decodeURIComponent("#tex… 113 …<cfset texts.words = ListAppend(texts.words, "words[#input_cnt#][#word_cnt#] = '#trim(replace(bad_… 114 …<cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#][#word_cnt#] = [#trim(wrdsList)#];… 119 <cfset texts.words = ListAppend(texts.words, "words[#input_cnt#] = [];", "#crlf#")> 120 <cfset texts.words = ListAppend(texts.words, "suggs[#input_cnt#] = [];", "#crlf#")> 126 <cfif texts.words IS ""> [all …]
|
| /plugin/wordimport/docx/ |
| D | Paragraph.php | 13 protected $texts = []; variable in dokuwiki\\plugin\\wordimport\\docx\\Paragraph 33 $this->texts[] = $textRun; 53 foreach ($this->texts as $text) { 99 $len = count($this->texts); 102 $this->texts[$i]->updateFormattingScores($this->texts[$i + 1]);
|
| /plugin/textinsert/lang/en/ |
| D | intro.txt | 1 …texts, and to edit them after they have been saved. A macro name can contain letters, numbers, un… 3 … can add up to six macros at a time. The sixth is a text area which will allow for extended texts. 4 Enter the macro name in the **Macro** column and the texts which they represent in the 10 with all your macros. You can edit the texts of any number of macros.
|
| /plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
| H A D | Plugin.php | 504 $texts = []; 506 $texts[] = $vProperty->getValue(); 508 … $results[] = $this->validateTextMatches($texts, $filter['text-matches'], $filter['test']); 614 * @param array $texts 619 protected function validateTextMatches(array $texts, array $filters, $test) { argument 624 foreach ($texts as $haystack) {
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/src/ |
| D | TableFormatter.php | 184 * @param string[] $texts list of texts for each column 189 public function format($columns, $texts, $colors = array()) argument 197 $wrapped[$col] = explode("\n", $this->wordwrap($texts[$col], $width, "\n", true));
|
| /plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
| D | Plugin.php | 548 $texts = []; 550 $texts[] = $vProperty->getValue(); 552 … $results[] = $this->validateTextMatches($texts, $filter['text-matches'], $filter['test']); 670 * @param array $texts 675 protected function validateTextMatches(array $texts, array $filters, $test) { argument 680 foreach ($texts as $haystack) {
|
| /plugin/marked/ |
| D | plugin.info.txt | 6 desc Lists all MARKed texts from whole page to highlight them
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/ |
| D | README.md | 62 …ement the ```setup($options)``` method and register options, arguments, commands and set help texts 100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (… 101 and wrapping will fail, breaking your texts). 105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out … 109 widths, the second contains the texts to fill into the columns. Between each column a border is pri…
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Dialogs.js | 1380 var texts = []; 1421 texts[j] = null; 1427 if (texts[j] != null) 1446 texts[index] = form.addTextarea(names[count] + ':', value, 2); 1447 texts[index].style.width = '100%'; 1451 texts[index].setAttribute('rows', '2'); 1454 addRemoveButton(texts[index], name); 1458 texts[index].setAttribute('disabled', 'disabled'); 1576 if (idx >= 0 && texts[idx] != null) 1578 texts[idx].focus(); [all …]
|
| /plugin/isauth/ |
| D | LICENSE | 20 license texts are part of this software.
|
| /plugin/mdpage/ |
| D | README.md | 27 * Using [cebe/markdown](https://github.com/cebe/markdown) to parse Markdown texts under [the MIT Li…
|
| /plugin/farmer/_animal/data/pages/wiki/ |
| H A D | dokuwiki.txt | 3 …les remain readable outside the Wiki and eases the creation of structured texts. All data is store…
|
| H A D | syntax.txt | 7 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can … 9 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
|
| /plugin/farm/install/animaltemplate/data/pages/wiki/ |
| D | dokuwiki.txt | 3 …les remain readable outside the Wiki and eases the creation of structured texts. All data is store…
|
| D | syntax.txt | 7 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can … 9 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
|
| /plugin/xcom/lang/en/ |
| D | howto.txt | 54 …from pages with the matching texts; clicking on the page id's for these snippets opens the full pa…
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.svg.js | 592 var texts = Str(params.text).split("\n"), 595 for (var i = 0, ii = texts.length; i < ii; i++) { 598 tspan.appendChild(R._g.doc.createTextNode(texts[i]));
|
| /plugin/revealjs/ |
| D | example_presentation.dokuwiki | 136 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
|
| /plugin/fckg/ |
| D | Changes | 166 Handle multiple footnotes with identical texts.
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 562 the `afterCapture` event allows you to add some texts or images which can't be
|
| /plugin/callflow/ |
| D | raphael.js | 6332 var texts = Str(params.text).split("\n"), 6335 for (var i = 0, ii = texts.length; i < ii; i++) { 6338 tspan.appendChild(R._g.doc.createTextNode(texts[i]));
|
| /plugin/advrack/ |
| D | raphael.js | 6338 var texts = Str(params.text).split("\n"), 6341 for (var i = 0, ii = texts.length; i < ii; i++) { 6344 tspan.appendChild(R._g.doc.createTextNode(texts[i]));
|
| /plugin/flowplayer/player/ |
| D | LICENSE.txt | 8 does not require any Flowplayer notices or texts and also provides
|