Home
last modified time | relevance | path

Searched refs:t2 (Results 1 – 25 of 64) sorted by relevance

123

/plugin/gcalendar/inc/
H A Dgcal_show.php369 $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 Daction.php48 $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 Draphael.core.js1362 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 Dsyntax.php888 $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 Dindexmenu.php415 $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 DBinaryField.php94 $t2 = str_pad($u[$k], $length, "\0", STR_PAD_LEFT);
95 $temp = $t1 ^ $t2;
/plugin/orphanmedia/
H A Dsyntax.php779 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 Dsyntax.php780 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 DPDF417.php784 $t2 = ($t1 * $ecc[$j]) % 929;
785 $t3 = 929 - $t2;
788 $t2 = ($t1 * $ecc[0]) % 929;
789 $t3 = 929 - $t2;
/plugin/dokucrypt/
H A Dscript.js1349 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 Dscript.js1421 var t2 = b - 0x80000000;
1423 if (t2 >= 0) {
1429 if (t2 >= 0) {
1430 return (a & t2);
1441 var t2 = b - 0x80000000;
1443 if (t2 >= 0) {
1449 if (t2 >= 0) {
1461 var t2 = b - 0x80000000;
1463 if (t2 >= 0) {
1464 return (t1 ^ t2);
[all …]
/plugin/metaeditor/
H A Djstree.js2462 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 Draphael.js1748 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 Draphael.js1748 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 DEd25519.php315 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 DRijndael.php339 $t2 = $tables[2];
375 $t2[$state[$k] >> 8 & 0x000000FF] ^
721 $t2[] = (($t3i << 8) & 0xFFFFFF00) | (($t3i >> 24) & 0x000000FF);
728 $t2,
H A DHash.php1430 $t2 = $s0->add($maj);
1456 $a = $t1->add($t2);
/plugin/siteexport/inc/
H A DreadCSS.patch232 $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 Dsnap.svg.js5462 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 Dstyle.less42 li.t2 {
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php4254 $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 DCssManager.php317 $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 Djquery.filedownload.js150 …)|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)|…

123