Home
last modified time | relevance | path

Searched refs:strlen (Results 951 – 975 of 1362) sorted by relevance

1...<<31323334353637383940>>...55

/plugin/groupmgr/
H A Dsyntax.php314 } else if (strlen($authbygrp) > 0 && $g == $authbygrp) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php235 $trailingPart = substr($row['path'], strlen($source) + 1);
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php186 $key_tags_pos[2] = strlen($html_string);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php149 $this->readBytes[$type] += \strlen($data);
/plugin/webcomponent/syntax/
H A Dblockquote.php124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php136 if (is_string($arguments) && strlen($arguments) > 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php293 if (strlen($packet) != fputs($this->fsock, $packet)) {
/plugin/epub/scripts/
H A Dcss2.php146 $offset = $match[1] + strlen($match[0]);
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/ireadit/syntax/
H A Dlist.php149 return substr($k, 0, strlen($params['namespace'])) == $params['namespace'];
/plugin/combo/syntax/
H A Dfragment.php144 if (substr($match, 1, strlen(FragmentTag::TEMPLATE_TAG)) === FragmentTag::TEMPLATE_TAG) {
/plugin/combo/action/
H A Ddocustom.php215 return substr($actionName, strlen(self::DO_PREFIX));
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php106 $endPosition = $pos + strlen($match) + 1;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php74 if (substr($imageFolder, strlen($imageFolder) -1) !== '/') {
/plugin/batchedit/
H A Drequest.php256 if (strlen($matches[1]) % 2) {
/plugin/struct/syntax/
H A Doutput.php146 $renderer->doc = substr($renderer->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/autotranslation/
H A Dhelper.php107 return strlen($b)-strlen($a);
/plugin/pgn4web/pgn4web/
H A Dviewer.php285 if ((strlen($pgnText) == 0) || (strlen($pgnText) > $fileUploadLimitBytes)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php188 for ($i = 0; $i < strlen($md5); $i++) {
291 $BlockLength = strlen($BlockData);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php343 return (strlen ( $value ) > 0);
534 if ($value && (substr ( $value, - 3 ) == ':00') && (strlen ( $value ) > 5))
/plugin/cronojob/
H A Dpseudocron.php189 if ($msg[strlen($msg)-1]!="\n") {
396 Header('Content-Length: '.strlen($img));
/plugin/backup/
H A Dadmin.php29 …if ($object != "." && $object != ".." && substr($object, 0, strlen($startString)) === $startString…
377 $dir = substr($dir, strlen($prefix));
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php319 return (strlen ( $value ) > 0);
479 if ($value && (substr ( $value, - 3 ) == ':00') && (strlen ( $value ) > 5))
/plugin/evesso/
H A Daction.php263 $length = strlen($needle);
270 $haystack = substr_replace($haystack, $replace, $pos, strlen($needle));
/plugin/odt/ODT/elements/
H A DODTElementTable.php474 $length = strlen ($width);
489 $length = strlen ($width);

1...<<31323334353637383940>>...55