Home
last modified time | relevance | path

Searched refs:valueType (Results 76 – 89 of 89) sorted by last modified time

1234

/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php79 $valueType = null;
81 $valueType = $parameters['VALUE']->getValue();
84 if (!$valueType) {
85 $valueType = $property->getValueType();
91 $valueType
H A DDocument.php190 * @param string $valueType Force a specific valuetype, such as URI or TEXT
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { argument
206 if ($valueType) {
209 $class = $this->getClassNameForPropertyValue($valueType);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php367 $valueType = $this->getValueType();
371 switch($valueType) {
383 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php194 $valueType = strtolower($this->getValueType());
197 $writer->writeElement($valueType, $value);
H A DDateTime.php381 $valueType = $this->getValueType();
385 switch ($valueType) {
397 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php398 $valueType = strtolower($this->getValueType());
402 $writer->writeElement($valueType, $value);
H A DVCardConverter.php83 $valueType = null;
85 $valueType = $parameters['VALUE']->getValue();
88 if (!$valueType) {
89 $valueType = $property->getValueType();
95 $valueType
H A DDocument.php192 * @param string $valueType Force a specific valuetype, such as URI or TEXT
196 function createProperty($name, $value = null, array $parameters = null, $valueType = null) { argument
209 if ($valueType) {
212 $class = $this->getClassNameForPropertyValue($valueType);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php263 $valueType = strtolower($this->getValueType());
334 $writer->writeElement($valueType, $value);
H A DTimeStamp.php82 $valueType = strtolower($this->getValueType());
83 $writer->writeElement($valueType, $this->getValue());
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php136 $valueType
149 $valueType = strtoupper($valueType);
156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
171 $prop["VALUE"] = $valueType;
/plugin/mantis/lib/
H A Dnusoap.php564 $valueType = $this->isArraySimpleOrStruct($val);
565 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){
H A Dclass.nusoap_base.php564 $valueType = $this->isArraySimpleOrStruct($val);
565 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){
/plugin/googlesearch/
H A Dnusoap.php505 $valueType = $this->isArraySimpleOrStruct($val);
506 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){

1234