Home
last modified time | relevance | path

Searched refs:j (Results 51 – 75 of 111) sorted by relevance

12345

/dokuwiki/lib/plugins/styling/lang/da/
H A Dintro.txt
/dokuwiki/inc/lang/fi/
H A Dread.txt
H A Dlocked.txt
H A Dlogin.txt
H A Dsubscr_list.txt
H A Dmailtext.txt
H A Dsubscr_digest.txt
H A Dpwconfirm.txt
/dokuwiki/inc/Utf8/
H A DClean.php45 for ($j = 0; $j < $n; $j++) { # n bytes matching 10bbbbbb follow ?
/dokuwiki/inc/lang/hu/
H A Dnorev.txt
H A Dlocked.txt
H A Dregistermail.txt
H A Dmailtext.txt
H A Dsubscr_digest.txt
/dokuwiki/inc/lang/lv/
H A Dlocked.txt
H A Dstopwords.txt
H A Dresendpwd.txt
H A Dregister.txt
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php511 for ($j = $start; $j <= $position; $j++) {
512 $string = substr_replace($string, sprintf('%%%02X', ord($string[$j])), $j, 1);
513 $j += 2;
630 for ($j = $start; $j <= $i; $j++) {
631 $string .= '%' . strtoupper($bytes[$j]);
[all...]
/dokuwiki/inc/lang/lt/
H A Dedit.txt
H A Dresendpwd.txt
/dokuwiki/inc/lang/et/
H A Dlogin.txt
H A Ddraft.txt
/dokuwiki/lib/plugins/popularity/lang/fi/
H A Dintro.txt
/dokuwiki/inc/
H A DDifferenceEngine.php409 $j = 0;
420 * Throughout this code, $i and $j are adjusted together so that
421 * the first $i elements of $changed and the first $j elements
424 * Furthermore, $j is always kept so that $j == $other_len or
425 * $other_changed[$j] == false.
427 while ($j < $other_len && $other_changed[$j])
428 $j++;
431 USE_ASSERTS && assert($j <
[all...]

12345