Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/textmodule/
Daction.php47 $t1 = trim($m[$c]);
48 $t2 = $t1;
50 $t1 = trim(substr($m[$c],0,$n));
54 … $r .= '<a class="plugin_textmodule_link" onclick="textmodule_snippet(\''.$t2.'\')">'.$t1.'</a> ';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRC2.php351 * @param int|boolean $t1 optional Effective key length in bits.
354 public function setKey($key, $t1 = false) argument
358 if ($t1 === false) {
359 $t1 = $this->default_key_length;
362 if ($t1 < 1 || $t1 > 1024) {
366 $this->current_key_length = $t1;
381 $t8 = ($t1 + 7) >> 3;
382 $tm = 0xFF >> (8 * $t8 - $t1);
DTwofish.php624 $t1 = $S0[($R1 >> 24) & 0xff] ^
628 $R2 ^= self::safe_intval($t0 + $t1 + $K[++$ki]);
630 … $R3 = ((($R3 >> 31) & 1) | ($R3 << 1)) ^ self::safe_intval($t0 + ($t1 << 1) + $K[++$ki]);
636 $t1 = $S0[($R3 >> 24) & 0xff] ^
640 $R0 ^= self::safe_intval($t0 + $t1 + $K[++$ki]);
642 … $R1 = ((($R1 >> 31) & 1) | ($R1 << 1)) ^ self::safe_intval($t0 + ($t1 << 1) + $K[++$ki]);
680 $t1 = $S0[$R1 >> 24 & 0xff] ^
684 $R3 ^= self::safe_intval($t0 + ($t1 << 1) + $K[--$ki]);
686 $R2 = ($R2 >> 31 & 0x1 | $R2 << 1) ^ self::safe_intval($t0 + $t1 + $K[--$ki]);
692 $t1 = $S0[$R3 >> 24 & 0xff] ^
[all …]
DHash.php1444 $t1 = $h->add($s1);
1445 $t1 = $t1->add($ch);
1446 $t1 = $t1->add($k[$i]);
1447 $t1 = $t1->add($w[$i]);
1452 $e = $d->add($t1);
1456 $a = $t1->add($t2);
DRijndael.php338 $t1 = $tables[1];
374 $t1[$state[$j] >> 16 & 0x000000FF] ^
720 $t1[] = (($t3i << 16) & 0xFFFF0000) | (($t3i >> 16) & 0x0000FFFF);
727 $t1,
/plugin/gcalendar/inc/
Dgcal_show.php368 $t1 = $e1['start_time'];if($t1=="")$t1 = $e1['end_time'];
371 if($t1==$t2) {
372 $t1 = $e1['end_time'];
374 if($t1==$t2) return 0;
377 return ($t1 < $t2) ? -1 : 1;
/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 ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/improg/
Dsyntax.php205 $t1 = substr($page_filepath, $y_pos);
206 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , strlen($savedir."/pages"), 9999);
208 $t2 = str_replace("/", ":", $t1);
/plugin/metaeditor/
Djstree.js2459 var t1, t2, d, t;
2462 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2463 this.open_node(obj[t1], callback, animation);
2574 var t1, t2, t, d;
2577 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2578 this.close_node(obj[t1], animation);
2632 var t1, t2;
2635 for(t1 = 0, t2 = obj.length; t1 < t2; t1++) {
2636 this.toggle_node(obj[t1]);
2734 var t1, t2;
[all …]
/plugin/orphanmedia2/
Dsyntax.php777 $t1 = substr($page, $y_pos);
778 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , 5, 9999);
780 if(!$conf['useslash']) $t2 = str_replace("/", ":", $t1);
781 else $t2 = $t1;
784 $t1 = $t2 . '" title="' . $t1 . '" rel="nofollow">' . $t1 . '</a>';
790 ' <td>' . $t1 . "</td><td>" . $m_link . '</td>'.
/plugin/orphanmedia/
Dsyntax.php776 $t1 = substr($page, $y_pos);
777 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , 5, 9999);
779 if(!$conf['useslash']) $t2 = str_replace("/", ":", $t1);
780 else $t2 = $t1;
783 $t1 = $t2 . '" title="' . $t1 . '" rel="nofollow">' . $t1 . '</a>';
789 ' <td>' . $t1 . "</td><td>" . $m_link . '</td>'.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBinaryField.php91 $t1 = $j ? substr($c, 0, -$j) : $c;
92 $length = strlen($t1);
95 $temp = $t1 ^ $t2;
/plugin/rater/
Dsyntax.php885 $t1 = substr($page_filepath, $y_pos);
886 $t1 = substr(str_replace( ".txt" , "" , $t1 ) , strlen($savedir."/pages"), 9999);
888 $t2 = str_replace("/", ":", $t1);
930 $t1 = html_wikilink(':'.$t2, $name);
936 …$returns['ratings'][] = array('id' => $rater_id, 'item' => $t1 , 'file' => basename($ratingFile), …
943 …$returns['votings'][] = array('id' => $rater_id, 'item' => $t1 , 'file' => basename($ratingFile), …
957 $t1 = html_wikilink(':'.$t2,$rater_id.' '.$name);
959 $found_nok[] = $t1 . " : " . basename($ratingFile);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
DEd25519.php264 list($x1, $y1, $z1, $t1) = $p;
314 list($x1, $y1, $z1, $t1) = $p;
319 $c = $t1->multiply($this->two)->multiply($this->d)->multiply($t2);
/plugin/indexmenu2/syntax/
Dindexmenu.php414 $t1 = $this->s_rev?$b[$this->s_target]:$a[$this->s_target];
416 if ($t1>$t2) return 1;
417 if ($t1<$t2) return -1;
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js1211 var t1 = 1 - t,
1212 t13 = pow(t1, 3),
1213 t12 = pow(t1, 2),
1216 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
1217 y = t13 * p1y + t12 * 3 * t * c1y + t1 * 3 * t * t * c2y + t3 * p2y,
1222 ax = t1 * p1x + t * c1x,
1223 ay = t1 * p1y + t * c1y,
1224 cx = t1 * c2x + t * p2x,
1225 cy = t1 * c2y + t * p2y,
1324 var t1 = -3 * p1 + 9 * p2 - 9 * p3 + 3 * p4,
[all …]
/plugin/dokucrypt3/
H A Dcrypto_low-level.js921 var t1 = a - 0x80000000;
923 if (t1 >= 0) {
925 return ((t1 & t2) + 0x80000000);
927 return (t1 & b);
941 var t1 = a - 0x80000000;
943 if (t1 >= 0) {
945 return ((t1 | t2) + 0x80000000);
947 return ((t1 | b) + 0x80000000);
961 var t1 = a - 0x80000000;
963 if (t1 >= 0) {
[all …]
/plugin/asciidocjs/node_modules/color-convert/
Dconversions.js263 const t1 = 2 * l - t2;
277 val = t1 + (t2 - t1) * 6 * t3;
281 val = t1 + (t2 - t1) * (2 / 3 - t3) * 6;
283 val = t1;
/plugin/dokucrypt/
Dscript.js1348 var t1 = a - 0x80000000;
1350 if (t1 >= 0) {
1352 return ((t1 & t2) + 0x80000000);
1354 return (t1 & b);
1368 var t1 = a - 0x80000000;
1370 if (t1 >= 0) {
1372 return ((t1 | t2) + 0x80000000);
1374 return ((t1 | b) + 0x80000000);
1388 var t1 = a - 0x80000000;
1390 if (t1 >= 0) {
[all …]
/plugin/dokucrypt2/
Dscript.js1420 var t1 = a - 0x80000000;
1422 if (t1 >= 0) {
1424 return ((t1 & t2) + 0x80000000);
1426 return (t1 & b);
1440 var t1 = a - 0x80000000;
1442 if (t1 >= 0) {
1444 return ((t1 | t2) + 0x80000000);
1446 return ((t1 | b) + 0x80000000);
1460 var t1 = a - 0x80000000;
1462 if (t1 >= 0) {
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DPDF417.php782 $t1 = ($d + $ecw[$eclmaxid]) % 929;
784 $t2 = ($t1 * $ecc[$j]) % 929;
788 $t2 = ($t1 * $ecc[0]) % 929;
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js5459 var t1 = 1 - t,
5460 t13 = pow(t1, 3),
5461 t12 = pow(t1, 2),
5464 x = t13 * p1x + t12 * 3 * t * c1x + t1 * 3 * t * t * c2x + t3 * p2x,
5465 y = t13 * p1y + t12 * 3 * t * c1y + t1 * 3 * t * t * c2y + t3 * p2y,
5470 ax = t1 * p1x + t * c1x,
5471 ay = t1 * p1y + t * c1y,
5472 cx = t1 * c2x + t * p2x,
5473 cy = t1 * c2y + t * p2y,
5521 var t1 = -3 * p1 + 9 * p2 - 9 * p3 + 3 * p4,
[all …]

1234