Home
last modified time | relevance | path

Searched refs:strlen (Results 551 – 575 of 1362) sorted by last modified time

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 … 'shift_right',\n 'sign',\n 'sin',\n 'sinh',\n 'sqrt',\n 'strlen',\n 'substring'…
/plugin/ipgroup/
H A Daction.php79 $len = 8*strlen($addr);
/plugin/bookcreator/syntax/
H A Dexportsaved.php68 $savedSelectionPageid = substr($savedSelectionPageid, strlen($ns) + 1);
/plugin/dtable/
H A Dhelper.php49 for($i = $start_pos; $i < strlen(self::$file_cont) && $line_nr < $start_line; $i++) {
/plugin/navpath/
H A Dsyntax.php85 $this->split = strlen($split) > 0 ? $split : ',';
/plugin/today/
H A Dsyntax.php63 $namespace = trim(substr($match, strlen('{today'), -1));
/plugin/simplemap/
H A Dsyntax.php67 $match = substr($match, strlen('{{simplemap>'), -strlen('}}'));
/plugin/custombuttons/
H A Dgenpng.php10 $width = strlen($_GET['text']) * 11;
/plugin/extendpage/helper/
H A Ddb.php66 $len = strlen($conf['metadir']);
/plugin/extendpage/
H A Daction.php57 $idx = $pos === 'bottom' ? strlen($event->data):0;
/plugin/diagram/syntax/
H A Dsplitter.php144 elseif ($match[strlen($match) - 1] == '=')
H A Dmain.php139 $tag_name_len = strlen($this->tag_name);
140 $content = substr($match, $tag_name_len + 2, strlen($match) - 2 * $tag_name_len - 5);
802 if (strlen($v) == 2)
/plugin/displayorphans/
H A D_local.php43 $sub = substr($id, 0, strlen($namespace));
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php70 return strlen($month) == 1 ? '0'.$month : $month;
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php283 for ($i = 0; $i < strlen($this->content); $i++) {
435 if (',' == substr($value, strlen($value)-1, 1)) {
495 $length = strlen($entry);
514 $lastchar = $entrycopy{strlen($entrycopy)-1};
516 $lastchar = $entrycopy{strlen($entrycopy)-2};
587 for ($i = 0; $i < strlen($value); $i++) {
614 $length = strlen($entry);
805 if (is_string($word) && (strlen($trimmedword) > 0)) {
809 while (!$found && ($i <= strlen($word))) {
860 for ($i = 0; $i < strlen($entry); $i++) {
/plugin/displaytitle/
H A Dsyntax.php45 if (empty($id) || strlen(trim($id)) == 0) { $id = $ID; }
/plugin/abc2/
H A Dsyntax.php90 if(strlen($data[0] ?? null) > 1){
372 $newstring = substr_replace($haystack, $replace, $pos, strlen($needle));
/plugin/interwikiformatting/
H A Dsyntax.php83 if ($index !== false) { $title = substr($title, 0, -(strlen($title) - $index)); }
/plugin/userpage/
H A Daction.php32 if (substr($userPage, -strlen(':')) === ':') {
/plugin/structgroupby/syntax/
H A Done.php54 if (substr($col, 0, strlen($match)) == $match) {
55 $col = substr($col, strlen($match), -1);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DSimpleFile.php90 return strlen($this->contents);
H A DStringUtil.php61 return strrpos($haystack, $needle) === strlen($haystack) - strlen($needle);
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/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php202 } elseif (8 === strlen($date)) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php223 if (strlen($key) > $blocksize) {

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