Home
last modified time | relevance | path

Searched refs:spans (Results 26 – 50 of 68) sorted by relevance

123

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md102 Markdown uses asterisks and underscores to indicate spans of emphasis.
286 the block by 4 spaces or 1 tab. Just like with code spans, `&`, `<`,
H A Dspecs.md171 However, inside Markdown code spans and blocks, angle brackets and
/plugin/wrap/
H A Dstyle.less51 /* general styles for all note spans */
/plugin/codeprettify/code-prettify/
H A DCHANGES.md51 * Support for `nocode` spans to allow embedding of line numbers and code
/plugin/fckg/
H A DChanges55 …les, attempting to solve problems in rendering complex tables that have multiple col and row spans.
303 Fixed corrupted tables with vertical spans in across from empty cells (on initial table creation)
/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/ckgedit/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.unc45 spans: rows[i][col].rowspan,
55 function insert_rowspan(row, col, spans, rows, shift) {
59 for (i = 0; i < spans - 1; i++) {
82 insert_rowspan(row, col, tmp_start[0].spans, rows);
89 insert_rowspan(tmp[0].row, tmp[0].column, tmp[0].spans, rows);
/plugin/imapmarkers/
H A DREADME.md143 References are spans, i.e. a piece of inline text.
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css275 /* general styles for all note spans */
/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/odt/
H A DChangeLog.txt70 * Support for 'display' attribute in text spans and paragraphs
/plugin/codemirror/dist/
H A Dscripts.min.js.map1spans","span","removeMarkedSpan","addMarkedSpan","markedSpans","attachLine","markedSpansBefore","o…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1 ….SymbolKind.Variable,range:s._textSpanToRange(e,n.spans[0]),selectionRange:s._textSpanToRange(e,n.
H A D5.5.js.map1 …xtSpanToRange(model, item.spans[0]),\n selectionRange: _this._textS…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt302 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
309 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js4562 var spans = elt.getElementsByTagName('span');
4563 var tmp = (spans != null && spans.length > 0) ?
4564 mxUtils.trim(decodeURIComponent(spans[0].textContent)) :
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml498 spans many lines.
504 'plain' => 'This unquoted scalar spans many lines.',
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js10785 var spans = elt.getElementsByTagName('span');
10787 if (spans != null && spans.length > 0 && spans[0].getAttribute('data-lucid-type') ===
10790 var content = spans[0].getAttribute('data-lucid-content');
10846 var spans = elt.getElementsByTagName('span');
10847 var tmp = (spans != null && spans.length > 0) ?
10848 mxUtils.trim(decodeURIComponent(spans[0].textContent)) :
H A DExtensions.js9591 var spans = p['CellSize_' + cellIndex];
9616 for (var k = i + 1; k < i + spans.h; k++)
9623 for (var l = j + 1; l < j + spans.w; l++)
9629 for (var k = j + 1; k < j + spans.w; k++)
9636 for (var l = i + 1; l < i + spans.h; l++)
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt288 Note: Vertical spans (rowspan) are not possible.
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
H A Dverilog.min.js.map1 …previous one to prevent\n // codemirror from combining spans\n …
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md572 - Tables - Warning notice now given in Table footer or header if `<tfoot>` placed after `<tbody>` and table spans page

123