Home
last modified time | relevance | path

Searched refs:j (Results 126 – 150 of 959) sorted by relevance

12345678910>>...39

/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1j=i,k=e<0?0:f.length,l=0;j!=k;j+=e,l++){var m=f.charAt(e<0?j-1:j);var n=m!="_"&&a.isWordChar(m)?"w…
H A Dvim.min.js1j(a){if(!a.state.fatCursorMarks)return;k(a);var b=a.listSelections(),c=[];for(var d=0;d<b.length;d… function
2j=b.sel;var k=oa(b.visualMode?ha(a,j.head):a.getCursor("head"));var l=oa(b.visualMode?ha(a,j.ancho… class in AnonymousFunction1b9134d71300
3j,k,l;var m=h.indexOf(c);if(f.ch<m){f.ch=m}else if(m<f.ch&&h[f.ch]==c){j=f.ch;--f.ch}if(h[f.ch]==c… function
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php120 for ($j = 0; ($i + $j - 1) < $l; ++$j, ++$tmp)
122 $tmp = &$tokens[$i][\mb_substr($word, $j, $i)];
131 foreach ($token as $j => $value)
133 $tokens[$i][$j] = $value / $sum;
/plugin/editsections/
H A Dscript.js53 for(var j=0; j<secs.length; j++){
54 secs[j].className = secs[j].className.replace(/ ?section_highlight/,'');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCodabar.php70 for ($j = 0; $j < 8; ++$j) {
71 if (($j % 2) == 0) {
76 $x = $seq[$j];
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Dconfig.js19j;var h=document.createElement("span",{className:"MathJax_Preview"});if(e.inputJax==="TeX"){if(e.r…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php274 for ($i = 0, $j = 1; $j < $size; $i += 2, $j += 2) {
283 $value[$j] = $temp;
364 for ($i = 0, $j = 1; $j < $y_size; $i += 2, $j += 2) {
373 $x_value[$j] = $temp;
500 for ($j = 0; $j < $x_length; ++$j) { // ie. $i = 0
506 $product_value[$j] = $carry;
513 for ($j = 0, $k = $i; $j < $x_length; ++$j, ++$k) {
1033 for ($j = $i + 1, $k = $i2 + 1; $j <= $max_index; ++$j, ++$k) {
1138 for ($j = 1; ($temp >> $j) & 1; ++$j) {
1275 for ($j = count($digit) - 1; $j >= 0; $j--) {
[all …]
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618j){if(typeof g=='string')g=document.getElementById(g);var k={src:'#',width:320,height:240,version:…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php224 for ($j = 0; $j < count($arr); $j++) {
225 $regular .= $j ? '$k++;' : '$k = $i;';
227 $subtemp = $' . $output . '[$k] + $' . $input . '[$i] * ' . $arr[$j];
228 $regular .= $j ? ' + $carry;' : ';';
372 for ($i = 0, $j = 1; $j < count($known); $i += 2, $j += 2) {
373 …$code .= '$sum = $' . $unknown . '[' . $j . '] * ' . $class::BASE_FULL . ' + $' . $unknown . '[' .…
374 $code .= self::float2string($known[$j] * $class::BASE_FULL + $known[$i]);
397 $' . $result . '[' . $j . '] = $subtemp;';
402 if ($j == count($known)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php266 for ($j = $this->lineStart; $j < $tokensCount; $j++) {
267 $token = $this->tokens[$j];
294 for ($j = $this->lineStart; $j < $tokensCount; $j++) {
295 if ($this->tokens[$j][self::TYPE] == self::T_TEXT) {
296 if (isset($this->tokens[$j + 1])
297 && $this->tokens[$j
[all...]
/plugin/codemirror/dist/modes/
H A Dfcl.min.js1j=a.current().toLowerCase();if(c.propertyIsEnumerable(j)||d.propertyIsEnumerable(j)||e.propertyIsE… class
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DMpdf.php45 for ($j = $minSize; $j < $maxSize; $j++) {
47 if ($final[$i + $j * $qrSize + 1]) {
48 $mpdf->Rect($x + ($i - $minSize) * $s, $y + ($j - $minSize) * $s, $s, $s, 'F');
/plugin/highlightjs/highlight/
H A Dhighlight.js27 for (var j = 0; j < language.modes.length; j++) {
432 for (var j = 0; j < language.modes.length; j++) {
433 if (language.modes[j].begin)
434 language.modes[j].beginRe = langRe(language, '^' + language.modes[j].begin);
435 if (language.modes[j].end)
436 language.modes[j].endRe = langRe(language, '^' + language.modes[j].end);
437 if (language.modes[j].illegal)
438 language.modes[j].illegalRe = langRe(language, '^(?:' + language.modes[j].illegal + ')');
441 language.modes[j].relevance = 1;
468 for (var j = 0; j < language.modes.length; j++) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1014 $i = $j = 0;
1016 $z .= pack('V2', $s[$i][$j][1], $s[$i][$j++][0]);
1095 for ($j = 0; $j < 5; $j++) {
1096 $s[$i][$j][0] ^= $temp[$j][0];
1097 $s[$i][$j][1] ^= $temp[$j][1];
1105 for ($j = 0; $j < 5; $j++) {
1106 … $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft32($s[$j][$i], $rotationOffsets[$j][$i]);
1279 for ($j = 0; $j < 5; $j++) {
1280 $s[$i][$j] ^= $temp[$j];
1288 for ($j = 0; $j < 5; $j++) {
[all …]
H A DRijndael.php368 $j = $c[1];
379 $j = ($j + 1) % $Nb;
396 $j = $c[1];
406 $j = ($j + 1) % $Nb;
450 $j = $Nb - $c[1];
461 $j = ($j + 1) % $Nb;
470 $j = $Nb - $c[1];
485 $j = ($j + 1) % $Nb;
611 $j = 0;
612 while ($j < $this->Nb) {
[all …]
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc119 for ($j = 0; $j < 3; ++$j) {
121 $latitude += ($char << ($j * 8));
124 for ($j = 0; $j < 3; ++$j) {
126 $longitude += ($char << ($j * 8));
132 for ($j = 0; $j < 3; ++$j) {
134 $metroarea_combo += ($char << ($j * 8));
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmmultiscripts.js19j=(this.data[this.base]?this.SVGdataStretched(this.base,G,z):c.BBOX.G().Clean());var K=c.TeX.x_hei…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/yo/
H A Dyo.txt
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
H A Dfontdata.js19j="LatinModernMathJax_Size4",h="LatinModernMathJax_Size5",g="LatinModernMathJax_Size6",e="LatinMod… variable
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php624 for ($j = $i + 1; $j < $end; $j++) {
625 if (self::is_consonant($info[$j])) {
626 $info[$j]['indic_position'] = self::POS_FINAL_C;
648 for ($j = $end - 1; $j > $i; $j--) {
649 if (self::is_consonant($info[$j]) || $info[$j]['indic_categor
[all...]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php664 for($j = 0; $j < count($str_value[$i]); $j++)
666 …if($have['bg'] === FALSE && (substr($str_value[$i][$j],0,4) == 'url(' || $str_value[$i][$j] === 'n…
668 $return['background-image'] .= $str_value[$i][$j].',';
671 elseif(in_array($str_value[$i][$j],$repeat,TRUE))
675 elseif(in_array($str_value[$i][$j],$attachment,TRUE))
681 $return['background-clip'] .= $str_value[$i][$j].',';
684 elseif(in_array($str_value[$i][$j],$origin,TRUE))
688 elseif($str_value[$i][$j]{0} == '(')
692 …elseif(in_array($str_value[$i][$j],$pos,TRUE) || is_numeric($str_value[$i][$j]{0}) || $str_value[$…
694 $return['background-position'] .= $str_value[$i][$j];
[all …]
/plugin/authucenter/lib/api/
H A Duc.php316 for($j = $i = 0; $i < 256; $i++) {
317 $j = ($j + $box[$i] + $rndkey[$i]) % 256;
319 $box[$i] = $box[$j];
320 $box[$j] = $tmp;
323 for($a = $j = $i = 0; $i < $string_length; $i++) {
325 $j = ($j + $box[$a]) % 256;
327 $box[$a] = $box[$j];
328 $box[$j] = $tmp;
329 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dnewcommand.js19j,g=[],h=0;j=this.GetNext();var d=this.i;while(this.i<this.string.length){j=this.GetNext();if(j===… argument
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js66 for( var j = slct.length - 1; j > -1; j-- ) {
67 if( slct.options[j] ) {
68 slct.options[j] = null;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js66 for( var j = slct.length - 1; j > -1; j-- ) {
67 if( slct.options[j] ) {
68 slct.options[j] = null;

12345678910>>...39