Home
last modified time | relevance | path

Searched refs:strtolower (Results 276 – 300 of 846) sorted by relevance

1...<<11121314151617181920>>...34

/plugin/publistf/bib2tpl/lib/
H A DBibTex.php390 if ('@string' == strtolower(substr($entry, 0, 7))) {
395 } elseif ('@preamble' == strtolower(substr($entry, 0, 9))) {
451 $field = strtolower(trim(substr($entry, $position+1)));
458 $ret['entrytype'] = strtolower(trim($arr[0]));
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
1009 $bibtex .= '@'.strtolower($entry['entrytype']).' { '.$entry['cite'].",\n";
/plugin/publist/bib2tpl/lib/
H A DBibTex.php390 if ('@string' == strtolower(substr($entry, 0, 7))) {
395 } elseif ('@preamble' == strtolower(substr($entry, 0, 9))) {
451 $field = strtolower(trim(substr($entry, $position+1)));
458 $ret['entrytype'] = strtolower(trim($arr[0]));
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
1009 $bibtex .= '@'.strtolower($entry['entrytype']).' { '.$entry['cite'].",\n";
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php742 $element = strtolower($matches[1]);
828 $id = strtolower($matches[1]);
1304 $definition = strtolower($definition);
1310 $definition = strtolower($Element['text']);
1652 return strtolower(substr($string, 0, $len)) === strtolower($needle);
/plugin/togglewrap/
H A Dsyntax.php42 …t id="togglewrap_'.$pos.'" type="checkbox" class="togglewrap" value="'.strtolower($class).'" '.(in…
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php113 $normalized[strtolower($key)] = $val;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.url.class.php17 $encoding = strtolower($matches[1]);
/plugin/htmlsafe/
H A Dsyntax.php42 $strict = strtolower(str_replace(',',' ',$this->getConf('filter')));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DEmacs.php69 $type = strtolower($error['type']);
H A DCsv.php66 $type = strtolower($error['type']);
/plugin/syntaxmantis/
H A Dsyntax.php36 return array(strtolower( $match ));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));
/plugin/doi/Resolver/
H A DAbstractResolver.php87 $ext = strtolower(str_replace('Resolver', '', $class));
/plugin/combo/ComboStrap/TagAttribute/
H A DBoldness.php54 $value = strtolower($value);
/plugin/mikioplugin/syntax/
H A Dquizitem.php47 switch(strtolower($data['type'])) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php484 if ('@string' == strtolower(substr($entry, 0, 7))) {
597 if ('@string' == strtolower(substr($entry, 0, 7))) {
605 } elseif ('@preamble' == strtolower(substr($entry, 0, 9))) {
680 $field = strtolower(trim(substr($entry, $position+1)));
687 $ret['entrytype'] = strtolower(trim($arr[0]));
/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/listusergroup/
H A Dsyntax.php51 list($syntax, $match) = explode('>', substr( strtolower($match), 0, -2), 2); // strip markup
/plugin/shorty/
H A Dsyntax.php59 $service = strtolower(trim($match)); //strip spaces
/plugin/interwiki/
H A Daction.php38 strtolower(
/plugin/mediasyntax/syntax/
H A Dmedia.php55 if (in_array(strtolower($extension), $img_exts))
/plugin/tiledblog/
H A Dajax.php39 if (in_array (strtolower ($file), $exclude_array))
/plugin/linksenhanced/syntax/
H A Dlink.php156 $scheme = strtolower($scheme);
174 $wikiName = strtolower($interwiki[0]);
260 $scheme = strtolower($scheme);
/plugin/issuetracker/
H A Dsyntax.php285 if (strtolower($data['controls'])==='on') {
556 if (strtolower($data['controls'])==='on') {
603 $a_status = strtolower($this->_get_one_value($issue,'status'));
604 $a_severity = strtolower($this->_get_one_value($issue,'severity'));
682 $configs = explode(',', strtolower($data['columns']));
710 $a_status = strtolower($this->_get_one_value($issue,'status'));
711 $a_severity = strtolower($this->_get_one_value($issue,'severity'));
804 if (strtolower($data['controls'])==='on') {
1727 $f_name = strtolower($f_name);
1804 $file_dot_extension = strtolower($file_extension);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php56 $magicPart = strtolower(substr($methodName, 2));

1...<<11121314151617181920>>...34