Home
last modified time | relevance | path

Searched refs:strtolower (Results 226 – 250 of 846) sorted by path

12345678910>>...34

/plugin/deflist/
H A Dsyntax.php84 return strtolower(preg_replace($CHARS, array('_', '_'),
/plugin/dev/
H A DSkeletor.php250 $fn = 'handle' . str_replace('_', '', ucwords(strtolower($event), '_'));
/plugin/diff/
H A Dsyntax.php326 $aMatch[0] = strtolower(trim($aMatch[0])) . '?';
/plugin/displaywikipage/
H A Dcode.php22 $perm = auth_quickaclcheck(trim(strtolower($wikipagename), ":"));
/plugin/disqus/
H A Dsyntax.php50 $shortname = strtolower(trim($match)); //strip spaces
/plugin/dlcounter/
H A Daction.php46 $extension = str_replace(' ', '', strtolower($this->getConf('extensions')) );
50 if( in_array( strtolower($data['ext']), $extension ) ){
/plugin/do/
H A Dhelper.php178 return (strtolower($user) === '@user@' && $_SERVER['REMOTE_USER']) ?
/plugin/do/syntax/
H A Ddo.php115 PhpString::strtolower(preg_replace('/\s/', '', $data['task']['text'])) . $ID
/plugin/doi/Resolver/
H A DAbstractResolver.php87 $ext = strtolower(str_replace('Resolver', '', $class));
/plugin/dokumicrobugtracker/
H A Dedit.php64 $field = strtolower(htmlspecialchars($_POST['field']));
/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");
H A Dtexitrender.php308 $conf[strtolower($line[0])] = $line[1];
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php55 return array(strtolower($match));;
/plugin/dw2pdf/syntax/
H A Dpagesetting.php82 $orientation = strtolower(substr($data[0], 6, -2));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DI25.php63 $code = 'AA' . strtolower($code) . 'ZA';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php41 $color = strtolower(trim($color));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php42 $alpha = strtolower($alpha);
H A DDecToRoman.php78 $romanNumber = strtolower($romanNumber);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php374 $tag = 'LANG>>' . strtolower($m[1]);
376 $tag = 'LANG>>' . strtolower($m[1]);
386 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
388 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
423 $tag = 'LANG>>' . strtolower($m[1]);
425 $tag = 'LANG>>' . strtolower($m[1]);
435 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
437 $tag = $m[1] . '>>LANG>>' . strtolower($m[2]);
604 $s = strtolower($s);
620 $v = strtolower(
[all...]
H A DGradient.php653 if (strtolower($m[2]) === 'grad') {
655 } elseif (strtolower($m[2]) === 'rad') {
H A DMpdf.php1470 if (in_array(strtolower($this->defaultCSS['BODY']['FONT-FAMILY']), $this->mono_fonts)) {
1472 } elseif (in_array(strtolower($this->defaultCSS['BODY']['FONT-FAMILY']), $this->sans_fonts)) {
1667 $orientation = strtolower($orientation);
3819 $family = strtolower($family);
4022 $family = strtolower($family);
4242 $file .= strtolower($style);
7258 $c = strtolower($m[1][$i]);
10771 $fontkey = strtolower($family) . strtoupper($style);
10912 if (strtolower($font) == 'ctimes') {
10915 if (strtolower(
[all...]
H A DOtl.php6148 ? strtolower($tags[0])
6153 $country = strtolower($tags[1]);
6158 $country = strtolower($tags[2]);
H A DSizeConverter.php52 $size = trim(strtolower($size));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php299 $ar = preg_split('/\s+/', strtolower($par));
471 $c = strtolower($m[1][$i]);
522 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
529 if (strtolower($gradient_info['spread']) == 'reflect') {
532 elseif (strtolower($gradient_info['spread']) == 'repeat') {
574 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
629 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
655 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'objectboundingbox') {
803 if (isset($gradient_info['units']) && strtolower($gradient_info['units']) == 'userspaceonuse') {
890 if (isset($gradient_info['units']) && strtolower(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php11 $lang = strtolower($tags[0]);
16 $script = strtolower($tags[1]);
18 $country = strtolower($tags[1]);
22 $country = strtolower($tags[2]);

12345678910>>...34