Home
last modified time | relevance | path

Searched refs:strtolower (Results 26 – 50 of 846) sorted by relevance

12345678910>>...34

/plugin/pagebox/
H A Dsyntax.php55 if (strtolower($value) == 'right') $align = 'right';
56 if (strtolower($value) == 'center') $align = 'center';
57 if (strtolower($value) == 'left') $align = 'left';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php66 if (strtolower($constName) === 'class'
109 if (strtolower($constName) === $constName) {
128 if (strtolower($constName) !== 'define') {
168 if (strtolower($constName) === $constName) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-size.inc.php21 $value = trim(strtolower($value));
23 switch(strtolower($value)) {
40 switch(strtolower($value)) {
H A Dcss.ruleset.class.php57 $tagname = strtolower($root->tagname());
67 $rel = strtolower($root->get_attribute("rel"));
69 $type = strtolower($root->get_attribute("type"));
242 if (isset($this->tag_filtered[strtolower($root->tagname())])) {
243 $local_css = $this->tag_filtered[strtolower($root->tagname())];
280 if (isset($this->tag_filtered[strtolower($root->tagname())])) {
281 $local_css = $this->tag_filtered[strtolower($root->tagname())];
H A Dcss.colors.inc.php161 if (isset($g_colors[strtolower($decl)])) { return $g_colors[strtolower($decl)]; };
164 switch (strtolower($decl)) {
/plugin/swiftmail/Swift/
H A DRecipientList.php56 $address_str = trim(strtolower($address->getAddress()));
67 $address_str = trim(strtolower($address_str));
86 $key = trim(strtolower($address->getAddress()));
88 else $key = trim(strtolower((string) $address));
/plugin/combo/action/
H A Dlinkwizard.php104 $lowerSearchTerm = strtolower($searchTerm);
119 $name = strtolower($page->getNameOrDefault());
126 if (strpos(strtolower($title), $lowerSearchTerm) !== false) {
129 if ($label === null && strpos(strtolower($h1), $lowerSearchTerm) !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DGetRequestDataSniff.php71 if (strtolower($className) === 'security') {
80 if (strtolower($funcName) === 'getrequestdata') {
92 $globalName = strtolower(substr($varName, 2));
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php8 return(strpos(strtolower($haystack),strtolower($needle),$offset));
31 $temp[$key] = ucfirst(strtolower($word));
/plugin/gallery2/dwgallery/
H A Ddwgallery.php100 if (strtolower($array_id[0]) != strtolower($gallery['namespace'])) return;
109 if (strtolower($gallery['name']) == strtolower($conf['start'])) return;
115 $gallery['suffix'] = strtolower($gallery['name']).'_';
168 $namespace = strtolower($gallery['namespace']);
174 if (strtolower($ID) != strtolower($conf['start'])) return;
401 $suffix = strtolower($gallery['suffix']);
406 $filename = strtolower($file);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseKeywordSniff.php124 if (strtolower($keyword) !== $keyword) {
133 strtolower($keyword),
139 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($keyword));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLBranch.php62 if(strtolower(get_class($xml)) == "xml" || strtolower(get_class($xml)) == "xmlbranch") {
H A DXMLLeaf.php64 if(strtolower(get_class($xml)) == "xml" || strtolower(get_class($xml)) == "xmlbranch") {
/plugin/svg/
H A Dsyntax.php147 strtolower( $this->getConf( 'mw_format' ) )
178 . '.' . strtolower( $this->getConf( 'im_format' ) )
193 . '.' . strtolower( $this->getConf( 'mw_format' ) )
/plugin/userhistory/
H A Dadmin.php39 …echo ( '<h2 id="'.str_replace ( array ( " ", "'" ), "_", strtolower ( $this->getLang ( 'list' ) ) …
81 if ( strtolower ( $change['user'] ) == strtolower ( $user ) ) $changes[] = $change;
136 …echo ( '<h1 id="'.str_replace ( array ( " ", "'" ), "_", strtolower ( $this->getLang ( 'menu' ) ) …
/plugin/adhoctags/
H A Dhelper.php72 if (in_array(strtolower(trim($val)), array('ltr','rtl','auto'))) {
80 if (in_array(strtolower(trim($val)), array('hidden','until-found'))) {
145 $attr['lang'] = strtolower(trim($token,':'));
/plugin/flowplayer/
H A Dsyntax.php42 $params[strtolower(substr($res[1], 0, 1)).substr($res[1], 1)] = '"'.$res[2].'"';
44 $params[strtolower(substr($res[1], 0, 1)).substr($res[1], 1)] = 'false';
46 $params[strtolower(substr($res[1], 0, 1)).substr($res[1], 1)] = 'true';
/plugin/fckg/fckeditor/
H A Dis_aspellWindows.php17 $os = strtolower($os);
18 $_OS = strtolower(PHP_OS);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DLowercaseFunctionKeywordsSniff.php66 if ($content !== strtolower($content)) {
70 strtolower($content),
/plugin/adhocmathml/
H A Dabstract.php43 …return in_array(strtolower($value), array('normal','bold','italic','bold-italic','double-struck','…
51 return in_array(strtolower($value), array('true','false'));
/plugin/pubmed2020/classes/
H A Dcache.php34 $this->namespace = strtolower($_name);
35 $this->pdfDoiNS = strtolower($_name."/doi_pdf");
36 $this->pdfPmidNS = strtolower($_name."/pmid_pdf");
37 $this->prefix = strtolower($_prefix);
38 $this->extension = strtolower($_ext);
98 $id = strtolower($id);
99 $base = strtolower($base);
/plugin/swiftmail/Swift/Plugin/Decorator/
H A DReplacements.php43 $this->replacements[strtolower($address)] = (array)$replacements;
70 $address = strtolower($address);
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php162 $scheme = strtolower($scheme);
171 $scheme = strtolower($scheme);
204 $host = strtolower($host);
211 $host = strtolower($host);
/plugin/davcard/
H A Dhelper.php99 $contactdata = explode(';', strtolower($entry['structuredname']));
118 if(trim(strtolower($entry['formattedname'])) == $params['formattedname'])
128 if(trim(strtolower($data['mail'])) === $params['email'])
167 array('firstname' => strtolower($firstname), 'lastname' => strtolower($lastname)));
181 return $this->getContactByDetails($id, 'email', array('email' => strtolower($email)));
194 …return $this->getContactByDetails($id, 'formattedname', array('formattedname' => strtolower($name)…
663 … $tel[] = array('type' => strtolower((string)$number['TYPE']), 'number' => (string)$number);
674 … $addr[] = array('type' => strtolower((string)$adr['TYPE']), 'address' => $adr->getParts());
685 … $mail[] = array('type' => strtolower((string)$email['TYPE']), 'mail' => (string)$email);
695 …$photo[] = array('type' => strtolower((string)$vObject->PHOTO['TYPE']), 'photo' => (string)$vObjec…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DAbstractClient.php68 $key = ucfirst(strtolower($key));
69 $val = ucfirst(strtolower($key)) . ': ' . $val;

12345678910>>...34