Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs18 for(j = 0; j != D[0].length; ++j) if(D[0][j].charCodeAt(0) !== 0xFFFD) { e[D[0][j]] = 0 + j; d[0 +
20 for(j = 0; j != D[129].length; ++j) if(D[129][j].charCodeAt(0) !== 0xFFFD) { e[D[129][j]] = 33024 +…
22 for(j = 0; j != D[130].length; ++j) if(D[130][j].charCodeAt(0) !== 0xFFFD) { e[D[130][j]] = 33280 +…
24 for(j = 0; j != D[131].length; ++j) if(D[131][j].charCodeAt(0) !== 0xFFFD) { e[D[131][j]] = 33536 +…
26 for(j = 0; j != D[132].length; ++j) if(D[132][j].charCodeAt(0) !== 0xFFFD) { e[D[132][j]] = 33792 +…
28 for(j = 0; j != D[135].length; ++j) if(D[135][j].charCodeAt(0) !== 0xFFFD) { e[D[135][j]] = 34560 +…
30 for(j = 0; j != D[136].length; ++j) if(D[136][j].charCodeAt(0) !== 0xFFFD) { e[D[136][j]] = 34816 +…
32 for(j = 0; j != D[137].length; ++j) if(D[137][j].charCodeAt(0) !== 0xFFFD) { e[D[137][j]] = 35072 +…
34 for(j = 0; j != D[138].length; ++j) if(D[138][j].charCodeAt(0) !== 0xFFFD) { e[D[138][j]] = 35328 +…
112 for(j = 0; j != D[0].length; ++j) if(D[0][j].charCodeAt(0) !== 0xFFFD) { e[D[0][j]] = 0 + j; d[0 +
[all …]
/plugin/codemirror/dist/modes/
H A Dperl.min.js1j;return d}f=!f&&g=="\\"}return d};return b.tokenize(a,b)}function i(a,b,c){b.tokenize=function(a,… function
H A Delm.min.js1j(){return function(j,p){if(j.eatWhile(i)){return null}var q=j.next();if(h.test(q)){return q==="{"… function
H A Dcobol.min.js1j(a){var b={},c=a.split(" ");for(var d=0;d<c.length;++d)b[c[d]]=true;return b}var k=j("TRUE FALSE … function
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Asana-Math/
H A Dfontdata-extra.js19j="AsanaMathJax_Size2",i="AsanaMathJax_Size3",h="AsanaMathJax_Size4",f="AsanaMathJax_Size5",e="Asa… variable
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js141 …for(j=0;j<ar.length;j++) { …
143 ar[j] = ar[j].replace(/<p.*?>/,"");
144 ar[j] = ar[j].replace(/<\/p>/,"");
150 ar[j] = ar[j].replace(/<p.*?>/,"");
151 ar[j] = ar[j].replace(/<p.*?>/,"");
155 ar[j] = ar[j].replace(/<p.*?>/,"");
156 ar[j] = ar[j].replace(/<\/p>/,"");
157 ar[j] = ar[j].replace(/^\s+/,"");
160 ar[j] = ar[j].replace(/<\/p>/,"");
161 ar[j] = ar[j].replace(/^\s+/,"");
[all …]
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js1j=0;j<l.length;j++){if(l[j].match(/SpFirst/)){if(l[j].match(/L_\d+>[a-b0-9]/)){k="ol"}l[j]=l[j].re…
/plugin/swfobject/
H A Dsyntax.php268 $j = 1;
270 $j = $j + 1;
272 if( ($s{$i-$j} == '=') || ($s{$i-$j} == '(') ){
277 while( ($s{$i+$j} != '\\') && ($s{$i+$j} != '/')){
278 $j = $j + 1;
280 if($s{$i+$j} == '\\') $j = $j + 2;
290 $j = 1;
291 while( $s{$i+$j} != '"' && ($i+$j < $slen)){
292 if( $s{$i+$j} == '\\' && ($s{$i+$j+1} == '"' || $s{$i+$j+1} == '\\') ){
306 while( $s{$i+$j} != "'" && ($i+$j < $slen)){
[all …]
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1j;var n;var p=function(i){var u=i.data.getTarget(),t=u.getName();if(t=="a"){u=u.getChild(0)}else{i…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1j;var n;var p=function(i){var u=i.data.getTarget(),t=u.getName();if(t=="a"){u=u.getChild(0)}else{i…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19j=k.length;l<j;l++){n[l]=h.Parse.prototype.Em(k[l])}return n.join(" ")};var e=(document.getElement… argument
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8j){a("drawImage");var i=e(this);var g=i.data("scianimator");j=parseInt(j,10);var h=g.frames[j];e(g… argument
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DTimeEfficientLongestCommonSubsequenceImplementation.php38 for ($j = 0; $j <= $toLength; ++$j) {
39 $matrix[$j * $width] = 0;
43 for ($j = 1; $j <= $toLength; ++$j) {
44 $o = ($j * $width) + $i;
48 $from[$i - 1] === $to[$j - 1] ? $matrix[$o - $width - 1] + 1 : 0
54 $j = $toLength;
56 while ($i > 0 && $j > 0) {
57 if ($from[$i - 1] === $to[$j - 1]) {
60 --$j;
62 $o = ($j * $width) + $i;
[all …]
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php51 for ($j = 0; $j <= $cTo; $j++) {
52 $m = $llB[$j] + $llE[$cTo - $j];
56 $jMax = $j;
84 for ($j = 0; $j < $cTo; $j++) {
85 if ($from[$i] === $to[$j]) {
86 $current[$j + 1] = $prev[$j] + 1;
88 $current[$j + 1] = \max($current[$j], $prev[$j + 1]);
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1j){var m,l;if(j.data){m=j.data.getTarget()}else{m=new CKEDITOR.dom.element(j)}if(m.getName()=="a"&… argument
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1j){var m,l;if(j.data){m=j.data.getTarget()}else{m=new CKEDITOR.dom.element(j)}if(m.getName()=="a"&… argument
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata-extra.js19j="NeoEulerMathJax_Size1",h="NeoEulerMathJax_Size2",g="NeoEulerMathJax_Size3",f="NeoEulerMathJax_S… variable
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19j=this.div2.style,m;k.cssText=l;j.cssText="";for(var g in a.safeStyles){if(a.safeStyles.hasOwnProp… argument
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js156 for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
157 if(( i == ti && j > wi ) || i > ti ) {
162 && ( !this.wordFlags[i][j] )) {
221 for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
222 if(( i == ti && j > wi ) || i > ti ) {
227 && ( !this.wordFlags[i][j] )) {
324 var i, j, origSpell ;
331 for( j = 0; j < this.wordWin.totalWords( i ); j++ ) {
346 for( j = 0; j < this.wordWin.totalWords( i ); j++ ) {
432 for( var j = 0; j < this.wordFlags[i].length; j++ ) {
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js161 for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
162 if(( i == ti && j > wi ) || i > ti ) {
167 && ( !this.wordFlags[i][j] )) {
232 for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
233 if(( i == ti && j > wi ) || i > ti ) {
238 && ( !this.wordFlags[i][j] )) {
336 var i, j, origSpell ;
343 for( j = 0; j < this.wordWin.totalWords( i ); j++ ) {
358 for( j = 0; j < this.wordWin.totalWords( i ); j++ ) {
444 for( var j = 0; j < this.wordFlags[i].length; j++ ) {
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js24 abc2svg.playseq=function(evt){var i,j,svg=evt.target,e=svg
39 for(j=0;j<tune_lst.length;j++)
40 abcplay.add(tune_lst[j][0],tune_lst[j][1],tune_lst[j][3])}
61 function render(){var i=0,j,k,res,re=/<script type="text\/vnd.abc"|<[^>]* class="abc"|%abc-\d|X:\d/g,re_stop=/\n<|\n%.begin[^\s]+/g
67 j=page.indexOf("<mei ")
68 if(j>
[all...]
/plugin/prettytables/
H A Dscript.js143 for (var j=0;j<this.table[i].length;j++){
163 for (j=0;j<this.table[i].length;j++){
164 if (getCharWidth(this.table[i][j]) > colsize[j]){
165 colsize[j] = getCharWidth(this.table[i][j]);
172 for (j=0;j<this.table[i].length;j++){
173 r = r + this.map[i][j];
177 …if (spaces[0] > 1 && spaces[1] > 1) r = r + prettytables_strcenter(this.table[i][j],colsize[j]+4…
178 …1] <= 1) r = r + prettytables_repeat(' ',colsize[j]-getCharWidth(this.table[i][j])+3) + this.table…
179 …aces[0] <= 1) r = r + ' ' + this.table[i][j] + prettytables_repeat(' ',colsize[j]-getCharWidth(thi…
182 r = r + this.map[i][j] +"\n";
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmaction.js19j,h,l){var i=this.selected();if(i.type=="null"){j=this.HTMLcreateSpan(j);j.bbox=this.HTMLzeroBBox(… argument
H A Dmultiline.js19j={index:[],penalty:e.nobreak,w:0,W:i,shift:i,scanW:i,nest:0},k=false;while(this.HTMLbetterBreak(j argument
/plugin/twofactorgoogleauth/
H A DQRCode.php448 for ($j = 0; $j <= $num_error; $j++) {
480 for ($j = 0; $j < $size; $j++) {
487 for ($j = 0; $j < 8; $j++) {
529 for ($j = 0; $j < 6; $j++) {
581 for ($j = 0; $j < $size; $j++) {
631 for ($j = 0; $j < $size; $j++) {
659 for ($j = 1; $j < $size; $j++) {
680 for ($j = 0; $j < 11; $j++) {
688 for ($j = 11; $j < $size; $j++) {
704 for ($j = 0; $j < $size; $j++) {
[all …]

12345678910>>...39