/plugin/gcalendar/inc/ |
H A D | gcal_show.php | 369 $t2 = $e2['start_time'];if($t2=="")$t2 = $e2['end_time']; 371 if($t1==$t2) { 373 $t2 = $e2['end_time']; 374 if($t1==$t2) return 0; 377 return ($t1 < $t2) ? -1 : 1;
|
/plugin/textmodule/ |
H A D | action.php | 48 $t2 = $t1; 51 $t2 = trim(substr($m[$c],$n+1)); 54 … $r .= '<a class="plugin_textmodule_link" onclick="textmodule_snippet(\''.$t2.'\')">'.$t1.'</a> ';
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.core.js | 1362 return t2; 1450 t2: mmin(t2, 1) 1936 abs(t2) > "1e12" && (t2 = .5); 1942 if (t2 > 0 && t2 < 1) { 1953 abs(t2) > "1e12" && (t2 = .5); 1959 if (t2 > 0 && t2 < 1) { 2347 t2 = Str(t2).replace(/\.{3}|\u2026/g, t1); 2349 t2 = R.parseTransformString(t2) || []; 4294 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx; 4298 t2 = t2 - x2 / d2; [all …]
|
/plugin/rater/ |
H A D | syntax.php | 888 $t2 = str_replace("/", ":", $t1); 889 $t2 = substr($t2, 1, strlen($t2)); 891 return $t2; 927 $t2 = $this->__savedir($page_filepath); 930 $t1 = html_wikilink(':'.$t2, $name); 955 $t2 = $this->__savedir($page_filepath); 957 $t1 = html_wikilink(':'.$t2,$rater_id.' '.$name);
|
/plugin/indexmenu2/syntax/ |
H A D | indexmenu.php | 415 $t2 = $this->s_rev?$a[$this->s_target]:$b[$this->s_target]; 416 if ($t1>$t2) return 1; 417 if ($t1<$t2) return -1;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | BinaryField.php | 94 $t2 = str_pad($u[$k], $length, "\0", STR_PAD_LEFT); 95 $temp = $t1 ^ $t2;
|
/plugin/orphanmedia/ |
H A D | syntax.php | 779 if(!$conf['useslash']) $t2 = str_replace("/", ":", $t1); 780 else $t2 = $t1; 782 … $t2 = '<a class=wikilink1 href="'. DOKU_URL . "doku.php?id=" . substr($t2, 1, strlen($t2)); 783 $t1 = $t2 . '" title="' . $t1 . '" rel="nofollow">' . $t1 . '</a>';
|
/plugin/orphanmedia2/ |
H A D | syntax.php | 780 if(!$conf['useslash']) $t2 = str_replace("/", ":", $t1); 781 else $t2 = $t1; 783 … $t2 = '<a class=wikilink1 href="'. DOKU_URL . "doku.php?id=" . substr($t2, 1, strlen($t2)); 784 $t1 = $t2 . '" title="' . $t1 . '" rel="nofollow">' . $t1 . '</a>';
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | PDF417.php | 784 $t2 = ($t1 * $ecc[$j]) % 929; 785 $t3 = 929 - $t2; 788 $t2 = ($t1 * $ecc[0]) % 929; 789 $t3 = 929 - $t2;
|
/plugin/dokucrypt/ |
H A D | script.js | 1349 var t2 = b - 0x80000000; 1351 if (t2 >= 0) { 1357 if (t2 >= 0) { 1358 return (a & t2); 1369 var t2 = b - 0x80000000; 1371 if (t2 >= 0) { 1377 if (t2 >= 0) { 1389 var t2 = b - 0x80000000; 1391 if (t2 >= 0) { 1392 return (t1 ^ t2); [all …]
|
/plugin/dokucrypt2/ |
H A D | script.js | 1421 var t2 = b - 0x80000000; 1423 if (t2 >= 0) { 1424 return ((t1 & t2) + 0x80000000); 1429 if (t2 >= 0) { 1430 return (a & t2); 1441 var t2 = b - 0x80000000; 1443 if (t2 >= 0) { 1444 return ((t1 | t2) + 0x80000000); 1449 if (t2 >= 0) { 1450 return ((a | t2) [all...] |
/plugin/metaeditor/ |
H A D | jstree.js | 2462 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 2577 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 2635 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 2737 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 2766 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 2912 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 2965 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 3357 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 3543 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { 3985 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) { [all …]
|
/plugin/callflow/ |
H A D | raphael.js | 1748 return t2; 1828 if (t1 >= 0 && t1 <= 1 && t2 >= 0 && t2 <= 1) { 1836 t2: t2 2322 abs(t2) > "1e12" && (t2 = .5); 2328 if (t2 > 0 && t2 < 1) { 2339 abs(t2) > "1e12" && (t2 = .5); 2345 if (t2 > 0 && t2 < 1) { 2702 t2 = Str(t2).replace(/\.{3}|\u2026/g, t1); 2704 t2 = R.parseTransformString(t2) || []; 4655 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx; [all …]
|
/plugin/advrack/ |
H A D | raphael.js | 1748 return t2; 1836 t2: mmin(t2, 1) 2322 abs(t2) > "1e12" && (t2 = .5); 2328 if (t2 > 0 && t2 < 1) { 2339 abs(t2) > "1e12" && (t2 = .5); 2345 if (t2 > 0 && t2 < 1) { 2702 t2 = Str(t2).replace(/\.{3}|\u2026/g, t1); 2704 t2 = R.parseTransformString(t2) || []; 4655 d2 = (3 * ax * t2 + 2 * bx) * t2 + cx; 4659 t2 = t2 - x2 / d2; [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
H A D | Ed25519.php | 315 list($x2, $y2, $z2, $t2) = $q; 319 $c = $t1->multiply($this->two)->multiply($this->d)->multiply($t2);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Rijndael.php | 339 $t2 = $tables[2]; 375 $t2[$state[$k] >> 8 & 0x000000FF] ^ 721 $t2[] = (($t3i << 8) & 0xFFFFFF00) | (($t3i >> 24) & 0x000000FF); 728 $t2,
|
H A D | Hash.php | 1430 $t2 = $s0->add($maj); 1456 $a = $t1->add($t2);
|
/plugin/siteexport/inc/ |
H A D | readCSS.patch | 232 $t2 = ''; 236 if (isset($tags[1])) { $t2 = trim($tags[1]); } 240 else if ($level==2 && preg_match('/^[:](.*)$/',$t2,$m)) { 244 else if ($level==2) { $tag = $t.'>>NAMED>>'.$t2; } 246 $tag = $t.'>>NAMED>>'.$t2.'>>PSEUDO>>'.$m[1];
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
H A D | snap.svg.js | 5462 t2 = t * t, 5463 t3 = t2 * t, 5550 t2 = t - step, 5559 return t2; 5639 if (t1 >= 0 && t1 <= 1 && t2 >= 0 && t2 <= 1) { 5647 t2: t2 6193 if (0 < t2 && t2 < 1) { 7116 t2 = Str(t2).replace(/\.{3}|\u2026/g, t1); 7118 t2 = Snap.parseTransformString(t2) || []; 7132 t2 = Snap._.transform2matrix(t2, getBBox()); [all …]
|
/plugin/tagging/ |
H A D | style.less | 42 li.t2 {
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 4254 $t2 = (-$b - sqrt($b2ac)) / (2 * $a); 4256 if ($t2 > 0 && $t2 < 1) { 4257 $bounds[$i][] = (pow((1 - $t2), 3) * $P0[$i] + 3 * pow((1 - $t2), 2) * $t2 * $P1[$i] + 3 * (1 - $t2) * pow($t2, 2) * $P2[$i] + pow($t2, 3) * $P3[$i]);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | CssManager.php | 317 $t2 = ''; 327 $t2 = trim($tags[1]); 337 } elseif ($level === 2 && preg_match('/^[:](.*)$/', $t2, $m)) { 343 $tag = $t . '>>NAMED>>' . $t2; 345 $tag = $t . '>>NAMED>>' . $t2 . '>>PSEUDO>>' . $m[1];
|
/plugin/siteexport/ |
H A D | jquery.filedownload.js | 150 …)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|…
|