Home
last modified time | relevance | path

Searched refs:strlen (Results 801 – 825 of 1362) sorted by relevance

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

/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php89 if(strlen($url) > $length) {
/plugin/typography/syntax/
H A Dbase.php81 $params = strtolower(ltrim(substr($match, strlen($markup)+1, -1)));
/plugin/rss/
H A Dsyntax.php58 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php184 $this->getBucket()->datalen = strlen($this->getBucket()->data);
/plugin/pdfjs/
H A Dsyntax.php88 $params = trim(substr($params, strlen('pdfjs')));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DOpeningBraceSameLineSniff.php122 $length = strlen($tokens[($openingBrace - 1)]['content']);
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php85 $len = strlen($c);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php66 $path .= ltrim(substr(dirname($sourcePath).'/', strlen($targetDir)), '/');
/plugin/sqljson/
H A Dsyntax.php109 if (strlen($data['variable']) > 0)
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php150 substr($filename, -1 * strlen($string)) == $string)) {
/plugin/currentlyreading/
H A Dsyntax.php61 …$pagename = substr($pagename, 0, -(strlen($pagename)-$spos)); // Strip the width declaration off o…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php80 if (($first === '"' && $last === '"') || ($first === "'" && $last === "'") && \strlen($value) > 1) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php176 return strlen($this->get());
/plugin/sortablejs/
H A Dsyntax.php52 if ( strlen( $match ) > 0 ) {
/plugin/combo/syntax/
H A Dheadingatx.php85 $attributes = [HeadingTag::LEVEL => strlen(trim($match))];
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php384 return $values[mt_rand(0, \strlen($values) - 1)];
1220 if (4 >= \strlen($char)) {
1231 return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : twig_ord($char));
1257 if (1 == \strlen($chr)) {
1403 return \strlen($thing);
1411 return \strlen((string) $thing);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/javadoc/
H A Dsyntax.php74 if (strlen($site) == 0) {
/plugin/shorturl/
H A Dhelper.php91 $hexLen = strlen($hex);
/plugin/twcheckliste/
H A Dsyntax.php73 return array('state' => $state, 'bytepos_end' => $pos + strlen($match));
/plugin/zoom/
H A Dsyntax.php98 if (!isset($ext_params) || empty($ext_params) || strlen($ext_params) < 5) {
/plugin/xfortune/
H A Dhelper.php46 } while( ($lines > $maxlines || strlen($cookie) > $maxchars) && $tries++ < $runaway);
/plugin/accscounter/syntax/
H A Dpopularity.php46 return explode(' ', substr($match, strlen('{{POPULAR '), -2));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php115 for ($i = 0; $i < strlen($d); $i++) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php196 $resultLen = strlen($result);

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