Home
last modified time | relevance | path

Searched refs:strlen (Results 1 – 25 of 1362) sorted by last modified time

12345678910>>...55

/plugin/pagelist/
H A Dhelper.php717 if ($max > 1 && PhpString::strlen($desc) > $max) {
851 if (strlen($this->page['description']) > 0) {
/plugin/pagequery/
H A DPageQuery.php179 $value = $this->first($abc, strlen($key));
527 $offset = strlen($start);
1042 if ($cnt > 0 && strlen($result) < strlen($text)) {
/plugin/twofactor/
H A DGoogleAuthenticator.php137 if (strlen($code) != 6) {
242 $safeLen = strlen($safeString);
243 $userLen = strlen($userString);
/plugin/attribute/
H A Dhelper.php274 return substr($x, 0, strlen($key)) == $key;
280 return rawurldecode(substr($x, strlen($key)));
/plugin/siteexport/inc/
H A Dfunctions.php231 if ( strlen($intermediateMore) > 0 ) {
242 if ( strlen($intermediateMore) > 0 ) {
H A Dpdfgenerator.php163 $len = strlen($email);
H A Dtoc.php57 if (strlen($inputURL) > 0 && substr($inputURL, 0, 1) == '/')
136 $elem['tocNS'] = strlen($elem['tocNS']) > 0 ? explode('/', $elem['tocNS']) : array();
/plugin/siteexport/syntax/
H A Dtoctools.php62 $handler->_addCall('section_open', array($level), $pos+strlen($match) );
108 $remaining = substr( $renderer->doc, $lastPos + strlen($lastDiv) );
111 if ( strlen( $remaining ) == 0 ) {
/plugin/linkback/
H A Dhttp.php99 $headers['Content-Length'] = strlen($post);
231 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
250 if ($this->max_bodysize && strlen($r_body) > $this->max_bodysize) {
/plugin/linkback/action/
H A Ddisplay.php180 if (strlen($excerpt) > 0) {
/plugin/diagrams/syntax/
H A Dembed.php32 $svglen = strlen($svg);
/plugin/struct/meta/
H A DConfigParser.php280 $len = strlen($line);
307 if (strlen($value) < 1) {
317 if (strlen($value) > 0) {
/plugin/struct/syntax/
H A Doutput.php146 $renderer->doc = substr($renderer->doc, 0, -1 * strlen(self::XHTML_OPEN . self::XHTML_CLOSE));
/plugin/struct/types/
H A DPage.php61 return cleanID($page) . (strlen(cleanID($fragment)) > 0 ? '#' . cleanID($fragment) : '');
75 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
H A DTag.php51 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
H A DUser.php77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
/plugin/struct/action/
H A Dinline.php56 $len = strlen('plugin_struct_inline_');
H A Daggregationeditor.php68 $len = strlen('plugin_struct_aggregationeditor_');
/plugin/struct/helper/
H A Ddb.php
/plugin/openlayersmap/syntax/
H A Dolmap.php
/plugin/geotag/syntax/
H A Dgeotag.php
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php133 while ($i < strlen($geoHashes[0])) {
169 $lap = strlen($point->y()) - strpos($point->y(), ".");
170 $lop = strlen($point->x()) - strpos($point->x(), ".");
229 for ($i = 0, $c = strlen($hash); $i < $c; $i++) {
318 $type = (strlen($hash) % 2) ? 'odd' : 'even';
319 $base = substr($hash, 0, strlen($hash) - 1);
H A DTWKB.php448 $twkbHead .= $this->writer->writeUVarInt(strlen($twkbGeom));
H A DWKT.php35 if (strtolower((substr($typeString, 0, strlen($geom)))) == $geom) {
59 $wkt = substr($wkt, strlen($m[0]));
242 while (strlen($dataString) > 0) {
254 $cutPosition = strlen($m[0][0]) + $m[0][1];
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php377 if ($bytes[1] == 48 && ($bytes[2] == 49 || $bytes[2] == 48) && strlen($input) > 12) {
427 if (isset($matches[0]) && $matches[0] == $string && strlen($input) <= 13) {

12345678910>>...55