Home
last modified time | relevance | path

Searched refs:values (Results 76 – 100 of 925) sorted by relevance

12345678910>>...37

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects_countable.test22 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
23 public function current() { return current($this->values); }
24 public function key() { return key($this->values); }
25 public function next() { return next($this->values); }
26 public function rewind() { return reset($this->values); }
27 public function valid() { return false !== current($this->values); }
28 public function count() { return count($this->values); }
H A Dobjects.test21 protected $values = ['foo' => 'bar', 'bar' => 'foo'];
22 public function current() { return current($this->values); }
23 public function key() { return key($this->values); }
24 public function next() { return next($this->values); }
25 public function rewind() { return reset($this->values); }
26 public function valid() { return false !== current($this->values); }
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DToken.php68 * @param array|string|null $values The token value
72 public function test($type, $values = null) argument
74 if (null === $values && !\is_int($type)) {
75 $values = $type;
80 null === $values ||
81 (\is_array($values) && \in_array($this->value, $values)) ||
82 $this->value == $values
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php29 * Delete a value, or values, from an attribute.
51 * @param string ...$values
53 public function __construct(int $modType, $attribute, ...$values)
56 $this->attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
130 * Add the values contained in the attribute, creating the attribute if necessary.
133 * @param string ...$values argument
136 public static function add($attribute, ...$values): Change
138 $attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute, ...$values);
144 * Delete values from the attribute. If no values ar
50 __construct(int $modType, $attribute, ...$values) global() argument
148 delete($attribute, ...$values) global() argument
163 replace($attribute, ...$values) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DReservationAffinity.php34 public $values; variable in Google\\Service\\Compute\\ReservationAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
H A DSchedulingNodeAffinity.php34 public $values; variable in Google\\Service\\Compute\\SchedulingNodeAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DReservationAffinity.php34 public $values; variable in Google\\Service\\Container\\ReservationAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DValueRange.php34 public $values; variable in Google\\Service\\Sheets\\ValueRange
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
H A DDataFilterValueRange.php32 public $values; variable in Google\\Service\\Sheets\\DataFilterValueRange
65 public function setValues($values) argument
67 $this->values = $values;
74 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DReservationAffinity.php34 public $values; variable in Google\\Service\\AIPlatformNotebooks\\ReservationAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DReservationAffinity.php34 public $values; variable in Google\\Service\\Dataproc\\ReservationAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DPathQueryOptionsFilter.php34 public $values; variable in Google\\Service\\DoubleClickBidManager\\PathQueryOptionsFilter
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DWrite.php34 public $values; variable in Google\\Service\\Spanner\\Write
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DSchedulingNodeAffinity.php34 public $values; variable in Google\\Service\\VMMigrationService\\SchedulingNodeAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/siteexport/action/
H A Daggregate.php46 $values = $functions->__getOrderedListOfPagesForID($namespaces, $exportBase);
55 list($exportBase) = reset( $values );
63 …$values = $functions->__getOrderedListOfPagesForStartEnd($lookupNS, $INPUT->int( 'mergecompare_sta…
65 $values = $functions->__getOrderedListOfPagesForID($lookupNS, $exportBase);
76 $baseVersion = $values[count($values)-1][2];
79 …$checkValues = array_filter($values, array(new helper_plugin_siteexport_page_remove($baseVersion +…
81 $values = $checkValues;
97 foreach( $values as $value ) {
/plugin/bureaucracy/
H A Dsyntax.php25 var $values = array(); variable in syntax_plugin_bureaucracy
485 foreach ($this->values as $label => $value) {
581 $this->values['__formpage_id__'] = $localid;
584 $this->values['__formpage_file__'] = $file;
587 $this->values['__formpage_page__'] = $page;
607 $this->values['__year__'] = date('Y');
608 $this->values['__month__'] = date('m');
609 $this->values['__monthname__'] = date('B');
610 $this->values['__day__'] = date('d');
611 $this->values['__time__'] = date('H:i');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequestFilters.php32 public $values; variable in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
65 public function setValues($values) argument
67 $this->values = $values;
74 return $this->values;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php171 …if (isset($values['value']) && '&' === $values['value'][0] && self::preg_match('#^&(?P<ref>[^ ]+) …
177 … if (isset($values['value'][1]) && '?' === $values['value'][0] && ' ' === $values['value'][1]) {
182 …if (!isset($values['value']) || '' == trim($values['value'], ' ') || 0 === strpos(ltrim($values['v…
190 if (isset($values['leadspaces'])
194 $block = $values['value'];
210 … && (false === strpos($values['key'], ' #') || \in_array($values['key'][0], ['"', "'"]))
235 …('<<' === $key && (!isset($values['value']) || '&' !== $values['value'][0] || !self::preg_match('#…
238 if (isset($values['value'][0]) && '*' === $values['value'][0]) {
260 if (isset($values['value']) && '' !== $values['value']) {
296 …!== $key && isset($values['value']) && '&' === $values['value'][0] && self::preg_match('#^&(?P<ref…
[all …]
/plugin/statistics/inc/pchart/
H A DpData.php65 * @param $Value If this is an associative array the key values
67 * the data set, taking on auto-incremented ID values based on the
90 if(!isset($this->dataDescription->values)) {
91 $this->dataDescription->values[] = $SerieName;
94 foreach($this->dataDescription->values as $Value)
100 $this->dataDescription->values[] = $SerieName;
105 unset($this->dataDescription->values);
110 $this->dataDescription->values[] = $Key;
117 if(!isset($this->dataDescription->values))
120 foreach($this->dataDescription->values a
[all...]
/plugin/tagging/helper/
H A Dquerybuilder.php37 protected $values = []; variable in helper_plugin_tagging_querybuilder
55 * Returns SQL and query parameter values
65 return [$this->getSql(), $this->values];
71 * Returns SQL and query parameter values
80 return [$this->getSql(), $this->values];
181 $this->values[] = $this->limit;
199 $this->values[] = $this->pid;
207 $this->values[] = $pid;
214 $this->values[] = $this->tagger;
227 $this->values[]
[all...]
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php69 $values = [];
76 $values[$reader->localName] = $reader->parseCurrentElement()['value'];
79 $values[$clark] = $reader->parseCurrentElement()['value'];
88 return $values;
150 $values = [];
157 $values[] = $reader->localName;
159 $values[] = $reader->getClark();
165 return $values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1Partition.php38 public $values; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1Partition
85 public function setValues($values) argument
87 $this->values = $values;
94 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DRow.php37 public $values; variable in Google\\Service\\Area120Tables\\Row
84 public function setValues($values) argument
86 $this->values = $values;
93 return $this->values;
/plugin/bureaucracy-au/helper/
H A Daction.php50 $this->values['__lang__'] = $conf['lang'];
53 $this->values['__trans__'] = '';
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
73 $this->values[$label] = $field->getReplacementValue();
82 $this->values['__noinclude__'] = '';
/plugin/bureaucracyau/helper/
H A Daction.php50 $this->values['__lang__'] = $conf['lang'];
53 $this->values['__trans__'] = '';
59 $this->values['__trans__'] = $trans->getLangPart($ID);
60 $this->values['__lang__'] = $trans->realLC('');
73 $this->values[$label] = $field->getReplacementValue();
82 $this->values['__noinclude__'] = '';

12345678910>>...37