Home
last modified time | relevance | path

Searched refs:i (Results 301 – 325 of 454) sorted by last modified time

1...<<111213141516171819

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php363 for ($i = $t; $i < 128; $i++) {
364 $l[$i] = $pitable[$l[$i - 1] + $l[$i - $t]];
366 $i = 128 - $t8;
367 $l[$i] = $pitable[$l[$i] & $tm];
368 while ($i
[all...]
H A DRC4.php29 * for ($i = 0; $i < $size; $i++) {
225 for ($i = 0; $i < 256; $i++) {
226 $j = ($j + $keyStream[$i] + ord($key[$i % $keyLength])) & 255;
227 $temp = $keyStream[$i];
228 $keyStream[$i]
[all...]
/dokuwiki/inc/
H A DJpegMeta.php433 $value = date('Y:m:d H:i:s', strtotime($value));
644 $dates['TimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
647 $dates['EarliestTimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
650 $dates['LatestTimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
756 $dates['TimeStr'] = date("Y-m-d H:i:s", $earliestTime);
759 $dates['EarliestTimeStr'] = date("Y-m-d H:i:s", $earliestTime);
762 $dates['LatestTimeStr'] = date("Y-m-d H:i:s", $latestTime);
1079 for ($i = 0; $i < $length; $i
1624 _parseXmpNode($values, & $i, & $meta, $count) global() argument
[all...]
/dokuwiki/inc/lang/vi/
H A Dnorev.txt
H A Donceexisted.txt
H A Dpassword.txt
H A Drecent.txt
H A Dshowrev.txt
H A Dstopwords.txt
H A Dsubscr_list.txt
/dokuwiki/lib/tpl/dokuwiki/images/
H A Ddokuwiki.svg57 <radialGradient id="i" cx="224.41" cy="212.8" r="8.681" gradientTransform="matrix(1 0 0 .98418 0 3.367)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
71 <path d="m232.56 219.53-15.928.322 3.088-15.157 12.84 14.835z" fill="url(#i)" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/lib/plugins/styling/lang/no/
H A Dintro.txt1 Dette verktøyet lar deg endre visse instillinger for malen som nå er i bruk.
2 Alle endringer lagres i en lokal konfigurasjonsfil og vil ikke bli overskrevet ved en oppgradering
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php210 for ($i = 0; $i < strlen($source); $i++) {
212 $this->ansi .= $source[$i];
213 $chr = ord($source[$i]);
355 $this->tokenization[count($this->tokenization) - 1] .= $source[$i];
356 switch ($source[$i]) {
369 $source[$i],
391 $source[$i],
503 for ($i
[all...]
H A DASN1.php102 private static $format = 'D, d M Y H:i:s O';
380 for ($i = 0; $i < $last; $i++) {
382 if ($temp[$i]['type'] != self::TYPE_BIT_STRING) {
385 $current['content'] .= substr($temp[$i]['content'], 1);
391 $current['content'] = $temp[$last]['content'][0] . $current['content'] . substr($temp[$i]['content'], 1);
595 $i = 0;
598 $maymatch = $i < $n; // Match only existing input.
600 $temp = $decoded['content'][$i];
[all...]
H A DX509.php580 for ($i = 0; $i < count($extensions); $i++) {
581 $id = $extensions[$i]['extnId'];
582 $value = &$extensions[$i]['extnValue'];
653 for ($i = 0; $i < $size; $i++) {
654 if ($extensions[$i] instanceof Element) {
658 $id = $extensions[$i]['extnI
[all...]
/dokuwiki/inc/lang/ro/
H A Ddiff.txt
H A Ddraft.txt
H A Dsubscr_form.txt
/dokuwiki/lib/plugins/styling/lang/vi/
H A Dintro.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php165 if (preg_match('/^{[a-z0-9]+}$/i', $host)) {
211 i've opted not to do that, however, since the ftp wrapper gives the line
742 foreach ($arguments as $i => $argument) {
744 if ($i != $last) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php67 // this value isn't really used anymore but i'm keeping it reserved for historical reasons
1126 for ($i = 0; $i < $count; $i++) {
1270 for ($i = 0; $i < $len; $i += 2) {
1271 $this->sortOptions[$args[$i]] = $args[$i + 1];
1295 foreach ($dirs as $i
1942 _setstat_recursive($path, $attr, & $i) global() argument
2489 _read_put_responses($i) global() argument
2787 _delete_recursive($path, & $i) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php178 for ($i = 0; $i < $keyCount; $i++) {
239 * to take further action. i.e. request agent forwarding
/dokuwiki/inc/Parsing/Handler/
H A DQuote.php38 for ($i = 1; $i <= $quoteDiff; $i++) {
43 for ($i = 1; $i <= $quoteDiff; $i++) {
57 for ($i = 1; $i <= $quoteDiff; $i++) {
/dokuwiki/lib/scripts/
H A Dbehaviour.js201 $checked.each(function(i) { argument
203 if(i>1) {

1...<<111213141516171819