Home
last modified time | relevance | path

Searched refs:strtolower (Results 751 – 775 of 846) sorted by relevance

1...<<31323334

/plugin/imagemap/
H A Dsyntax.php139 $scheme = strtolower($scheme);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php414 $ext=strtolower(substr($fontfile,-3));
H A Doutput.pdflib.class.php29 $encoding = trim(strtolower($encoding));
/plugin/linkbonus/syntax/
H A Dinterwiki.txt110 strtolower( $iw_shortcut),
/plugin/rrdgraph/
H A Dhelper.php111 $extension = strtolower($extension);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php354 … $this->renderDokuWikiInterwikiLink($url, $text, strtolower($interwiki[0]), $interwiki[1], $title);
/plugin/facebookalbum/
H A Dfacebook.php850 if (isset($READ_ONLY_CALLS[strtolower($method)])) {
/plugin/task/
H A Dhelper.php75 if (!$filter) $filter = strtolower($_REQUEST['filter']);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php488 switch (strtolower($str)) {
/plugin/passpolicy/
H A Dhelper.php524 $result = $prefix . strtolower($result);
/plugin/translate/
H A Dhelper.php367 $langs = array_map('trim', explode(',', strtolower($langs)));
/plugin/captcha/
H A Dhelper.php147 PhpString::strtolower($field_in) != PhpString::strtolower($code) ||
315 $text = strtolower($text);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php479 return strtolower($context->get($args));
/plugin/tag/
H A Dhelper.php296 $sortkey = PhpString::strtolower($title);
/plugin/imagemapping/
H A Dsyntax.php167 $scheme = strtolower($scheme);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php870 …$info['matroska']['comments'][strtolower($subelement['id_name'])][] = $info_entry[$subelement['id_…
984 …$targets_entry[strtolower($sub_sub_subelement['id_name']).'_long'] = self::TargetTypeValue($target…
1424 …$this->getid3->info['matroska']['comments'][strtolower($SimpleTagData['TagName'])][] = $SimpleTagD…
/plugin/dokutexit/
H A Dlatex.php1347 if(strtolower($cache) == 'nocache') return 0; //never cache
1348 if(strtolower($cache) == 'recache') return $conf['cachetime']; //use standard cache
1364 $local = getCacheName(strtolower($url),".media.$ext");
/plugin/siteexport/action/
H A Dajax.php631 $extension = strtolower($extension[1]);
668 if ( strtolower($DATA[1]) != 'srcset' ) { return $DATA[0]; }
1244 if (strtolower(trim($key)) == $IDKEY) {
/plugin/issuelinks/services/
H A DGitLab.service.php128 $url = $this->gitlabUrl . '/api/v4' . strtolower($endpoint);
/plugin/phpipam/
H A Dphpipam-api.php540 $this->api_server_controller = strtolower($controller);
/plugin/searchpattern/
H A Dsyntax.php419 $params['call_plugin_handler'] = strtolower($params['call_plugin_handler']);
/plugin/issuelinks/classes/
H A DIssue.php475 $status = strtolower($status);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php505 return '(' . strtolower($matches[1]) . ')';
/plugin/combo/ComboStrap/
H A DMarkupRef.php621 $lowerCaseKey = strtolower($key);
/plugin/bureaucracy/
H A Dsyntax.php456 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));

1...<<31323334