Home
last modified time | relevance | path

Searched refs:values (Results 126 – 150 of 925) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DListValue.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DObjectValues.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DArrayValue.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
H A DCursor.php47 public function setValues($values) argument
49 $this->values = $values;
56 return $this->values;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php24 …public function __construct($capture, \Twig_NodeInterface $names, \Twig_NodeInterface $values, $li… argument
26 …parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
36 $values = $this->getNode('values');
37 if ($values instanceof TextNode) {
38 …$this->setNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplat…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst8 {% set values = [1, 2] %}
10 {% set values = values|merge(['apple', 'orange']) %}
12 {# values now contains [1, 2, 'apple', 'orange'] #}
14 New values are added at the end of the existing ones.
32 If you want to ensure that some values are defined in an array (by given
33 default values), reverse the two elements in the call:
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchQuery.php24 * @param mixed $values
26 public function __construct(?string $field = null, $values = null) argument
28 if (null !== $field && null !== $values) {
29 $this->setParam($field, $values);
36 * @param mixed $values
40 public function setField(string $field, $values): self argument
42 return $this->setParam($field, $values);
112 * @see Possible values for minimum_should_match https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBooleanCondition.php47 public function setValues($values) argument
49 $this->values = $values;
56 return $this->values;
/plugin/struct/meta/
H A DCSVSerialImporter.php23 * @param string[] $values
25 protected function saveLine($values) argument
28 $pid = cleanID($values[0]);
30 $this->createPage($pid, $values);
33 parent::saveLine($values);
/plugin/combo/vendor/symfony/yaml/
H A DParser.php161 if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine), $values)) {
167 if (isset($values['value']) && '&' === $values['value'][0] && self::preg_match(self::REFERENCE_PATTERN, $values['value'], $matches)) {
170 $values['value'] = $matches['value'];
173 if (isset($values['value'][1]) && '?' === $values['value'][0] && ' ' === $values['value'][1]) {
178 if (isset($values['value']) && 0 === strpos(ltrim($values['valu
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php35 private $values; variable in Assetic\\Asset\\BaseAsset
54 $this->values = array();
165 public function setValues(array $values) argument
167 foreach ($values as $var => $v) {
173 $this->values = $values;
179 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DParameterValidation.php44 public function setValues(ValueValidation $values) argument
46 $this->values = $values;
53 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DPointData.php45 public function setValues($values) argument
47 $this->values = $values;
54 return $this->values;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DInfo.php124 foreach ($this->_metricCache as $metric => $values) {
128 foreach ($values as $value => $count) {
139 asort($values);
140 $values = array_reverse($values, true);
141 foreach ($values as $value => $count) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchResponseFacet.php65 public function setValues($values) argument
67 $this->values = $values;
74 return $this->values;
/plugin/odt/ODT/css/
H A Dcsscolors.php13 protected static $values = array( variable in csscolors
305 if (isset(self::$values [strtolower($name)])) {
306 $value = self::$values [strtolower($name)];
334 return array_key_exists(strtolower($name), self::$values);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php38 foreach ($data as $name => $values) {
39 $str .= "{$name}//{$values['ct']} {$values['wt']} {$values['mu']} {$values['pmu']}\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DQuotaLimit.php61 public $values; variable in Google\\Service\\ServiceNetworking\\QuotaLimit
192 public function setValues($values) argument
194 $this->values = $values;
201 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DQuotaLimit.php61 public $values; variable in Google\\Service\\ServiceUsage\\QuotaLimit
192 public function setValues($values) argument
194 $this->values = $values;
201 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DQuotaLimit.php61 public $values; variable in Google\\Service\\ServiceConsumerManagement\\QuotaLimit
192 public function setValues($values) argument
194 $this->values = $values;
201 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DQuotaLimit.php61 public $values; variable in Google\\Service\\ServiceManagement\\QuotaLimit
192 public function setValues($values) argument
194 $this->values = $values;
201 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSheets.php190 'values',
194 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append',
229 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear',
239 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClearByDataFilter',
249 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGet',
276 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter',
286 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdate',
296 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdateByDataFilter',
306 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear',
321 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_preserves_safety_filters.test8 1. Unsafe values are still unsafe
12 2. Safe values are still safe
16 3. Re-escape values that are escaped for an other contexts
31 1. Unsafe values are still unsafe
36 2. Safe values are still safe
41 3. Re-escape values that are escaped for an other contexts
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DExpressionReport.php61 public function setValues($values) argument
63 $this->values = $values;
70 return $this->values;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php197 $values = [];
205 $values[] = $d->format('Ymd\\THis');
219 $values[] = $d->format('Ymd\\THis\\Z');
221 $values[] = $d->format('Ymd\\THis');
229 $values[] = $d->format('Ymd');
234 $this->value = $values;
345 $values = $this->getParts();
347 foreach ($values as $value) {

12345678910>>...37