Home
last modified time | relevance | path

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

1234

/plugin/davcard/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/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/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
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DWeightedAvg.php101 * @param mixed $valueType
105 public function setValueType($valueType) argument
107 return $this->setParam('value_type', $valueType);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php318 * @param string $valueType
321 public function testSimpleValuesAddedToItemViaShortcutAccumulate($valueType, array $values) argument
326 $item->{'add' . $valueType}($value, $usergroup);
329 $this->assertEquals($values, $item->{'get' . $valueType}()->getValues());
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DArray_.php29 private $valueType; variable in phpDocumentor\\Reflection\\Types\\Array_
37 * @param Type $valueType
40 public function __construct(Type $valueType = null, Type $keyType = null) argument
45 if ($valueType === null) {
46 $valueType = new Mixed_();
49 $this->valueType = $valueType;
70 return $this->valueType;
80 if ($this->valueType instanceof Mixed_) {
84 return $this->valueType . '[]';
/plugin/googlesearch/
H A Dnusoap.php505 $valueType = $this->isArraySimpleOrStruct($val);
506 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){
/plugin/icalevents/vendor/sabre/vobject/lib/
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);
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
/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/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php381 $valueType = $this->getValueType();
385 switch ($valueType) {
397 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
H A DRecur.php194 $valueType = strtolower($this->getValueType());
197 $writer->writeElement($valueType, $value);
/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/mantis/lib/
H A Dclass.nusoap_base.php564 $valueType = $this->isArraySimpleOrStruct($val);
565 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){
H A Dnusoap.php564 $valueType = $this->isArraySimpleOrStruct($val);
565 if($valueType=='arraySimple' || ereg('^ArrayOf',$type)){
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js4437 valueType = _typeof(value);
4439 …if (valueType === 'boolean' || valueType === 'string' || valueType === 'number' && Number.isIntege…
14064 var defaultValue, valueType, defaultType;
14091 valueType = _typeof(value);
14094 if (!(valueType !== defaultType)) {
14099 if (!(valueType === 'number' && defaultType === 'string')) {
14109 …throw new Error("Set preference: \"".concat(value, "\" is a ").concat(valueType, ", ") + "expected…
14116 if (!(valueType === 'number' && !Number.isInteger(value))) {
H A Dviewer.js.map1valueType","pdfjsLib","__non_webpack_require__","compatibilityParams","userAgent","isAndroid","isI…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js30579 var valueType = typeof(value);
30581 (isFunction(value) || (valueType == "object" && value != null)
30582 || (valueType == "string" && value.length > Firebug.stringCropLength));
/plugin/structodt/
H A Dhelper.php348 $valueType = 'getDisplayValue';
350 $valueType = $explode[1];
355 return call_user_func(array($value, $valueType));

1234