Home
last modified time | relevance | path

Searched refs:strtolower (Results 201 – 225 of 846) sorted by path

12345678910>>...34

/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php168 $header = strtolower(substr($key, 5));
H A Dfunctions.php273 $output[strtolower($matches['name'])] = empty($value) ? true : $value;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php132 $parts['scheme'] = strtolower($parts['scheme']);
154 if ($parts['host']) $parts['host'] = strtolower($parts['host']);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php341 strtolower($this->name),
H A DParameter.php268 strtolower($value),
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
H A DVCardConverter.php135 switch(strtolower($property->getValue())) {
292 $mimeType = 'image/' . strtolower($typePart);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php630 $value = strtolower($value);
664 $key = strtolower($key);
/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/davcard/syntax/
H A Dbook.php68 $key = strtolower(trim($key));
73 list($k, $v) = explode(':', strtolower($val), 2);
202 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
233 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>';
H A Dcard.php85 $key = strtolower(trim($key));
153 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
183 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>';
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php341 strtolower($this->name),
H A DParameter.php268 strtolower($value),
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
H A DVCardConverter.php135 switch(strtolower($property->getValue())) {
292 $mimeType = 'image/' . strtolower($typePart);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php630 $value = strtolower($value);
664 $key = strtolower($key);
/plugin/dbquery/syntax/
H A Dmacro.php38 $macro = strtolower(trim(substr($match, 10, -2)));
/plugin/deeplautotranslate/
H A Daction.php328 return trim(strtolower($this->getConf('glossary_ns')));

12345678910>>...34