Home
last modified time | relevance | path

Searched refs:strlen (Results 1026 – 1050 of 1362) sorted by relevance

1...<<41424344454647484950>>...55

/plugin/siteexport/inc/
H A Dtoc.php57 if (strlen($inputURL) > 0 && substr($inputURL, 0, 1) == '/')
136 $elem['tocNS'] = strlen($elem['tocNS']) > 0 ? explode('/', $elem['tocNS']) : array();
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php220 for ($i = 0; $i < strlen($key); $i++) {
289 if (strlen($this->key) < 25) {
294 if (strlen($this->key) < 17) {
308 for ($datalen0=$datalen=strlen($data); (($datalen%$bs)!=($bs-1)); $datalen++)
330 $dataLen = strlen($decrypted_data);
434 $length = strlen($string);
/plugin/tagentry/
H A Daction.php148 return substr( $s, 0, $len ) . ( ( strlen( $s ) > $len ) ? '..' : '' );
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php112 if (strlen($string) > 40) {
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php331 $uri = substr($uri, strlen($result['scheme']) + 1);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php331 $uri = substr($uri, strlen($result['scheme']) + 1);
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php96 if ($body{strlen($body) - 1} != "\n") {
/plugin/explorertree/
H A Dhelper.php174 if (is_string($x = $opts['callbacks'][$m[2].'_selected_js']) && strlen($x) > 0){
/plugin/matrixnotifier/
H A Dhelper.php199 'Content-length: '.strlen($json_payload),
/plugin/instructions/
H A Dsyntax.php102 $l3 = strlen($title);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php39 return substr($string, $start, (null === $length) ? strlen($string) : $length);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php324 return substr($requestPath, strlen($cookiePath), 1) === '/';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/blog/
H A Daction.php234 $page = pathID(substr($cache->file, strlen($conf['datadir'])+1));
/plugin/combo/ComboStrap/
H A DInterWiki.php45 $this->urlWithoutFragment = substr($this->urlWithoutFragment, 0, -strlen($hash));
/plugin/struct/action/
H A Daggregationeditor.php68 $len = strlen('plugin_struct_aggregationeditor_');
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php202 } elseif (8 === strlen($date)) {
/plugin/letsencrypt/
H A Dhelper.php235 $len = -1 * strlen(DOKU_BASE);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php150 $length -= strlen($data);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php66 $len = \strlen($name) + 4;
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php189 return [['specialAttributes', $matches[1]], strlen($matches[0])];
/plugin/textinsert/
H A Dadmin.php135 if(strlen($subst) > 80) {
/plugin/toctweak/action/
H A Drendertoc.php228 $offset = strpos($event->data, $search) + strlen($search);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php209 } elseif (strlen($date) === 8) {

1...<<41424344454647484950>>...55