Home
last modified time | relevance | path

Searched refs:lineLength (Results 1 – 25 of 27) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
DLineLengthSniff.php117 $lineLength = ($tokens[$stackPtr]['column'] + $tokens[$stackPtr]['length'] - 1);
120 if ($lineLength <= 80) {
122 } else if ($lineLength <= 120) {
124 } else if ($lineLength <= 150) {
134 if ($lineLength > $this->lineLimit
155 && $lineLength > $this->absoluteLineLimit
159 $lineLength,
164 } else if ($lineLength > $this->lineLimit) {
167 $lineLength,
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DSerializer.php33 protected $lineLength = null; variable in phpDocumentor\\Reflection\\DocBlock\\Serializer
44 * @param int|null $lineLength The max length of a line or NULL to disable line wrapping.
47 …_construct($indent = 0, $indentString = ' ', $indentFirstLine = true, $lineLength = null, $tagForm… argument
52 Assert::nullOrInteger($lineLength);
58 $this->lineLength = $lineLength;
74 $wrapLength = $this->lineLength ? $this->lineLength - strlen($indent) - 3 : null;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DWKB.php205 $lineLength = $this->reader->readUInt32();
208 if (!$lineLength) {
213 for ($i = 0; $i < $lineLength; ++$i) {
/plugin/supa/lib/
DSupa.jar.unsignedMETA-INF/ META-INF/MANIFEST.MF de/ de/christophlinder/ de/ ...
DSupa.jarMETA-INF/MANIFEST.MF META-INF/SUPA.SF META-INF/SUPA ...
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/jmol2/jmol/
DJmolApplet0_ReadersCifPdb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ReadersCifPdb.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1lineLength","getLine","anchor","line","ch","push","markText","className","marks","clear","defineOp…
/plugin/jdraw/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/mizarveifiabledocs/dist/
Dscript.js1lineLength}let o=t.state.sliceDoc(i.from,i.to);return i.from+function(t,e,i,s){for(let s=0,n=0;;){…
Dscript.js.map1lineLength;\n }\n let content = view.state.sliceDoc(block.from, block.to);\n return block…
/plugin/mizarproofchecker/dist/
Dscript.js1lineLength}let o=t.state.sliceDoc(i.from,i.to);return i.from+function(t,e,i,s){for(let s=0,n=0;;){…
Dscript.js.map1lineLength;\n }\n let content = view.state.sliceDoc(block.from, block.to);\n return block…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1lineLength}let o=t.state.sliceDoc(i.from,i.to);return i.from+function(t,e,i,n){for(let n=0,s=0;;){…
H A Dscript.js.map1lineLength;\n }\n let content = view.state.sliceDoc(block.from, block.to);\n return block…
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-viewer.production.min.js16lineLength}let s=e.state.sliceDoc(n.from,n.to);return n.from+function(e,t,n,i){for(let i=0,r=0;;){…
Ddmn-navigated-viewer.production.min.js16lineLength}let s=e.state.sliceDoc(n.from,n.to);return n.from+function(e,t,n,i){for(let i=0,r=0;;){…
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3lineLength:Math.round(n)}})},this.addText=function(e){this.pushLine({text:e})},this.addCentered=fu… property
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js26970 this.lineLength = this.line.length;
26986 this.cursor = this.lineLength;
27015 this.lineLength = this.line.length;
27022 return this.lineLength > this.cursor;
27052 lineLength = this.lineLength;
27054 if (lineLength <= cursor) {
/plugin/codemirror/dist/
Dscripts.min.js.map1lineLength","findMaxLine","d","maxLine","maxLineLength","maxLineChanged","Line","estimateHeight","…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1lineLength = this._lines[out.index].length;\n // Ensure we return a valid position\n …

12