Home
last modified time | relevance | path

Searched refs:valueType (Results 76 – 89 of 89) sorted by path

1234

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js8080 var valueType=typeof(value);
8081 …&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType=="object"&&value!=null)||(valueTyp…
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php153 $valueType = self::VT_STRING;
155 $valueType = self::VT_XML;
158 $valueType = self::VT_OBJECT;
164 $updateStmt->bindParam('valuetype', $valueType, \PDO::PARAM_INT);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php188 * @param string $valueType Force a specific valuetype, such as URI or TEXT
192 … public function createProperty($name, $value = null, array $parameters = null, $valueType = null) argument
205 if ($valueType) {
208 $class = $this->getClassNameForPropertyValue($valueType);
H A DProperty.php364 $valueType = strtolower($this->getValueType());
368 $writer->writeElement($valueType, $value);
H A DVCardConverter.php78 $valueType = null;
80 $valueType = $parameters['VALUE']->getValue();
83 if (!$valueType) {
84 $valueType = $property->getValueType();
86 if (Document::VCARD30 !== $targetVersion && 'PHONE-NUMBER' === $valueType) {
87 $valueType = null;
93 $valueType
/plugin/webdav/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/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php344 $valueType = $this->getValueType();
348 switch ($valueType) {
360 'message' => 'The supplied value ('.$value.') is not a correct '.$valueType,
H A DRecur.php180 $valueType = strtolower($this->getValueType());
183 $writer->writeElement($valueType, $value);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php239 $valueType = strtolower($this->getValueType());
306 $writer->writeElement($valueType, $value);
H A DTimeStamp.php78 $valueType = strtolower($this->getValueType());
79 $writer->writeElement($valueType, $this->getValue());
/plugin/webdavclient/vendor/sabre/vobject/lib/
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);
H A DVCardConverter.php79 $valueType = null;
81 $valueType = $parameters['VALUE']->getValue();
84 if (!$valueType) {
85 $valueType = $property->getValueType();
91 $valueType
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php134 $valueType
147 $valueType = strtoupper($valueType);
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
169 $prop["VALUE"] = $valueType;
/plugin/webdavclient/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,

1234