Home
last modified time | relevance | path

Searched refs:lines (Results 101 – 125 of 529) sorted by path

12345678910>>...22

/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt322 "lines": "lines",
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc211 else { //hilite individual lines
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified402 "lines": "lines",
/plugin/ckgedit/scripts/
H A Dcss6.php169 $lines = explode("\n", $css);
171 if(preg_match('/\/(\* XXXXXXXXX )(.*?)( XXXXXXXXX \*)\//', $lines[$i], $m)){
H A Dparse_wiki.js.unc1076 // this handles format characters at the ends of list lines
1720 /*fix for links in lists at ends of lines, which cause loss of line-feeds
1726 /*fix for links in lists before ends of lines, which cause extra line-feeds */
/plugin/cli/
H A Dcli-examples.txt173 * CLI shouldn't silently eat intentional blank lines:
181 ==== blank lines ====
183 intentional blank lines are preserved
191 user@host:~/somedir $ # Yes the 2 blank lines above are intentional.
200 user@host:~/somedir $ # Yes the 2 blank lines above are intentional.
221 user@host:~/somedir $ dosemu # two blank lines above.
251 user@host:~/somedir $ dosemu # two blank lines above.
284 user@host:~/somedir $ dosemu # two blank lines above.
313 user@host:~/somedir $ dosemu # two blank lines above.
H A Dsyntax.php208 $lines = preg_split('/\n\r|\n|\r/',$txt);
210 if ( trim($lines[0]) == '' ) unset( $lines[0] );
211 if ( trim(end($lines)) == '' ) array_pop($lines);
216 foreach($lines as $line) {
/plugin/code2/
H A Dsyntax.php272 $lines = explode("\n", $aMarkup);
274 while (list($i, $l) = each($lines)) {
279 $lines[$i] = $hits[2] . strip_tags($hits[3]);
281 $lines[$i] = $hits[1] . strip_tags($hits[3]) . '</span>';
287 $lines[$i] = strip_tags($l);
290 $aDoc .= implode("\n", $lines);
/plugin/codehighlight/cp/
H A Dlicense.txt261 functions (ten lines or less in length), then the use of the object
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1lines","sort","a","b","au","bu","sortLinesInsensitive","nextBookmark","marks","sublimeBookmarks","…
H A Dvim.min.js.map1lines","firstNonWS","search","_forward","noSymbol","wordStart","findMatchingTag","findEnclosingTag…
/plugin/codemirror/dist/modes/
H A Dbrainfuck.min.js.map1 …><+-.,[]\".split(\"\");\n /*\n comments can be either:\n placed behind lines\n\n +++ …
H A Dcss.min.js.map1 …", \"lighten\",\n \"line-through\", \"linear\", \"linear-gradient\", \"lines\", \"list-item\", …
H A Dcypher.min.js.map1lines","reProcessedPortion","split","length","replace","trim","defineMIME"],"mappings":"CAMA,SAAUA…
H A Dhaskell.min.js.map1 …tiveZero\", \"iterate\", \"last\",\n \"lcm\", \"length\", \"lex\", \"lines\", \"log\", \"logB…
H A Djulia.min.js.map1 …pto here if a function call or definition splits\n // over two or more lines.\n if (stream.m…
H A Dlua.min.js.map1 … \"close\",\"flush\",\"lines\",\"read\",\"seek\",\"setvbuf\",\"write\",\n\n \"io.close\",\"io.…
H A Dmirc.min.js.map1 … \"$lactivecid $lactivewid $left $len $level $lf $line $lines $link $lock \" +\n…
H A Dsql.min.js.map1lines list load local localtime localtimestamp lock logs low_priority master master_heartbeat_peri…
H A Dstylus.min.js.map1 …",\"level\",\"lighter\",\"line-through\",\"linear\",\"linear-gradient\",\"lines\",\"list-item\",\"…
/plugin/codemirror/dist/
H A Dscripts.min.js3 …for(var h=0;h<f.length;++h){if(!f[h].lines.length){ra(f[h],"hide")}}}if(g){for(var i=0;i<g.length;…
4lines=a;this.parent=null;var b=0;for(var c=0;c<a.length;++c){a[c].parent=this;b+=a[c].height}this.…
H A Dscripts.min.js.map1lines","children","sz","chunkSize","getBetween","iter","getLines","updateLineHeight","height","dif…
H A Dstyles.min.css1lines,#dokuwiki__content .CodeMirror-lines{padding:4px 0}form#dw__editform .CodeMirror pre.CodeMir…
H A Dstyles.min.css.map1lines {\n padding: 4px 0; /* Vertical padding around content */\n}\n.CodeMirror pre.CodeMirror-li…
/plugin/codeprettify/code-prettify/
H A DREADME.md209 Prettify puts lines into an HTML list element so that line numbers aren't
213 The following should turn line numbering back on for the other lines:

12345678910>>...22