Home
last modified time | relevance | path

Searched refs:strlen (Results 676 – 700 of 1362) sorted by relevance

1...<<21222324252627282930>>...55

/plugin/webcomponent/syntax/
H A Dsearch.php45 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php67 if (!$this->verbose && 50 <= strlen($str)) {
/plugin/rtmchecklist/
H A Dsyntax.php150 if(strlen(preg_replace('/[\s\n\r]+/', '', $item))>0) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php127 $header .= "Content-Length: " . strlen($content) . "\r\n";
H A DFleepHookHandler.php116 $header .= "Content-Length: " . strlen($content) . "\r\n";
/plugin/tablewidth/
H A Daction.php34 $start = $data[0][1] + strlen($data[0][0]);
/plugin/bootswrapper/syntax/
H A Dpanel.php121 $renderer->finishSectionEdit($pos + strlen($match));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php58 $extraHeaders['Content-length'] = 'Content-length: '.strlen($requestBody);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php70 if ($this->_offset < strlen($this->_buffer)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php35 if (strlen($rgb) < 3) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php290 $ini += strlen($start);
727 $substring = substr($_SERVER['QUERY_STRING'], $index + strlen($name) + 1);
1215 if (strlen($key) != $keySize) {
1222 if (strlen($key) > $keySize) {
1224 } elseif (strlen($key) < $keySize) {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php245 $len = \strlen($s);
317 $len = \strlen($s);
326 $nlen = \strlen($uchr);
488 return \strlen($s);
782 if (1 === \strlen($s)) {
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php147 if(strlen($string) <= $length) {
157 while($n < strlen($string)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php180 $commentLength = strlen($comment);
272 $commentCloser = $commentText[(strlen($commentText) - 1)];
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php156 $len = \strlen($this->rootPath);
294 || (\strlen($file) > 3 && ctype_alpha($file[0])
/plugin/odt/ODT/
H A DODTList.php227 $last_p_style = substr($matches [0], strlen('<text:p text:style-name='));
274 $position, strlen($matches[0]));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php56 $this->mpdf->offsets[$obj_id] = strlen($this->mpdf->buffer);
125 for ($count = 0, $n = strlen($s); $count < $n; $count++) {
/plugin/txt2tags/
H A Dtxt2tags.class.php309 $level = strlen($m[1]);
347 $row = substr($line, strlen($m[0]));
359 $span = strlen(trim($m[$i]));
441 $level = strlen($m[1]);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php478 $returnstring .= '&nbsp;('.strlen($value).')';
527 …$returnstring .= '<tr><td><b>size</b></td><td>'.number_format(strlen($variable)).' bytes</td></tr>…
579 $len1 = strlen($ar1);
580 $len2 = strlen($ar2);
H A Ddemo.zip.php47 …while ((strlen($compressedFileData) < $LocalFileHeader['compressed_size']) && !feof($getid3->fp)) {
/plugin/plantumlparser/syntax/
H A Dinjector.php80 if(strlen($data['svg']) > 0) {
/plugin/addressbook/
H A Daction.php60 if ($text == false || strlen($text) < 2) return false;
/plugin/creole/syntax/
H A Dlistblock.php89 $level = strlen(trim($match)); // Creole
/plugin/toctweak/syntax/
H A Dautotoc.php49 $start = strlen($m[1]) +2;
/plugin/authloginapi/
H A Dauth.php82 …$data = json_decode(base64_decode(str_pad(strtr($raw, '-_', '+/'), strlen($raw) % 4, '=', STR_PAD_…

1...<<21222324252627282930>>...55