Home
last modified time | relevance | path

Searched refs:spans (Results 1 – 25 of 68) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DBatchWriteSpansRequest.php29 public function setSpans($spans) argument
31 $this->spans = $spans;
38 return $this->spans;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js56 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 Dlanguage.js56 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 Dslider.js36 … 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 DODTSpan.php130 $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 Dnode_prettify.js566 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: null, property in appendDecorations.job
H A Dprettify.js614 var spans = [];
627 spans[k << 1] = length++;
628 spans[(k++ << 1) | 1] = node;
640 spans[k << 1] = length;
642 spans[(k++ << 1) | 1] = node;
651 spans: spans
676 spans: null, property in appendDecorations.job
H A Drun_prettify.js843 var spans = [];
856 spans[k << 1] = length++;
857 spans[(k++ << 1) | 1] = node;
869 spans[k << 1] = length;
871 spans[(k++ << 1) | 1] = node;
880 spans: spans
905 spans: null, property in prettyPrint.appendDecorations.job
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.row.php124 $spans = array();
132 $spans[] = $rowspan;
136 return $spans;
H A Dbox.table.php426 $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 Dhelper.php100 $spans = array();
104 $spans[$i][$j][0] = $rows[$i][0][$j][0];
105 $spans[$i][$j][1] = $rows[$i][0][$j][1];
108 return $spans;
H A Dscript.js343 dtable.change_rows = function($table, spans) argument
347 if (spans[index][td_ind][0] !== 1) {
348 jQuery(this).attr("colspan", spans[index][td_ind][0]);
353 if (spans[index][td_ind][1] !== 1) {
354 jQuery(this).attr("rowspan", spans[index][td_ind][1]);
531 dtable.change_rows($table, res.spans);
868 dtable.change_rows($table, res.spans);
/plugin/prespan/
H A Dplugin.info.txt6 desc Create text spans which preserve spaces
H A DREADME.md4 spans which preserve spaces.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveSpansWithoutAttributes.txt
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudTrace.php90 'spans',
/plugin/wrap/
H A Dplugin.info.txt6 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 Dexample.txt35 :!: 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 Dtest8.txt13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_backslash_escapes.md72 Nor should these, which occur in code spans:
/plugin/latexit/tests/my/
H A Dtest8.latex37 Row 1 Col 1 & \multirow{3}{*}{ this cell spans vertically } & Row 1 Col 3 \\
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md14 * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak in…
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md14 * [#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 Dgrid_12-825-55-15.css26 /* Border with more whitespace, spans one column. */
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js486 var spans = this.ui.statusContainer.getElementsByTagName('span');
488 if (spans.length > 0)
490 var temp = spans[0];

123