Home
last modified time | relevance | path

Searched refs:strtoupper (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php22 if (strtoupper($attr['PAGE']) === 'O' || strtoupper($attr['PAGE']) === 'ODD') {
24 } elseif (strtoupper($attr['PAGE']) === 'E' || strtoupper($attr['PAGE']) === 'EVEN') {
26 } elseif (strtoupper($attr['PAGE']) === 'ALL') {
34 if ($attr['VALUE'] == '1' || strtoupper($attr['VALUE']) === 'ON') {
36 } elseif ($attr['VALUE'] == '-1' || strtoupper($attr['VALUE']) === 'OFF') {
H A DFormFeed.php64 if (isset($attr['ODD-HEADER-VALUE']) && ($attr['ODD-HEADER-VALUE'] == '1' || strtoupper($attr['ODD-HEADER-VALUE']) === 'ON')) {
66 } elseif (isset($attr['ODD-HEADER-VALUE']) && ($attr['ODD-HEADER-VALUE'] == '-1' || strtoupper($attr['ODD-HEADER-VALUE']) === 'OFF')) {
69 if (isset($attr['EVEN-HEADER-VALUE']) && ($attr['EVEN-HEADER-VALUE'] == '1' || strtoupper($attr['EVEN-HEADER-VALUE']) === 'ON')) {
71 } elseif (isset($attr['EVEN-HEADER-VALUE']) && ($attr['EVEN-HEADER-VALUE'] == '-1' || strtoupper($attr['EVEN-HEADER-VALUE']) === 'OFF')) {
74 if (isset($attr['ODD-FOOTER-VALUE']) && ($attr['ODD-FOOTER-VALUE'] == '1' || strtoupper($attr['ODD-FOOTER-VALUE']) === 'ON')) {
76 } elseif (isset($attr['ODD-FOOTER-VALUE']) && ($attr['ODD-FOOTER-VALUE'] == '-1' || strtoupper($attr['ODD-FOOTER-VALUE']) === 'OFF')) {
79 if (isset($attr['EVEN-FOOTER-VALUE']) && ($attr['EVEN-FOOTER-VALUE'] == '1' || strtoupper($attr['EVEN-FOOTER-VALUE']) === 'ON')) {
81 } elseif (isset($attr['EVEN-FOOTER-VALUE']) && ($attr['EVEN-FOOTER-VALUE'] == '-1' || strtoupper($attr['EVEN-FOOTER-VALUE']) === 'OFF')) {
85 if (isset($attr['ORIENTATION']) && (strtoupper($attr['ORIENTATION']) === 'L' || strtoupper(
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php134 if (isset(static::$componentMap[strtoupper($name)])) {
168 $name = strtoupper($name);
201 $name = strtoupper(substr($name, $i + 1));
203 $name = strtoupper($name);
246 $valueParam = strtoupper($valueParam);
H A DProperty.php181 if (isset($this->parameters[strtoupper($name)])) {
182 $this->parameters[strtoupper($name)]->addValue($value);
436 $name = strtoupper($name);
457 $name = strtoupper($name);
509 unset($this->parameters[strtoupper($name)]);
588 $this->name = strtoupper(
624 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
627 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php133 if (isset(static::$componentMap[strtoupper($name)])) {
166 $name = strtoupper($name);
198 $name = strtoupper(substr($name, $i+1));
200 $name = strtoupper($name);
238 $valueParam = strtoupper($valueParam);
H A DProperty.php177 if (isset($this->parameters[strtoupper($name)])) {
178 $this->parameters[strtoupper($name)]->addValue($value);
351 $name = strtoupper($name);
371 $name = strtoupper($name);
421 unset($this->parameters[strtoupper($name)]);
499 $this->name = strtoupper(
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php133 if (isset(static::$componentMap[strtoupper($name)])) {
166 $name = strtoupper($name);
198 $name = strtoupper(substr($name, $i+1));
200 $name = strtoupper($name);
238 $valueParam = strtoupper($valueParam);
H A DProperty.php177 if (isset($this->parameters[strtoupper($name)])) {
178 $this->parameters[strtoupper($name)]->addValue($value);
351 $name = strtoupper($name);
371 $name = strtoupper($name);
421 unset($this->parameters[strtoupper($name)]);
499 $this->name = strtoupper(
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php133 if (isset(static::$componentMap[strtoupper($name)])) {
166 $name = strtoupper($name);
198 $name = strtoupper(substr($name, $i+1));
200 $name = strtoupper($name);
238 $valueParam = strtoupper($valueParam);
H A DProperty.php177 if (isset($this->parameters[strtoupper($name)])) {
178 $this->parameters[strtoupper($name)]->addValue($value);
351 $name = strtoupper($name);
371 $name = strtoupper($name);
421 unset($this->parameters[strtoupper($name)]);
499 $this->name = strtoupper(
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php133 if (isset(static::$componentMap[strtoupper($name)])) {
162 $name = strtoupper($name);
197 $name = strtoupper(substr($name, $i + 1));
199 $name = strtoupper($name);
243 $valueParam = strtoupper($valueParam);
H A DProperty.php171 if (isset($this->parameters[strtoupper($name)])) {
172 $this->parameters[strtoupper($name)]->addValue($value);
402 $name = strtoupper($name);
427 $name = strtoupper($name);
473 unset($this->parameters[strtoupper($name)]);
546 $this->name = strtoupper(
577 if ('BASE64' === strtoupper($encoding)) {
589 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
592 … 'message' => 'ENCODING='.strtoupper($encoding).' is not valid for this document type.',
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php113 switch(strtoupper($line)) {
134 if (strtoupper(substr($line,0,4)) === 'END:') {
144 $name = strtoupper(substr($line, 4));
161 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
169 if (strtoupper(substr($line,0,4)) === 'END:') {
179 $name = strtoupper(substr($line, 4));
357 $lastParam = strtoupper($match['paramName']);
368 $property['name'] = strtoupper($match['name']);
410 if (strtoupper($propObj['ENCODING']) === 'QUOTED-PRINTABLE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php113 switch(strtoupper($line)) {
134 if (strtoupper(substr($line,0,4)) === 'END:') {
144 $name = strtoupper(substr($line, 4));
161 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
169 if (strtoupper(substr($line,0,4)) === 'END:') {
179 $name = strtoupper(substr($line, 4));
357 $lastParam = strtoupper($match['paramName']);
368 $property['name'] = strtoupper($match['name']);
410 if (strtoupper($propObj['ENCODING']) === 'QUOTED-PRINTABLE') {
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php113 switch(strtoupper($line)) {
134 if (strtoupper(substr($line,0,4)) === 'END:') {
144 $name = strtoupper(substr($line, 4));
161 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
169 if (strtoupper(substr($line,0,4)) === 'END:') {
179 $name = strtoupper(substr($line, 4));
357 $lastParam = strtoupper($match['paramName']);
368 $property['name'] = strtoupper($match['name']);
410 if (strtoupper($propObj['ENCODING']) === 'QUOTED-PRINTABLE') {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php68 ->isEqualTo(strtoupper($content));
87 ->isEqualTo(strtoupper($content));
129 ->isEqualTo(strtoupper($content));
150 ->isEqualTo(strtoupper($content));
171 ->isEqualTo(strtoupper($content));
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php155 switch (strtoupper($line)) {
171 if ('END:' === strtoupper(substr($line, 0, 4))) {
180 $name = strtoupper(substr($line, 4));
197 if ('BEGIN:' === strtoupper(substr($line, 0, 6))) {
206 if ('END:' === strtoupper(substr($line, 0, 4))) {
215 $name = strtoupper(substr($line, 4));
390 $lastParam = strtoupper($match['paramName']);
401 $property['name'] = strtoupper($match['name']);
442 if ('QUOTED-PRINTABLE' === strtoupper($propObj['ENCODING'])) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php161 switch (strtoupper($line)) {
178 if (strtoupper(substr($line, 0, 4)) === 'END:') {
188 $name = strtoupper(substr($line, 4));
206 if (strtoupper(substr($line, 0, 6)) === 'BEGIN:') {
214 if (strtoupper(substr($line, 0, 4)) === 'END:') {
224 $name = strtoupper(substr($line, 4));
406 $lastParam = strtoupper($match['paramName']);
417 $property['name'] = strtoupper($match['name']);
459 if (strtoupper($propObj['ENCODING']) === 'QUOTED-PRINTABLE') {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php48 $v = strtoupper($v);
58 $newVal[strtoupper($k)] = $v;
86 return strtoupper(implode(';',$out));
181 $value = strtoupper($value);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php48 $v = strtoupper($v);
58 $newVal[strtoupper($k)] = $v;
86 return strtoupper(implode(';',$out));
181 $value = strtoupper($value);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php48 $v = strtoupper($v);
58 $newVal[strtoupper($k)] = $v;
86 return strtoupper(implode(';',$out));
181 $value = strtoupper($value);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php149 if (strtoupper($toc_id) == 'ALL') {
260 if (strtoupper($toc_id) == 'ALL') {
626 if (isset($attr['PAGING']) && (strtoupper($attr['PAGING']) == 'OFF' || $attr['PAGING'] === '0')) {
631 if (isset($attr['LINKS']) && (strtoupper($attr['LINKS']) == 'ON' || $attr['LINKS'] == 1)) {
662 if (isset($attr['PAGING']) && (strtoupper($attr['PAGING']) == 'OFF' || $attr['PAGING'] === '0')) {
667 if (isset($attr['LINKS']) && (strtoupper($attr['LINKS']) == 'ON' || $attr['LINKS'] == 1)) {
706 if (isset($attr['TOC-ODD-HEADER-VALUE']) && ($attr['TOC-ODD-HEADER-VALUE'] == '1' || strtoupper($attr['TOC-ODD-HEADER-VALUE']) == 'ON')) {
708 } elseif (isset($attr['TOC-ODD-HEADER-VALUE']) && ($attr['TOC-ODD-HEADER-VALUE'] == '-1' || strtoupper($attr['TOC-ODD-HEADER-VALUE']) == 'OFF')) {
711 if (isset($attr['TOC-EVEN-HEADER-VALUE']) && ($attr['TOC-EVEN-HEADER-VALUE'] == '1' || strtoupper($attr['TOC-EVEN-HEADER-VALUE']) == 'ON')) {
713 } elseif (isset($attr['TOC-EVEN-HEADER-VALUE']) && ($attr['TOC-EVEN-HEADER-VALUE'] == '-1' || strtoupper(
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php108 if (strtoupper($constName) !== $constName) {
117 strtoupper($constName),
167 if (strtoupper($constName) !== $constName) {
176 $prefix.strtoupper($constName),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php88 … $error = strtoupper($type).' keyword must be lowercase; expected "%s" but found "%s"';
119 … $error = 'There must be no space before the colon in a '.strtoupper($type).' statement';
120 … $fix = $phpcsFile->addFixableError($error, $nextCase, 'SpaceBeforeColon'.strtoupper($type));
135 … $error = 'The '.strtoupper($type).' body must start on the line following the statement';
136 … $fix = $phpcsFile->addFixableError($error, $nextCase, 'BodyOnNextLine'.strtoupper($type));
185 $error = strtoupper($type).' statements must be defined using a colon';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidClassNameSniff.php80 if ($bit === '' || $bit{0} !== strtoupper($bit{0})) {
95 $newName = strtoupper($firstBit{0}).substr($firstBit, 1).'_';
98 $newName .= strtoupper($bit{0}).substr($bit, 1).'_';

12345678910>>...14