Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 178) sorted by relevance

12345678

/dokuwiki/inc/Utf8/
H A DUnicode.php199 foreach (array_keys($arr) as $k) {
200 if (($arr[$k] >= 0) && ($arr[$k] <= 0x007f)) {
202 echo chr($arr[$k]);
203 } elseif ($arr[$k] <= 0x07ff) {
205 echo chr(0xc0 | ($arr[$k] >> 6));
206 echo chr(0x80 | ($arr[$k] & 0x003f));
207 } elseif ($arr[$k] == 0xFEFF) {
210 } elseif ($arr[$k] >= 0xD800 && $arr[$k] <
[all...]
/dokuwiki/inc/lang/hu/
H A Ddiff.txt
H A Dpwconfirm.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/hu-formal/
H A Ddiff.txt
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php188 for($k = 1; $k <= 4; ++$k) {
189 $hex_guid_to_guid_str .= substr($hex_guid, 8 - 2 * $k, 2);
192 for($k = 1; $k <= 2; ++$k) {
193 $hex_guid_to_guid_str .= substr($hex_guid, 12 - 2 * $k, 2);
196 for($k = 1; $k <
[all...]
/dokuwiki/lib/plugins/usermanager/lang/hu/
H A Dimport.txt
/dokuwiki/inc/lang/sq/
H A Dpwconfirm.txt
H A Drevisions.txt
H A Dregister.txt
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php130 foreach ($option as $k => $v) {
131 switch ($k) {
140 $this->_error('Set Parameter: Unknown parameter '.$v.' for option '.$k);
151 $this->_error('Set Parameter: Unknown option '.$k);
192 foreach ($arr as $k => $v) {
195 if ($conv) $arr[$k] = $conv;
200 foreach ($arr as $k => $v) {
203 if ($conv) $arr[$k] = $conv;
217 foreach ($arr as $k => $v) {
219 if ($conv) $arr[$k]
[all...]
/dokuwiki/inc/lang/fi/
H A Dupdateprofile.txt
H A Dregister.txt
H A Dconflict.txt
H A Dresendpwd.txt
H A Dlogin.txt
/dokuwiki/lib/tpl/dokuwiki/lang/hu/
H A Dstyle.txt
/dokuwiki/lib/plugins/logviewer/lang/vi/
H A Dnolog.txt
/dokuwiki/inc/lang/vi/
H A Dbacklinks.txt
H A Dsubscr_form.txt
/dokuwiki/lib/plugins/acl/lang/fi/
H A Dhelp.txt
/dokuwiki/lib/plugins/popularity/lang/hu/
H A Dintro.txt
/dokuwiki/lib/plugins/usermanager/lang/fi/
H A Dadd.txt
H A Ddelete.txt
H A Dedit.txt

12345678