Home
last modified time | relevance | path

Searched refs:values (Results 176 – 200 of 925) sorted by relevance

12345678910>>...37

/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php297 * @param string|string[] $values
301 function getHeaderValues($values, $values2 = null) { argument
303 $values = (array)$values;
305 $values = array_merge($values, (array)$values2);
307 foreach ($values as $l1) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php111 * Returns a range of values for the given cron expression
120 $values = array();
137 $values[] = $i;
139 sort($values);
142 $values = array($expression);
145 return $values;
/plugin/strata/aggregates/
H A Dsum.php13 function aggregate($values, $hint = null) { argument
15 return array_reduce($values, function(&$state, $item) {
24 return array(array_sum($values));
30 'desc'=>'Sums up all items. Any item that does not have a clear numeric value (i.e. starts with a number) is counted as 0. If the \'strict\' hint is used, values that are not strictly numeric (i.e. contains only a number) are left intact.',
31 'hint'=>'\'strict\' to leave non-numeric values',
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php40 $values = $this->parser->getExpressionParser()->parseMultitargetExpression();
44 if (\count($names) !== \count($values)) {
56 $values = $this->parser->subparse([$this, 'decideBlockEnd'], true);
60 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCollectdPayload.php153 public function setValues($values) argument
155 $this->values = $values;
162 return $this->values;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_pre_escape_filters.test16 3. Don't escape safe values
20 4. Don't escape safe values
24 5. Re-escape values that are escaped for an other contexts
49 3. Don't escape safe values
54 4. Don't escape safe values
59 5. Re-escape values that are escaped for an other contexts
/plugin/siteexport/
H A Dhelper.php103 $sites = $values = array();
115 if ( !in_array($entry[0], array_column($values, 0)) ) {
116 array_push($values, $entry);
125 …$values = array_filter($values, array(new helper_plugin_siteexport_page_remove($sortIdentifier), '…
128 usort($values, array($this, '_page_sort'));
130 return $values;
135 $values = $this->__getOrderedListOfPagesForID($ID);
138 …$values = array_filter($values, array(new helper_plugin_siteexport_page_remove(intval($start), int…
140 usort($values, array($this, '_page_sort'));
141 return $values;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DExclusionPolicy.php23 public function __construct(array $values) argument
25 if (!\is_string($values['value'])) {
29 $this->policy = strtoupper($values['value']);
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php72 * will be an array containing the resolution values of each of the items in
143 * will be an array of length `$howMany` containing the resolution values of the
187 $values = [];
191 $fulfiller = function ($val) use ($i, &$values, &$toResolve, $toReject, $resolve) {
196 $values[$i] = $val;
199 $resolve($values);
226 * promises and/or values, and `$mapFunc` may return either a value or a promise.
249 $values = [];
253 $values[$i] = null;
258 function ($mapped) use ($i, &$values,
[all...]
/plugin/settingstree/
H A Dhelper.php215 if (!$c || !($values = $c->get("plugin_settringstree_settingsvalues_{$pluginname}"))){
216 $values = json_decode(@file_get_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json"),true);
218 if (!is_array($values)){ $values = array(); }
219 …this->_settingsHierarchy[$pluginname] = new settingshierarchy($pluginname,$meta,$defaults,$values);
225 $values = $set->getValueTree();
226 …if ($ret = file_put_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json",json_encode($values)) !== fal…
229 $c->set("plugin_settringstree_settingsvalues_{$pluginname}",$values,$TTL);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php186 $values = [];
197 $values[$dbField] = $value;
202 $values['uri'] = $path;
205 $stmt->execute($values);
246 $values = [];
259 if (count($values) > 0) $query .= (strcmp($test, "anyof") == 0 ? " OR " : " AND ");
261 $values[] = '%' . $value . '%';
265 $stmt->execute($values);
/plugin/database/
H A Ddatabase.php867 if (is_array($values)) {
869 foreach($values as $value) {
1327 $this->list[$rec->values[1]] = $rec->values[2];
1351 var $values; variable in Record
1367 $this->values = $p_values;
1702 … if (is_array($values)) $this->output($column->display_for_change($values[$counter],'create'));
1758 if (is_array($values))
2289 $values[$counter] = $column->toDatabase($values[$counter]);
2292 $display->debug_output ( "val=".$values[1]." and ".$values[2]);
2296 $tab->create($values);
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php319 * @param array $values
321 public function testSimpleValuesAddedToItemViaShortcutAccumulate($valueType, array $values) argument
325 foreach ($values as $usergroup => $value) {
329 $this->assertEquals($values, $item->{'get' . $valueType}()->getValues());
334 $values = [
343 }, $values);
347 foreach ($values as $usergroup => $value) {
/plugin/bez/meta/
H A DTpl.php16 //form values from $_POST or from database
17 private $values = array(); variable in dokuwiki\\plugin\\bez\\meta\\Tpl
98 public function set_values($values) { argument
99 foreach ($values as $name => $value) {
100 $this->values[$name] = $value;
105 return (isset($this->values[$name]) ? $this->values[$name] : '');
/plugin/strata/syntax/
H A Dentry.php105 list(, $property, $ptype, $multi, $values) = $parts;
116 // determine values, splitting on commas if necessary
117 $values = ($multi == '*') ? explode(',',$values) : array($values);
119 // generate triples from the values
120 foreach($values as $v) {
136 // - Normalize all values
288 $values = $data['data'][$this->util->getIsaKey()];
290 for($i=0;$i<count($values);
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php49 $values = [];
55 $values[$name] = $reader->parseCurrentElement()['value'];
63 return $values;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php48 $values = [];
56 $values[$name] = $reader->parseCurrentElement()['value'];
66 return $values;
/plugin/bureaucracy/helper/
H A Dactiontemplate.php33 $this->values = array();
44 'values' => &$this->values,
268 $this->values['__nsbase__'] = noNS(getNS($pageName));
272 'values' => &$this->values,
400 $this->values[$label] = '';
422 $this->values[$label] = $res;
453 $values = array();
457 $values[$key] = $this->values[$key];
460 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php30 $this->values = array();
224 $this->values['__nsbase__'] = noNS(getNS($pageName));
228 'values' => &$this->values,
354 $this->values[$label] = '';
376 $this->values[$label] = $res;
404 $values = array();
408 $values[$key] = $this->values[$key];
411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php30 $this->values = array();
224 $this->values['__nsbase__'] = noNS(getNS($pageName));
228 'values' => &$this->values,
354 $this->values[$label] = '';
376 $this->values[$label] = $res;
404 $values = array();
408 $values[$key] = $this->values[$key];
411 $this->targetpages[$targetpageid] = preg_replace($patterns, $values, $data['tpl']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPivotTable.php161 public function setValues($values) argument
163 $this->values = $values;
170 return $this->values;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php90 * @param array $values
92 function __construct(array $values) { argument
104 if (!isset($values[$item])) {
109 foreach ($values as $key => $value) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php156 $values = [];
159 $values[] = $key;
163 return $values;
171 $values = [];
174 $values[] = $value;
178 return $values;
/plugin/authowncloud/
H A Dauth.php185 $values = array();
191 array_push($values, $tmp);
194 array_push($values, $tmp);
197 array_push($values, $tmp);
201 array_push($values, $tmp);
207 array_push($values, 'email');
221 $result = $db->execute($values);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php120 public function setValues(array $values) argument
122 $this->asset->setValues($values);
167 if ($values = $asset->getValues()) {
168 asort($values);
169 $cacheKey .= serialize($values);

12345678910>>...37