Home
last modified time | relevance | path

Searched refs:strtoupper (Results 26 – 50 of 342) sorted by relevance

12345678910>>...14

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTFoot.php19 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
26 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
32 if (strtoupper($properties['FONT-VARIANT']) === 'SMALL-CAPS') {
H A DTHead.php17 if (strtoupper($properties['FONT-WEIGHT']) === 'BOLD') {
24 if (strtoupper($properties['FONT-STYLE']) === 'ITALIC') {
30 if (strtoupper($properties['FONT-VARIANT']) === 'SMALL-CAPS') {
H A DIndexInsert.php21 if (isset($attr['USEDIVLETTERS']) && (strtoupper($attr['USEDIVLETTERS']) === 'OFF'
26 $links = isset($attr['LINKS']) && (strtoupper($attr['LINKS']) === 'ON' || $attr['LINKS'] == 1);
/plugin/issuetracker/
H A Dsyntax.php422 { if ($this->_get_one_value($count,strtoupper($status))=='')
423 {$count[strtoupper($status)] = array(1,$status);}
425 {$count[strtoupper($status)][0] += 1;}
605 $a_product = strtoupper($this->_get_one_value($issue,'product'));
606 $a_version = strtoupper($this->_get_one_value($issue,'version'));
608 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
712 $a_product = strtoupper($this->_get_one_value($issue,'product'));
715 $a_tblock = strtoupper($this->_get_one_value($issue,'tblock'));
1010 $usenames = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') ? false : true;
1155 if(stripos(strtoupper($data['product']),strtoupper($a))!==false) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php55 $this->name = strtoupper($name);
158 unset($this->children[strtoupper($item)]);
234 $name = strtoupper($name);
253 return $child instanceof Property && strtoupper($child->group) === $group;
268 if ($child instanceof Property && strtoupper($child->group) === $group) {
512 $name = strtoupper($name);
617 $name = strtoupper($child->name);
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
86 switch (strtoupper($value)) {
H A DVCardConverter.php188 if (strtoupper($property->getValue()) === 'COMPANY') {
193 if (strtoupper($property->getValue()) === 'GROUP') {
294 strtoupper($typePart),
398 if (strtoupper($paramPart) === 'PREF') {
442 if (strtoupper($param->getValue()) !== 'QUOTED-PRINTABLE') {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php53 $this->name = strtoupper($name);
148 unset($this->children[strtoupper($item)]);
224 $name = strtoupper($name);
243 return $child instanceof Property && strtoupper($child->group) === $group;
254 if ($child instanceof Property && strtoupper($child->group) === $group) {
484 $name = strtoupper($name);
582 $name = strtoupper($child->name);
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
86 switch (strtoupper($value)) {
H A DVCardConverter.php171 if ('COMPANY' === strtoupper($property->getValue())) {
176 if ('GROUP' === strtoupper($property->getValue())) {
272 strtoupper($typePart),
368 if ('PREF' === strtoupper($paramPart)) {
406 if ('QUOTED-PRINTABLE' !== strtoupper($param->getValue())) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php52 $this->name = strtoupper($name);
219 $name = strtoupper($name);
229 strtoupper($child->name) === $name
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
533 $name = strtoupper($child->name);
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
H A DVCardConverter.php184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
289 strtoupper($typePart),
391 if (strtoupper($paramPart)==='PREF') {
434 if (strtoupper($param->getValue())!=='QUOTED-PRINTABLE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php52 $this->name = strtoupper($name);
219 $name = strtoupper($name);
229 strtoupper($child->name) === $name
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
533 $name = strtoupper($child->name);
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
H A DVCardConverter.php184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
289 strtoupper($typePart),
391 if (strtoupper($paramPart)==='PREF') {
434 if (strtoupper($param->getValue())!=='QUOTED-PRINTABLE') {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php52 $this->name = strtoupper($name);
219 $name = strtoupper($name);
229 strtoupper($child->name) === $name
230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
533 $name = strtoupper($child->name);
H A DParameter.php55 $this->name = strtoupper($name);
67 $this->name = strtoupper($value);
85 switch(strtoupper($value)) {
H A DVCardConverter.php184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
289 strtoupper($typePart),
391 if (strtoupper($paramPart)==='PREF') {
434 if (strtoupper($param->getValue())!=='QUOTED-PRINTABLE') {
/plugin/structtemplate/syntax/
H A Dblock.php60 $re = '<' . strtoupper(self::TAG) . '\b.*?>\n'
65 . '<\/' . strtoupper(self::TAG) . '>'
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php41 $fileName = strtoupper($dir) . ".xml";
48 $array[strtoupper($dir)] = $matches[1];
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php48 $v = strtoupper($v);
61 $newVal[strtoupper($k)] = $v;
89 return strtoupper(implode(';', $out));
211 $value = strtoupper($value);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php45 $v = strtoupper($v);
58 $newVal[strtoupper($k)] = $v;
86 return strtoupper(implode(';', $out));
196 $value = strtoupper($value);
/plugin/autostartpage/
H A Daction.php81 $wikitext=preg_replace("/@!!NS!@/", strtoupper($goodns), $wikitext);
86 $wikitext=preg_replace("/@!PAGE!@/",strtoupper($page), $wikitext);
89 $wikitext=preg_replace("/@!FILE!@/",strtoupper($f), $wikitext);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php81 …e']['items'][strtolower($rg_key)]['data'][0]) && !isset($this->tag_data[strtoupper($rg_key)][0])) {
82 …$this->tag_data[strtoupper($rg_key)][0] = $ThisFileInfo['ape']['items'][strtolower($rg_key)]['data…
261 switch (strtoupper($itemkey)) {
266 $itemkey = strtoupper($itemkey);

12345678910>>...14