/plugin/authgoogle2fa/ |
H A D | GoogleAuthenticator.php | 136 $secret = str_split($secret); 144 $eightBits = str_split($x, 8); 165 $secret = str_split($secret); 170 $fiveBitBinaryArray = str_split($binaryString, 5);
|
/plugin/authg2fa/ |
H A D | GoogleAuthenticator.php | 136 $secret = str_split($secret); 144 $eightBits = str_split($x, 8); 165 $secret = str_split($secret); 170 $fiveBitBinaryArray = str_split($binaryString, 5);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | split.rst | 43 Internally, Twig uses the PHP `explode`_ or `str_split`_ (if delimiter is 53 .. _`str_split`: https://secure.php.net/str_split target
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/ |
H A D | Rule.php | 186 $this->_nodeOptions = str_split(substr($nodeId, $pos + 1)); 227 $this->_defaultOptions = str_split(substr($defaultId, $pos + 1));
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
H A D | BitStringType.php | 68 foreach (str_split($this->value, 8) as $piece) { 106 $pieces = str_split(decbin($int), 8);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | EscapeTrait.php | 18 use function str_split; 39 return '\\' . implode('\\', str_split(bin2hex($value), 2));
|
/plugin/fontcolor/images/ |
H A D | color-icon.php | 7 list($red, $green, $blue) = str_split($_GET['color'], 2);
|
/plugin/typography/images/fontcolor/ |
H A D | color-icon.php | 19 list($red, $green, $blue) = str_split($_GET['color'], 2);
|
/plugin/twofactor/ |
H A D | GoogleAuthenticator.php | 193 $secret = str_split($secret); 203 $eightBits = str_split($x, 8);
|
/plugin/badbehaviour/bad-behavior/ |
H A D | banned.inc.php | 21 $support_key = implode("-", str_split("$ip_hex$key", 4));
|
H A D | functions.inc.php | 14 function str_split($string, $split_length=1) function
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Salsa20.php | 331 $blocks = str_split($text, 64); 370 $blocks = str_split($text, 64); 393 $blocks = str_split($text, 64);
|
H A D | Hash.php | 580 $m = str_split($m, 1024); 627 $m = str_split($m, 4); 629 $k = str_split($k, 4); 746 $m_i = str_split($m, $wordbytes); 997 $p = str_split($p, $block_size); 1190 $p = str_split($p, $block_size); 1373 $chunks = str_split($m, 128);
|
/plugin/gtime/gtlib/asn1/ |
H A D | ASN1BitString.php | 75 foreach (str_split($this->value, 8) as $byte) {
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | DayOfWeekField.php | 101 $format = in_array(7, str_split($value)) ? 'N' : 'w';
|
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
H A D | Barcode2D.php | 165 $this->barcode_array['bcode'][] = str_split($r, 1);
|
H A D | QRcode.php | 86 if (!function_exists('str_split')) { 93 function str_split($string, $split_length=1) { function 625 foreach (str_split($line) as $char) { 1294 $this->items = $this->appendNewInputItem($this->items, self::QR_MODE_NM, $run, str_split($this->dataStr)); 1333 $this->items = $this->appendNewInputItem($this->items, self::QR_MODE_AN, $run, str_split($this->dataStr)); 1346 $this->items = $this->appendNewInputItem($this->items, self::QR_MODE_KJ, $p, str_split($this->dataStr)); 1395 $this->items = $this->appendNewInputItem($this->items, self::QR_MODE_8B, $run, str_split($this->dataStr));
|
/plugin/adhoctags/ |
H A D | helper.php | 209 forEach(str_split($data) as $c) {
|
/plugin/cli/ |
H A D | syntax.php | 373 foreach( str_split( $s ) as $c ) 462 foreach( str_split($str) as $c ) {
|
/plugin/dokugource/ |
H A D | action.php | 45 $c = str_split($c);
|
/plugin/clipboardutils/ |
H A D | syntax.php | 160 else $formats =str_split($f_str);
|
/plugin/findologicxmlexport/vendor/hoa/zformat/ |
H A D | Parameter.php | 538 foreach (str_split($word) as $k => $v) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
H A D | Strings.php | 291 $parts = str_split($x, $block_size);
|
/plugin/qrcode2/ |
H A D | phpqrcode.php | 197 foreach(str_split($line) as $char) 2059 $ret = $this->input->append(QR_MODE_NUM, $run, str_split($this->dataStr)); 2106 $ret = $this->input->append(QR_MODE_AN, $run, str_split($this->dataStr)); 2122 $ret = $this->input->append(QR_MODE_KANJI, $p, str_split($this->dataStr)); 2176 $ret = $this->input->append(QR_MODE_8, $run, str_split($this->dataStr)); 2607 $codeArr[] = str_split($line); 3062 $ret = $input->append($input, QR_MODE_8, strlen($string), str_split($string));
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/ |
H A D | JS.php | 300 $chars = str_split($string); 634 $lastChars = str_split($lastContent);
|