Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
DBatchWriteSpansRequest.php29 public function setSpans($spans) argument
31 $this->spans = $spans;
38 return $this->spans;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
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/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
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/
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/codeprettify/code-prettify/src/
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
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
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
/plugin/odt/ODT/
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/html2pdf/html2pdf/html2ps/
Dbox.table.row.php124 $spans = array();
132 $spans[] = $rowspan;
136 return $spans;
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/
Dhelper.php95 $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;
Dscript.js346 dtable.change_rows = function($table, spans) argument
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);
/plugin/prespan/
Dplugin.info.txt6 desc Create text spans which preserve spaces
DREADME.md4 spans which preserve spaces.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAutoFormat.RemoveSpansWithoutAttributes.txt8 to be removed. It will also remove spans that had all attributes
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudTrace.php90 'spans',
/plugin/wrap/
Dplugin.info.txt6 …nalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a c…
Dexample.txt35 :!: Please note, some things **won't work with lowercase spans**:
122 … with spans (as each element that floats is automatically a block level element), but it probably …
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/
Dtest8.txt13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_backslash_escapes.md72 Nor should these, which occur in code spans:
/plugin/latexit/tests/my/
Dtest8.latex37 Row 1 Col 1 & \multirow{3}{*}{ this cell spans vertically } & Row 1 Col 3 \\
/plugin/ckgdoku/ckeditor/plugins/scayt/
DCHANGELOG.md14 * [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak in…
/plugin/ckgedit/ckeditor/plugins/scayt/
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/
Dgrid_12-825-55-15.css26 /* Border with more whitespace, spans one column. */
/plugin/diagramsnet/lib/js/diagramly/
DDrawioFileSync.js486 var spans = this.ui.statusContainer.getElementsByTagName('span');
488 if (spans.length > 0)
490 var temp = spans[0];

12345