Searched full:cp (Results 1 – 14 of 14) sorted by relevance
| /dokuwiki/inc/Utf8/ |
| H A D | Conversion.php | 24 foreach (Unicode::fromUtf8($str) as $cp) { 25 if ($cp < 0x80 && !$all) { 26 $ret .= chr($cp); 27 } elseif ($cp < 0x100) { 28 $ret .= "&#$cp;"; 30 $ret .= '&#x' . dechex($cp) . ';'; 113 $cp = hexdec($ent[3]); 116 $cp = (int) $ent[3]; 119 return Unicode::toUtf8([$cp]); 139 foreach ($uni as $cp) { [all …]
|
| /dokuwiki/.github/workflows/ |
| H A D | testLinux.yml | 61 cp mysql.conf.php.dist mysql.conf.php 62 cp pgsql.conf.php.dist pgsql.conf.php 63 cp proxy.conf.php.dist proxy.conf.php
|
| H A D | deletedFiles.yml | 43 …d {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.… 45 …d {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.…
|
| /dokuwiki/_test/tests/TreeBuilder/ |
| H A D | ControlPageBuilderTest.php | 13 saveWikiText('simple', file_get_contents(__DIR__ . '/cp/simple.txt'), 'test'); 14 saveWikiText('foo:complex', file_get_contents(__DIR__ . '/cp/complex.txt'), 'test');
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | idna_convert.class.php | 540 function _decode_digit($cp) argument 542 $cp = ord($cp); 543 …return ($cp - 48 < 10) ? $cp - 22 : (($cp - 65 < 26) ? $cp - 65 : (($cp - 97 < 26) ? $cp - 97 : $t…
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | z80.php | 56 'adc','add','and','bit','call','ccf','cp','cpd','cpdr','cpir','cpi',
|
| H A D | tclegg.php | 228 'cp',
|
| H A D | bash.php | 153 'col', 'cp', 'cpio', 'cpp', 'csh', 'cut', 'cvs', 'cvs-pserver', 305 'svn co', 'svn commit', 'svn copy', 'svn cp', 'svn del',
|
| H A D | providex.php | 176 "'ci'", "'circle'", "'cl'", "'colour'", "'cp'", "'cpi'",
|
| H A D | powershell.php | 92 'tee', 'write', 'cat', 'cd', 'clear', 'cp', 'h', 'history', 'kill', 'lp', 'ls',
|
| H A D | vim.php | 131 'cot', 'cp', 'cpo', 'cpoptions', 'cpt',
|
| H A D | abap.php | 866 'cp',
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | DES.php | 1240 $cp = $pc2mapc1[ $c >> 24 ] | $pc2mapc2[($c >> 16) & 0xFF] | 1246 $val1 = ( $cp & intval(0xFF000000)) | (($cp << 8) & 0x00FF0000) | 1248 $val2 = (($cp << 8) & intval(0xFF000000)) | (($cp << 16) & 0x00FF0000) |
|
| /dokuwiki/inc/ |
| H A D | fulltext.php | 869 $token_decoded = str_replace(['OP', 'CP'], ['(', ')'], $token); 962 $term_encoded = str_replace(['(', ')'], ['OP', 'CP'], $term);
|