Home
last modified time | relevance | path

Searched refs:firstLine (Results 1 – 25 of 28) sorted by relevance

12

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js11 firstLine, argument
54 firstLine = asString(defaultValue(firstLine, defaults['first-line']));
62 'first-line' : defaultValue(getValue(parts, 'firstline'), firstLine)
71 firstLine /* optional */, argument
134 firstLine,
H A DshCore.js1362 firstLine = parseInt(this.getParam('first-line'))
1367 lines.push(index + firstLine);
1420 firstLine = parseInt(this.getParam('first-line')),
1425 pad = (firstLine + count - 1).toString().length;
1431 var lineNumber = lineNumbers ? lineNumbers[i] : firstLine + i,
1453 firstLine = parseInt(this.getParam('first-line')),
1463 lineNumber = lineNumbers ? lineNumbers[i] : firstLine + i;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js27 firstLine, argument
70 firstLine = asString(defaultValue(firstLine, defaults['first-line']));
78 'first-line' : defaultValue(getValue(parts, 'firstline'), firstLine)
87 firstLine /* optional */, argument
150 firstLine,
H A DshCore.js2643 firstLine = parseInt(this.getParam('first-line'))
2648 lines.push(index + firstLine);
2701 firstLine = parseInt(this.getParam('first-line')),
2706 pad = (firstLine + count - 1).toString().length;
2712 var lineNumber = lineNumbers ? lineNumbers[i] : firstLine + i,
2734 firstLine = parseInt(this.getParam('first-line')),
2744 lineNumber = lineNumbers ? lineNumbers[i] : firstLine + i;
/plugin/syntaxhighlighter4/
H A Daction.php73 $firstLine = $this->getConf('first-line');
74 if ($firstLine > 0) {
75 ptln(' firstLine: '.$firstLine.',');
H A DREADME.md47 * **firstLine**: Allows you to change the first (starting) line number `(default 1)`
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/syntaxhighlighter3/action/
H A Daction.php97 $firstLine = $this->getConf('first-line');
98 if ($firstLine > 0) {
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js422 for(var i = 0, lineIndex = this.firstLine; i < lines.length - 1; i++, lineIndex++)
501 this.ol.start = this.firstLine;
571 …* optional */, showControls /* optional */, collapseAll /* optional */, firstLine /* optional */, … argument
697 …highlighter.firstLine = (firstLine == null) ? parseInt(GetOptionValue('firstline', options, 1)) :
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js92 for(var i=0,lineIndex=this.firstLine;i<lines.length-1;i++,lineIndex++)
111 …';this.div.highlighter=this;this.bar.className='bar';this.ol.start=this.firstLine;if(this.CssClass…
127 dp.sh.HighlightAll=function(name,showGutter,showControls,collapseAll,firstLine,showColumns) argument
161 highlighter.firstLine=(firstLine==null)?parseInt(GetOptionValue('firstline',options,1)):firstLine;h…
/plugin/gdpr/action/
H A Ddelusers.php230 $firstLine = fgets($handle);
232 return trim($firstLine);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php98 $firstLine = sprintf(
116 $firstLine,
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js1firstLine(),i=a.lastLine();for(;;){e+=d;if(e<h||e>i)return a.clipPos(b(e-d,d<0?0:null));f=a.getLin…
H A Dsublime.min.js1firstLine(),0));m=l.findNext()}if(!m||i(b.listSelections(),l.from(),l.to()))return;b.addSelection(…
H A Dvim.min.js1 …ar A=[].concat(w,x,y,["-",'"',".",":","/"]);function B(a,b){return b>=a.firstLine()&&b<=a.lastLine…
2firstLine();var k=a.lastLine();var l=a.findPosV(f,c.forward?h:-h,"line",d.lastHSPos);var m=c.forwa…
3firstLine(),0));if(!g.find(b)){return}}}return g.from()})}function xb(a){var b=bb(a);a.removeOverl…
H A Demacs.min.js.map1firstLine","lst","lastLine","clipPos","hasText","bySentence","sawWord","next","charAt","byExpr","w…
H A Dsublime.min.js.map1firstLine","isSelectedRange","addSelection","skipAndSelectNextOccurrence","prevAnchor","prevHead",…
H A Dvim.min.js.map1firstLine","lastLine","isLowerCase","k","isMatchableSymbol","indexOf","isNumber","isWhiteSpaceStri…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2676 firstLine = parseInt(this.opts.firstLine || 1),
2681 lineNumbers.push(i + firstLine);
2712 firstLine = parseInt(opts.firstLine || 1),
2717 …if (pad == true) pad = (firstLine + count - 1).toString().length;else if (isNaN(pad) == true) pad …
2720 lineNumber = lineNumbers ? lineNumbers[i] : firstLine + i;
2741 firstLine = parseInt(opts.firstLine || 1),
2749 lineNumber = lineNumbers ? lineNumbers[i] : firstLine + i;
H A Dsyntaxhighlighter.js.map1firstLine","wrapLine","lineIndex","lineNumber","lineHtml","classes","renderLineNumbers","html","co…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php772 $firstLine = fgets($handle);
775 $eolChar = substr($firstLine, -1);
777 $secondLastChar = substr($firstLine, -2, 1);
/plugin/codemirror/dist/
H A Dscripts.min.js3firstLine(),0),eb(a.lastLine()),R)}function Xf(a,b,c){var d={canceled:false,from:b.from,to:b.to,te…
4firstLine:function(){return this.first},lastLine:function(){return this.first+this.size-1},clipPos…
6firstLine()){d=eb(d.line-1,Ya(a.doc,d.line-1).length)}if(e.ch==Ya(a.doc,e.line).text.length&&e.lin…
7firstLine(),to:a.lastLine()+1};this.matches=[];this.update=null;this.findMatches();this.annotation…
H A Dscripts.min.js.map1firstLine","lastText","lastSpans","nlines","insert","remove","added","added$1","added$2","linkedDo…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1334 var firstLine = selData.split("\n", 1)[0];
1335 if(firstLine !== "succeeded")
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426firstLine&&t.firstLine.length>0){let e=t.firstLine;"^"!==e.charAt(0)&&(e="^"+e);try{let t=new RegE…

12