Home
last modified time | relevance | path

Searched refs:strtolower (Results 501 – 525 of 846) sorted by relevance

1...<<21222324252627282930>>...34

/plugin/database2/
H A Ddatabase2.php690 $action = strtolower( trim( $matches[1] ) );
1732 $name = strtolower( $m[1] );
3321 $name = strtolower( trim( $name ) );
3542 $name = strtolower( $name );
3587 $value = strtolower( $value );
4885 $keyword = strtolower( $matches[1] );
4900 switch ( strtolower( $group ) )
5103 return ( strtolower( $value[0] ) == 'x' );
5494 $value = strtolower( trim( $value ) );
5512 $value = strtolower( trim( $value ) );
[all …]
/plugin/markdownextra/
H A Dmarkdown.php394 $link_id = strtolower($matches[1]);
768 $link_id = strtolower($link_id);
870 $link_id = strtolower($matches[3]);
873 $link_id = strtolower($alt_text); # for shortcut links like ![this][].
1888 $link_id = strtolower($matches[1]);
2452 $link_id = strtolower($link_id);
2560 $link_id = strtolower($matches[3]);
2563 $link_id = strtolower($alt_text); # for shortcut links like ![this][].
/plugin/tools/
H A Daction.php119 $i = strtolower( str_replace( array("."," "),array("" ,"_"),$k)).".png";
/plugin/codedoc/
H A Dblock.php43 $type = strtolower(trim(substr($match,8,-1)));
/plugin/booking/
H A Dhelper.php90 $unit = strtolower($m[2]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Classes/
H A DClassDeclarationSniff.php69 $errorData = array(strtolower($tokens[$stackPtr]['content']));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php107 $ext[] = strtolower(trim($new));
/plugin/seqdia/
H A Dsyntax.php74 $return['style'] = strtolower($match[1]);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php108 ->isEqualTo(strtolower($content));
/plugin/pagetitle/syntax/
H A Ddecorative.php86 $params = strtolower(trim(substr($match, 6, -1)));
/plugin/combo/syntax/
H A Drailroad.php128 $actualCodeType = strtolower($actual->getType());
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1071 $this->f = preg_replace('#[^a-z]#', '', strtolower($this->f));
1072 if (strtolower($this->config_output_format) == 'jpg') {
1075 if (strtolower($this->f) == 'jpg') {
1088 $this->thumbnailFormat = strtolower($this->f);
2160 if (strpos(strtolower($parameter), 'x') !== false) {
2163 if (strpos(strtolower($parameter), 'y') !== false) {
2590 $hostname = strtolower($hostname);
2602 if (strtolower($valid_domain) === $hostname) {
2878 …pthumbFilters->Flip($this->gdimg_output, strpos(strtolower($parameter), 'x') !== false, strpos(str…
3673 $broad_directory_name = strtolower(md5($this->new));
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php259 $key = strtolower(trim($key));
269 $this->entries[$this->count]['bibtexEntryType'] = strtolower($matches[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php360 if (strtolower($param['var']) === strtolower($realName)) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php360 strtolower($this->name),
387 $writer->startElement(strtolower($this->name));
/plugin/swiftmail/Swift/Message/
H A DMime.php209 switch (strtolower($encoding))
218 $encoding = strtolower($encoding);
/plugin/epub/scripts/
H A Dcss3.php335 $ext = strtolower($match[1]);
336 $type = '.'.strtolower($match[2]);
/plugin/ckgedit/scripts/
H A Dcss6.php342 $ext = strtolower($match[1]);
343 $type = '.'.strtolower($match[2]);
/plugin/graphviz/
H A Dsyntax.php72 $return['layout'] = strtolower($match[1]);
/plugin/gcalendar/inc/
H A Dgcal_main.php94 switch(strtolower($options["mode"])) {
/plugin/command/inc/
H A Dembedding.php202 $cmdName = strtolower($matches[1]);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php242 if (strtolower(substr($this->organizer, 0, 7)) === 'mailto:') {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php183 $sExtension = strtolower( $sExtension ) ;
/plugin/osm/
H A Dsyntax.php68 $key = strtolower($key);
/plugin/facebookalbum/
H A Dsyntax.php195 if ( in_array(strtolower($values['name']), $data[FB_ALBUM_IGNORE])) {

1...<<21222324252627282930>>...34