Home
last modified time | relevance | path

Searched refs:spans (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1spans = [];\n for (var _i = 0, sortedEdits_1 = sortedEdits; _i < sortedEdits_1.length; _i++…
H A D5.5.js.map1 …xtSpanToRange(model, item.spans[0]),\n selectionRange: _this._textS…
H A D70.70.js1 ….SymbolKind.Variable,range:s._textSpanToRange(e,n.spans[0]),selectionRange:s._textSpanToRange(e,n.
H A Dbundle.js.map1spans.\n // Otherwise, we'd be letting all html be rendered.\n // If we want to allow markdo…
H A Deditor.worker.js.map1 …ndLineNumber - b.endLineNumber;\n }\n /**\n * Test if the range spans multiple lines.\n …
H A Djson.worker.js.map1spans multiple lines.\n */\n static spansMultipleLines(range) {\n return range.endLi…
H A D2.2.js36211 var spans = [];
36219 spans.push(text.substring(lastModifiedOffset, startOffset));
36222 spans.push(e.newText);
36226 spans.push(text.substr(lastModifiedOffset));
36227 return spans.join('');
H A D3.3.js.map1spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of t…
H A D2.2.js.map1spans across all columns. Content in the normal flow that appears before the element is automatica…
/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/codemirror/dist/
H A Dscripts.min.js.map1spans","span","removeMarkedSpan","addMarkedSpan","markedSpans","attachLine","markedSpansBefore","o…
/plugin/codemirror/dist/modes/
H A Dverilog.min.js.map1 …previous one to prevent\n // codemirror from combining spans\n …
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …\n\t// optimized method for calculating work units duration of large time spans\n\t// implemented …
/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/codeprettify/code-prettify/
H A DCHANGES.md51 * Support for `nocode` spans to allow embedding of line numbers and code
/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/ipban/ip-lib/
H A DREADME.md222 Please remark that if a range spans across multiple range types, you'll get NULL as the range type:
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml498 spans many lines.
504 'plain' => 'This unquoted scalar spans many lines.',
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1spans:W[T][S].rowspan,text:V});if(!v){break}}}}return U}function E(V,v,T,U,i){var S=U[V][v].colspa…
H A Dparse_wiki.js.unc42 … tmp.push({row:i,column:col, spans: rows[i][col].rowspan,text:_text});
50 function insert_rowspan(row,col,spans,rows,shift) {
54 for(i=0; i<spans-1;i++) {
71 insert_rowspan(row,col,tmp_start[0].spans,rows);
78 insert_rowspan(tmp[0].row,tmp[0].column,tmp[0].spans,rows);
/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/ckgdoku/ckeditor/
H A DCHANGES.md268 …* [#104](https://github.com/WebSpellChecker/ckeditor-plugin-scayt/issues/104): SCAYT's spans leak …

123