/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/ |
H A D | BatchWriteSpansRequest.php | 29 public function setSpans($spans) argument 31 $this->spans = $spans; 38 return $this->spans;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
H A D | language.js | 56 var spans = d.getElementsByTagName('span'); 58 for(i=0; i<spans.length; i++) { 59 if(spans[i].getAttribute("fckLang")) { 60 var val = spans[i].getAttribute("fckLang"); 63 spans[i].innerHTML = translation;
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | language.js | 56 var spans = d.getElementsByTagName('span'); 58 for(i=0; i<spans.length; i++) { 59 if(spans[i].getAttribute("fckLang")) { 60 var val = spans[i].getAttribute("fckLang"); 63 spans[i].innerHTML = translation;
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | slider.js | 36 … this.spans = this.options.spans ? this.options.spans.map(function(s){ return $(s) }) : false; 181 if (this.spans) 182 …$R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) … 188 … $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum));
|
/plugin/odt/ODT/ |
H A D | ODTSpan.php | 130 $spans = array ('sup' => array ('open' => '<text:span text:style-name="sup">', 207 … (array_key_exists($found ['tag-open'], $spans) || $found ['tag-open'] == 'span')) { 214 $checked [$out] = $spans [$found ['tag-open']]['open']; 215 $checked [$in] = $spans [$found ['tag-open']]['close'];
|
/plugin/codeprettify/code-prettify/src/ |
H A D | node_prettify.js | 541 * spans: [0, #1, 6, #2, 14, #3, 15, #4] 550 * The {@code} spans array is an array of pairs. Even elements are the start 566 var spans = []; 579 spans[k << 1] = length++; 580 spans[(k++ << 1) | 1] = node; 592 spans[k << 1] = length; 594 spans[(k++ << 1) | 1] = node; 603 spans: spans 628 spans property in appendDecorations.job 1474 spans: null, global() property in $prettyPrintOne.job 1635 spans: null, global() property in $prettyPrint.doWork.prettyPrintingJob [all...] |
H A D | prettify.js | 74 * spans: ?(Array.<number|Node>), 83 * <dt>spans<dd> alternating span start indices into source 97 * spans: !(Array.<number|Node>) 101 * <dt>spans<dd> alternating span start indices into source 589 * spans: [0, #1, 6, #2, 14, #3, 15, #4] 598 * The {@code} spans array is an array of pairs. Even elements are the start 614 var spans = []; 627 spans[k << 1] = length++; 628 spans[(k++ << 1) | 1] = node; 640 spans[ 676 spans: null, global() property in appendDecorations.job 1522 spans: null, global() property in $prettyPrintOne.job 1683 spans: null, global() property in $prettyPrint.doWork.prettyPrintingJob [all...] |
H A D | run_prettify.js | 78 * spans: ?(Array.<number|Node>), 87 * <dt>spans<dd> alternating span start indices into source 101 * spans: !(Array.<number|Node>) 105 * <dt>spans<dd> alternating span start indices into source 818 * spans: [0, #1, 6, #2, 14, #3, 15, #4] 827 * The {@code} spans array is an array of pairs. Even elements are the start 843 var spans = []; 856 spans[k << 1] = length++; 857 spans[(k++ << 1) | 1] = node; 869 spans[ 905 spans: null, global() property in prettyPrint.appendDecorations.job 1751 spans: null, global() property in prettyPrint.$prettyPrintOne.job 1912 spans: null, global() property in prettyPrint.$prettyPrint.doWork.prettyPrintingJob [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.table.row.php | 124 $spans = array(); 132 $spans[] = $rowspan; 136 return $spans;
|
H A D | box.table.php | 426 $spans = $this->get_rowspans(); 429 foreach ($spans as $span) { 453 $spans = array(); 456 $spans = array_merge($spans, $this->content[$i]->get_rowspans($i)); 459 return $spans;
|
/plugin/dtable/ |
H A D | helper.php | 95 $spans = array(); 99 $spans[$i][$j][0] = $rows[$i][0][$j][0]; 100 $spans[$i][$j][1] = $rows[$i][0][$j][1]; 103 return $spans;
|
H A D | script.js | 346 dtable.change_rows = function($table, spans) 350 if (spans[index][td_ind][0] !== 1) { 351 jQuery(this).attr("colspan", spans[index][td_ind][0]); 356 if (spans[index][td_ind][1] !== 1) { 357 jQuery(this).attr("rowspan", spans[index][td_ind][1]); 534 dtable.change_rows($table, res.spans); 871 dtable.change_rows($table, res.spans); 343 change_rows($table, spans) global() argument
|
/plugin/prespan/ |
H A D | plugin.info.txt | 6 desc Create text spans which preserve spaces
|
H A D | README.md | 4 spans which preserve spaces.
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | AutoFormat.RemoveSpansWithoutAttributes.txt |
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | CloudTrace.php | 90 'spans',
|
/plugin/wrap/ |
H A D | plugin.info.txt | 6 desc Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
|
H A D | example.txt | 35 :!: Please note, some things **won't work with lowercase spans**: 122 You can use the same options with spans (as each element that floats is automatically a block level element), but it probably doesn't make too much sense. :!: Widths on spans normally do not work (by design), but can make sense, when it is floating. 144 :!: Note: Multi-columns don't make sense for spans. 177 :!: You cannot add alignments to spans. 269 You can use notes and boxes also inside text with spans like this:
|
/plugin/latexit/tests/dw_orig_test_files/ |
H A D | test8.txt | 13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_backslash_escapes.md | 72 Nor should these, which occur in code spans:
|
/plugin/latexit/tests/my/ |
H A D | test8.latex | 37 Row 1 Col 1 & \multirow{3}{*}{ this cell spans vertically } & Row 1 Col 3 \\
|
/plugin/ckgdoku/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 14 * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak in…
|
/plugin/ckgedit/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 14 * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak in…
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/ |
H A D | grid_12-825-55-15.css | 26 /* Border with more whitespace, spans one column. */
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioFileSync.js | 486 var spans = this.ui.statusContainer.getElementsByTagName('span'); 488 if (spans.length > 0) 490 var temp = spans[0];
|