Searched refs:linenums (Results 1 – 13 of 13) sorted by relevance
| /plugin/codeprettify/ |
| D | all.css | 29 pre.prettyprint ol.linenums { 33 pre.prettyprint ol.linenums > li.L0 { list-style-type: decimal; } 34 pre.prettyprint ol.linenums > li.L1 { list-style-type: decimal; } 35 pre.prettyprint ol.linenums > li.L2 { list-style-type: decimal; } 36 pre.prettyprint ol.linenums > li.L3 { list-style-type: decimal; } 37 pre.prettyprint ol.linenums > li.L4 { list-style-type: decimal; } 38 pre.prettyprint ol.linenums > li.L5 { list-style-type: decimal; } 39 pre.prettyprint ol.linenums > li.L6 { list-style-type: decimal; } 40 pre.prettyprint ol.linenums > li.L7 { list-style-type: decimal; } 41 pre.prettyprint ol.linenums > li.L8 { list-style-type: decimal; } [all …]
|
| D | README.md | 11 <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
|
| /plugin/codeprettify/code-prettify/styles/ |
| D | desert.css | 16 /* Specify class=linenums on a pre to get line numbering */ 17 ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
|
| D | sunburst.css | 29 /* Specify class=linenums on a pre to get line numbering */ 30 ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE; } /* IE indents via margin-left */
|
| D | doxy.css | 43 /* Specify class=linenums on a pre to get line numbering; line numbers themselves are the same colo… 44 ol.linenums { margin-top: 0; margin-bottom: 0; color: #8B8970; } /* IE indents via margin-left */
|
| D | sons-of-obsidian.css | 56 ol.linenums
|
| /plugin/ckgedit/ckeditor/plugins/geshi/lang/ |
| D | en.js | 21 linenums: "Line number(s): <b><num></b> or <em><num1>,<num2>. . .</em>", property
|
| /plugin/ckgedit/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js.unc | 165 id: 'linenums', 166 … label: editor.lang.geshi.linenums ||'Line number or numbers: line n or n1,n2..', 208 var num = dialog.getValueOf( 'tab-basic', 'linenums' ); 212 var num = dialog.getValueOf( 'tab-basic', 'linenums' );
|
| D | geshi.js | 1 …ion(){e=this.getValue()}},{type:"text",id:"linenums",label:k.lang.geshi.linenums||"Line number or …
|
| /plugin/codeprettify/code-prettify/src/ |
| D | prettify.css | 55 /* Specify class=linenums on a pre to get line numbering */ 56 ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
| /plugin/codeprettify/code-prettify/ |
| D | README.md | 146 You can use the `linenums` class to turn on line numbering. If your code 148 end of that class as in `linenums:52`. For example: 151 <pre class="prettyprint linenums:4"
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/css/ |
| D | asciidoctor.css | 219 pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 3065 …mode = ($truthy(self['$attr?']("linenums")) ? (($truthy(($ret_or_1 = doc_attrs['$[]']("" + (syntax… 7649 $$('AttributeList').$rekey(attributes, [nil, nil, "linenums"]); 7652 $$('AttributeList').$rekey(attributes, [nil, "language", "linenums"]); 7657 } } if (!$truthy(attributes['$key?']("linenums"))) { 7658 …if (($truthy(attributes['$[]']("linenums-option")) || ($truthy(doc_attrs['$[]']("source-linenums-o… 7659 attributes['$[]=']("linenums", ""); 7676 attributes['$[]=']("linenums", ""); 7678 attributes['$[]=']("linenums", ""); 7689 } if (!$truthy(attributes['$key?']("linenums"))) { 7690 …if (($truthy(attributes['$[]']("linenums-option")) || ($truthy(doc_attrs['$[]']("source-linenums-o… [all …]
|