Home
last modified time | relevance | path

Searched refs:j (Results 26 – 50 of 111) sorted by last modified time

12345

/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php120 for ($j = 0, $total_attribs = count($attribs); $j < $total_attribs; $j++) {
121 if (count($attribs[$j]) === 2) {
122 $attribs[$j][2] = $attribs[$j][1];
124 $return[$i]['attribs'][strtolower($attribs[$j][1])]['data'] = Misc::entities_decode(end($attribs[$j]));
H A DParser.php519 for ($j = 0; $j < count($entry['properties']['photo']); $j++) {
520 $photo = $entry['properties']['photo'][$j];
532 for ($j = 0; $j < $count; $j++) {
533 $hidden = $j === 0 ? '' : 'class="hidden" ';
534 $description .= '<a href="'.$photo_list[$j].'" '.$hidden.
536 '<img src="'.$photo_list[$j]
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php24 for ($i = 0, $j = count($this->data); $i < $j; $i++) {
/dokuwiki/inc/lang/pl/
H A Drevisions.txt
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php566 for ($i = 156, $chks += 256, $j = 0; $i < 512; $i++, $j++) {
567 $chks += ord($data_last[$j]);
/dokuwiki/inc/Utf8/
H A DClean.php45 for ($j = 0; $j < $n; $j++) { # n bytes matching 10bbbbbb follow ?
/dokuwiki/inc/lang/lt/
H A Dlogin.txt
H A Dnewpage.txt
/dokuwiki/inc/lang/lv/
H A Dregister.txt
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php59 for ($j = 0; $j < $len; $j++) {
60 $arr[$j] = trim($arr[$j]);
61 $arr[$j] = $this->readValue($arr[$j]);
/dokuwiki/inc/lang/et/
H A Ddraft.txt
H A Dlogin.txt
/dokuwiki/inc/lang/fi/
H A Dconflict.txt
H A Dsubscr_digest.txt
H A Dsubscr_single.txt
H A Duploadmail.txt
/dokuwiki/inc/lang/sk/
H A Dstopwords.txt
/dokuwiki/inc/lang/cs/
H A Dstopwords.txt
/dokuwiki/inc/lang/hu/
H A Dlocked.txt
H A Dregister.txt
H A Dresetpwd.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php4706 $j = 0;
4709 $output .= str_pad(dechex($j), 7, '0', STR_PAD_LEFT) . '0 ';
4720 $j++;
/dokuwiki/lib/plugins/usermanager/lang/da/
H A Dadd.txt
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php85 for ($i = 0, $j = count($args); $i < $j; $i++) {

12345