Home
last modified time | relevance | path

Searched refs:str_split (Results 1 – 25 of 38) sorted by last modified time

12

/plugin/twofactor/
H A DGoogleAuthenticator.php193 $secret = str_split($secret);
203 $eightBits = str_split($x, 8);
/plugin/combo/ComboStrap/
H A DColorRgb.php503 $channelHexs = str_split($digits, $lengthColorHex);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php101 $format = in_array(7, str_split($value)) ? 'N' : 'w';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php754 return \vsprintf('%s%s-%s-%s-%s-%s%s%s', \str_split($hex, 4));
/plugin/adhoctags/
H A Dhelper.php209 forEach(str_split($data) as $c) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php291 $parts = str_split($x, $block_size);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3319 $x = str_split($x, 16);
3395 $blocks = str_split($text, 16);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php517 list($r, $s) = \str_split($sig, $length > 0 ? $length : 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php331 $blocks = str_split($text, 64);
370 $blocks = str_split($text, 64);
393 $blocks = str_split($text, 64);
H A DHash.php580 $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/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php582 $bytes = array_map('ord', str_split($input));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEscapeTrait.php18 use function str_split;
39 return '\\' . implode('\\', str_split(bin2hex($value), 2));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBitStringType.php68 foreach (str_split($this->value, 8) as $piece) {
106 $pieces = str_split(decbin($int), 8);
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/metadisplay/helper/
H A Dhtml.php371 $a = str_split($str);
H A Dplaintext.php369 $a = str_split($str);
/plugin/clipboardutils/
H A Dsyntax.php160 else $formats =str_split($f_str);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php1725 foreach (str_split($atom_SENSOR_data, 32) as $sensor_key => $sensor_data) {
1823 foreach (str_split($atom_data, $GPS_rowsize) as $counter => $datapair) {
/plugin/cli/
H A Dsyntax.php373 foreach( str_split( $s ) as $c )
462 foreach( str_split($str) as $c ) {
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php19 list($red, $green, $blue) = str_split($_GET['color'], 2);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split ' +\n 'str_word…
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php538 foreach (str_split($word) as $k => $v) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst43 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/twig/twig/src/Extension/
H A DCoreExtension.php787 return str_split($value, null === $limit ? 1 : $limit);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php186 $this->_nodeOptions = str_split(substr($nodeId, $pos + 1));
227 $this->_defaultOptions = str_split(substr($defaultId, $pos + 1));

12