Home
last modified time | relevance | path

Searched refs:strlen (Results 526 – 550 of 1362) sorted by relevance

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

/plugin/sphinxsearch/
H A Dfunctions.php54 $length = strlen($value);
140 $startHeaderPos = strpos($doc, $startHeader) + strlen($startHeader);
160 $startHeaderPos = $endHeaderPos + strlen($endHeader);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php268 $tagLength = strlen($tokens[$tag]['content']);
276 $paddings[$tag] = strlen($tokens[($tag + 1)]['content']);
308 $required = ($maxLength - strlen($tokens[$tag]['content']) + 1);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php377 $offset = strlen(mb_substr($this->_string, 0, $offset));
718 $length = strlen($this->_string);
740 return strlen($this->_string);
993 for ($i = 0, $max = strlen($char); $i < $max; ++$i) {
/plugin/dwcommits/
H A Dhelper.php711 if((strlen($month) < 2) || (strlen($year) < 4)||(strlen($day) < 2) ) {
715 if((strlen($month) + strlen($year) + strlen($day) > 8 ) ) {
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php55 $strlenVar = strlen($str);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php143 return substr($this->getPathname(), strlen($relative));
/plugin/today/
H A Dsyntax.php63 $namespace = trim(substr($match, strlen('{today'), -1));
/plugin/displaytitle/
H A Dsyntax.php45 if (empty($id) || strlen(trim($id)) == 0) { $id = $ID; }
/plugin/ebnf/
H A Dsyntax.php47 $text = substr($data[0], 6, strlen($data[0])-13);
/plugin/ckgdoku/action/
H A Dmediamanager.php32 if(!empty($event->data[3]) && strlen($event->data[3]) >30) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DFencedCodeRenderer.php
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php68 } elseif (strlen($data)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php53 if (strlen($messageBody) >= static::MAX_MESSAGE_SIZE) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DFile.php126 return strlen($this->contents);
/plugin/ckgedit/action/
H A Dmediamanager.php33 if(!empty($event->data[3]) && strlen($event->data[3]) >30) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php335 if ($uri[strlen($uri) - 1] !== '/')
382 if (substr($decodedUri, strlen($decodedUri) - strlen($pathInfo)) === $pathInfo) {
383 $baseUri = substr($decodedUri, 0, strlen($decodedUri) - strlen($pathInfo));
578 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
771 if (substr($destination, 0, strlen($requestPath) + 1) === $requestPath . '/') {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php329 if ($uri[strlen($uri) - 1] !== '/')
376 if (substr($decodedUri, strlen($decodedUri) - strlen($pathInfo)) === $pathInfo) {
377 $baseUri = substr($decodedUri, 0, strlen($decodedUri) - strlen($pathInfo));
545 return trim(URLUtil::decodePath(substr($uri, strlen($baseUri))), '/');
738 if (substr($destination, 0, strlen($requestPath) + 1) === $requestPath . '/') {
/plugin/fckg/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColourDefinitionSniff.php80 if (strlen($colour) !== 7) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.width.inc.php57 if (substr($value,strlen($value)-1,1) == '%') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DScopeKeywordSpacingSniff.php78 if (strlen($nextToken['content']) !== 1
/plugin/extendpage/
H A Daction.php57 $idx = $pos === 'bottom' ? strlen($event->data):0;
/plugin/ckgdoku/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockScheduling.php88 'size' => strlen($objectData)
/plugin/ckgedit/action/entities/
H A Dents_seri.php41 if(isset($line) && strlen($line)) {

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