Home
last modified time | relevance | path

Searched refs:chars (Results 101 – 125 of 132) sorted by relevance

123456

/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML-full.js52chars(f):a.mtext(f))}f.parent=this;f.setInherit(this.inheritFromMe?this:this.inherit)}this.data[e]…
53 …urn e+"<mrow"+d+">\n"+this.data[0].toMathML(e+" ")+"\n"+e+"</mrow>"}});a.chars.Augment({toMathML:…
54 …/&([a-z][a-z0-9]*);/ig,this.replaceEntity);o=this.trimSpace(o)}e.Append(a.chars(o))}else{if(f.node…
55 ….NativeMMLattributes(o);this.data[0].toNativeMML(o);p.appendChild(o)}});f.chars.Augment({toNativeM…
56 …chV:function(n,m,o){this.HTMLremoveColor();return this.toHTML(n,m,o)}});i.chars.Augment({toHTML:fu…
58 …0]){n=n.data[0]}if(!n.isToken){return""}else{return n.data.join("")}}});h.chars.Augment({toPreview…
H A DAM_HTMLorMML-full.js52chars(f):a.mtext(f))}f.parent=this;f.setInherit(this.inheritFromMe?this:this.inherit)}this.data[e]…
53 …urn e+"<mrow"+d+">\n"+this.data[0].toMathML(e+" ")+"\n"+e+"</mrow>"}});a.chars.Augment({toMathML:…
54 …ing){ad.useMMLspacing=128}return ad},createTextNode:function(ab){return g.chars(ab).With({nodeValu…
55 ….NativeMMLattributes(o);this.data[0].toNativeMML(o);p.appendChild(o)}});f.chars.Augment({toNativeM…
56 …chV:function(n,m,o){this.HTMLremoveColor();return this.toHTML(n,m,o)}});i.chars.Augment({toHTML:fu…
58 …0]){n=n.data[0]}if(!n.isToken){return""}else{return n.data.join("")}}});h.chars.Augment({toPreview…
/plugin/processing/
H A Dscript.js5595 var chars = this.split("");
5596 for (var i = chars.length - 1; i >= 0; i--) {
5597 chars[i] = new Char(chars[i]);
5599 return chars;
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1chars","len","firstIndex","SearchState","setQuery","getOverlay","searchOverlay","setOverlay","over…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2490 case insensitive, ignores most punctuation, treats accented chars
2493 RIFF/WAVE files with the first 4 chars changed from RIFF to SDSS)
2714 escaped chars or %xx-formatted characters
2804 [unknown program] had data padded to 50 chars with null bytes,
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md585 - Transform to uppercase/lowercase not working for chars > ASCII 128 when using core fonts
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js309 var escapeEntitiesRegEx={normal:function(list){var chars=[];
310 for(var ch in list){chars.push(ch)
311 }return new RegExp("(["+chars.join("")+"])","gm")
312 },reverse:function(list){var chars=[];
313 for(var ch in list){chars.push(ch)
314 }return new RegExp("("+chars.join("|")+")","gm")
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js868 var chars = [];
871 chars.push(ch);
873 return new RegExp('([' + chars.join('') + '])', 'gm');
877 var chars = [];
880 chars.push(ch);
882 return new RegExp('(' + chars.join('|') + ')', 'gm');
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js320 var escapeEntitiesRegEx={normal:function(list){var chars=[];
321 for(var ch in list){chars.push(ch)
322 }return new RegExp("(["+chars.join("")+"])","gm")
323 },reverse:function(list){var chars=[];
324 for(var ch in list){chars.push(ch)
325 }return new RegExp("("+chars.join("|")+")","gm")
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js1097 globalScope.btoa = function (chars) {
1098 return Buffer.from(chars, 'binary').toString('base64');
17225 var chars = '';
17231 chars += String.fromCharCode(code);
17233 chars += '&#x' + (0x10000 + code).toString(16).substring(1) + ';';
17237 return '>' + chars;
H A Dpdf.worker.js.map1chars","ErrorFont","Type1Font","streamBytesLength","streamBytes","EEXEC_SIGNATURE","streamStartPos…
H A Dpdf.js.map1chars","_parse","rdf","nodeName","children","XMLParserErrorCode","NoError","EndOfDocument","Unterm…
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 … return tokenRawString(stream, state);\n }\n // Unicode strings/chars.\n if (stream.m…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1chars","charsRightIndex","compareAscending","criteria","compareMultipleAscending","objCriteria","o…
/plugin/diagramsnet/lib/math/jax/output/SVG/
H A Djax.js19 …n]=true;var o=a.autoloadDir+"/"+n+".js";e.RestartAfter(j.Require(o))}});i.chars.Augment({toSVG:fun…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1974 $this->writer->write('%' . chr(226) . chr(227) . chr(207) . chr(211)); // 4 chars > 128 to show binary file
13390 // Don't allow non-breaking spaces that are converted to substituted chars or will break anyway and mess up table width calc.
26002 * Edited v1.2 Pass by reference; option to continue if invalid UTF-8 chars
26306 $chars = 6; // number of numerals in each half
26321 $chars = 5;
26333 $chars = 3;
26346 $chars = 4;
26372 // WORD SPACING for inner chars
26373 $xtra = $textw - ($cw * $chars);
26374 $charspacing = $xtra / ($chars
[all...]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19 …chV:function(n,m,o){this.HTMLremoveColor();return this.toHTML(n,m,o)}});i.chars.Augment({toHTML:fu…
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1chars","flat","delimited","proxy","supports","vendor","element","elements","isolate","selectors","…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1chars","handleChar","getConfig","around","charsAround","linesep","contractSelection","inverted","i…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

123456