Home
last modified time | relevance | path

Searched refs:Value (Results 26 – 50 of 254) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRateGroup.php35 protected $singleValueType = Value::class;
97 * @param Value
99 public function setSingleValue(Value $singleValue)
104 * @return Value
H A DRow.php23 protected $cellsType = Value::class;
27 * @param Value[]
34 * @return Value[]
H A DValue.php20 class Value extends \Google\Model class
114 class_alias(Value::class, 'Google_Service_ShoppingContent_Value');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DAggregationResult.php22 protected $aggregateFieldsType = Value::class;
26 * @param Value[]
33 * @return Value[]
H A DMapValue.php22 protected $fieldsType = Value::class;
26 * @param Value[]
33 * @return Value[]
H A DArrayValue.php23 protected $valuesType = Value::class;
27 * @param Value[]
34 * @return Value[]
H A DCursor.php27 protected $valuesType = Value::class;
45 * @param Value[]
52 * @return Value[]
H A DWriteResult.php23 protected $transformResultsType = Value::class;
31 * @param Value[]
38 * @return Value[]
H A DDocument.php26 protected $fieldsType = Value::class;
52 * @param Value[]
59 * @return Value[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DStruct.php22 protected $fieldsType = Value::class;
26 * @param Value[]
33 * @return Value[]
H A DListValue.php23 protected $valuesType = Value::class;
27 * @param Value[]
34 * @return Value[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DArrayValue.php23 protected $valuesType = Value::class;
27 * @param Value[]
34 * @return Value[]
H A DEntity.php24 protected $propertiesType = Value::class;
42 * @param Value[]
49 * @return Value[]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php47 $class = new Ast\Value\Language($parameterToken->content);
73 $name, new Ast\Value\Number((int)$parameter->content)
204 private function createPseudoClassPosition($string): Ast\Value\Position {
207 $position = new Ast\Value\Position(1, 0);
209 $position = new Ast\Value\Position(2, 1);
211 $position = new Ast\Value\Position(2, 0);
213 $position = new Ast\Value\Position(0, (int)$string);
218 $position = new Ast\Value\Position(
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DDataPoint.php51 protected $valueType = Value::class;
153 * @param Value[]
160 * @return Value[]
H A DValue.php20 class Value extends \Google\Collection class
88 class_alias(Value::class, 'Google_Service_Fitness_Value');
/plugin/struct/helper/
H A Dfield.php6 use dokuwiki\plugin\struct\meta\Value; alias
154 * Returns a Value object for the current column.
157 * @return Value
179 $value = new Value($this->column, $preparedValue);
192 * @param Value $field
196 protected function makeField(Value $field, $name)
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.cellpadding.inc.php10 return Value::fromData(1, UNIT_PX);
14 return Value::fromString($value);
H A Dcss.pseudo.cellspacing.inc.php10 return Value::fromData(1, UNIT_PX);
14 return Value::fromString($value);
H A Dcss.border.inc.php42 …$this->_defaultValue = BorderPDF::create(array('top' => array('width' => Value::fromString('2px…
45 … 'right' => array('width' => Value::fromString('2px'),
48 … 'bottom' => array('width' => Value::fromString('2px'),
51 … 'left' => array('width' => Value::fromString('2px'),
H A Dcss.letter-spacing.inc.php10 $this->_default_value = Value::fromString("0");
28 return Value::fromString($value);
H A Dcss.word-spacing.inc.php10 $this->_default_value = Value::fromString("0");
28 return Value::fromString($value);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
26 $this->literal = $literal ?? new Ast\Value\Literal('');
/plugin/404manager/lang/en/
H A Dlang.php52 $lang['Value'] = 'Value';
/plugin/combo/lang/en/
H A Dlang.php47 // Forms Add/Modify Value
54 $lang['Value'] = 'Value';

1234567891011