Home
last modified time | relevance | path

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

1234

/plugin/gcalendar/inc/
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/
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/improg/
Dsyntax.php208 $t2 = str_replace("/", ":", $t1);
209 $t2 = substr($t2, 1, strlen($t2));
210 return $t2;
/plugin/dokucrypt3/
H A Dcrypto_low-level.js922 var t2 = b - 0x80000000;
924 if (t2 >= 0) {
925 return ((t1 & t2) + 0x80000000);
930 if (t2 >= 0) {
931 return (a & t2);
942 var t2 = b - 0x80000000;
944 if (t2 >= 0) {
945 return ((t1 | t2) + 0x80000000);
950 if (t2 >= 0) {
951 return ((a | t2) + 0x80000000);
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js1214 t2 = t * t,
1215 t3 = t2 * t,
1218 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
1219 my = p1y + 2 * t * (c1y - p1y) + t2 * (c2y - 2 * c1y + p1y),
1220 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1221 ny = c1y + 2 * t * (c2y - c1y) + t2 * (p2y - 2 * c2y + c1y),
1325 t2 = t * t1 + 6 * p1 - 12 * p2 + 6 * p3;
1326 return t * t2 - 3 * p1 + 3 * p2;
1353 t2 = t - step,
1356 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
[all …]
/plugin/rater/
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/
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/orphanmedia2/
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/orphanmedia/
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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBinaryField.php94 $t2 = str_pad($u[$k], $length, "\0", STR_PAD_LEFT);
95 $temp = $t1 ^ $t2;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php784 $t2 = ($t1 * $ecc[$j]) % 929;
785 $t3 = 929 - $t2;
788 $t2 = ($t1 * $ecc[0]) % 929;
789 $t3 = 929 - $t2;
/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js248 let t2;
258 t2 = l * (1 + s);
260 t2 = l + s - l * s;
263 const t1 = 2 * l - t2;
277 val = t1 + (t2 - t1) * 6 * t3;
279 val = t2;
281 val = t1 + (t2 - t1) * (2 / 3 - t3) * 6;
/plugin/dokucrypt/
Dscript.js1349 var t2 = b - 0x80000000;
1351 if (t2 >= 0) {
1352 return ((t1 & t2) + 0x80000000);
1357 if (t2 >= 0) {
1358 return (a & t2);
1369 var t2 = b - 0x80000000;
1371 if (t2 >= 0) {
1372 return ((t1 | t2) + 0x80000000);
1377 if (t2 >= 0) {
1378 return ((a | t2) + 0x80000000);
[all …]
/plugin/dokucrypt2/
Dscript.js1421 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) + 0x80000000);
[all …]
/plugin/metaeditor/
Djstree.js2459 var t1, t2, d, t;
2462 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2574 var t1, t2, t, d;
2577 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2632 var t1, t2;
2635 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2734 var t1, t2;
2737 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2763 var t1, t2;
2766 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
[all …]
/plugin/callflow/
Draphael.js1600 t2 = t * t,
1601 t3 = t2 * t,
1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
1605 my = p1y + 2 * t * (c1y - p1y) + t2 * (c2y - 2 * c1y + p1y),
1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1607 ny = c1y + 2 * t * (c2y - c1y) + t2 * (p2y - 2 * c2y + c1y),
1711 t2 = t * t1 + 6 * p1 - 12 * p2 + 6 * p3;
1712 return t * t2 - 3 * p1 + 3 * p2;
1739 t2 = t - step,
1742 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
[all …]
/plugin/advrack/
Draphael.js1600 t2 = t * t,
1601 t3 = t2 * t,
1604 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
1605 my = p1y + 2 * t * (c1y - p1y) + t2 * (c2y - 2 * c1y + p1y),
1606 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
1607 ny = c1y + 2 * t * (c2y - c1y) + t2 * (p2y - 2 * c2y + c1y),
1711 t2 = t * t1 + 6 * p1 - 12 * p2 + 6 * p3;
1712 return t * t2 - 3 * p1 + 3 * p2;
1739 t2 = t - step,
1742 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
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/
DRijndael.php339 $t2 = $tables[2];
375 $t2[$state[$k] >> 8 & 0x000000FF] ^
721 $t2[] = (($t3i << 8) & 0xFFFFFF00) | (($t3i >> 24) & 0x000000FF);
728 $t2,
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5462 t2 = t * t,
5463 t3 = t2 * t,
5466 mx = p1x + 2 * t * (c1x - p1x) + t2 * (c2x - 2 * c1x + p1x),
5467 my = p1y + 2 * t * (c1y - p1y) + t2 * (c2y - 2 * c1y + p1y),
5468 nx = c1x + 2 * t * (c2x - c1x) + t2 * (p2x - 2 * c2x + c1x),
5469 ny = c1y + 2 * t * (c2y - c1y) + t2 * (p2y - 2 * c2y + c1y),
5522 t2 = t * t1 + 6 * p1 - 12 * p2 + 6 * p3;
5523 return t * t2 - 3 * p1 + 3 * p2;
5550 t2 = t - step,
5553 l = bezlen(x1, y1, x2, y2, x3, y3, x4, y4, t2);
[all …]
/plugin/siteexport/inc/
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/tagging/
H A Dstyle.less42 li.t2 {
/plugin/asciidocjs/node_modules/nunjucks/src/
Dfilters.js86 array.sort(function (t1, t2) { argument
88 var b = t2[si];
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

1234