Home
last modified time | relevance | path

Searched refs:values (Results 76 – 100 of 925) sorted by last modified time

12345678910>>...37

/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md66 non-evaluating your values.
108 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
145 * Omitted mapping values will be parsed as `null`.
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/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php18 * This class is able to represent sets containing any combination of values in
511 $values = [];
517 $values[] = $value;
521 return $values;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js32 if(valueArr){for(i=0;i<valueArr.length;i++){item=valueArr[i].split(':')[0];value=valueArr[i].split(':')[1];switch(item){case'debug':debug=value=="true";break;case'detectFirebug':detectFirebug=value=="true";break;case'hideDOMFunctions':hideDOMFunctions=value=="true";break;case'override':override=value=="true";break;case'showIconWhenHidden':showIconWhenHidden=value=="true";break;case'openInPopup':openInPopup=value=="true";break;case'textNodeChars':textNodeChars=isFinite(value)?parseInt(value,10):0;break;case'popupTop':popupTop=parseInt(value,10);break;case'popupLeft':popupLeft=parseInt(value,10);break;case'popupWidth':popupWidth=parseInt(value,10);break;case'popupHeight':popupHeight=parseInt(value,10);break;case'height':height=parseInt(value,10);break;}}}}}},writeCookie:function(){var values;with(firebug.env){values='debug:'+debug+',';values+='detectFirebug:'+detectFirebug+',';values+='hideDOMFunctions:'+hideDOMFunctions+',';values+='override:'+override+',';values+='showIconWhenHidden:'+showIconWhenHidden+',';values+='openInPopup:'+openInPopup+',';values+='textNodeChars:'+textNodeChars+',';if(firebug.internal.isPopup){if(window.outerWidth===undefined){values+='popupTop:'+(window.screenTop-56)+',';values variable
[all...]
H A Dfirebug-lite-1.2.js44 * initialize the console - user defined values are not available within this method because FBLite is not yet initialized
563 var values; variable
566 values='debug:'+debug+',';
567 values+='detectFirebug:'+detectFirebug+',';
568 values+='hideDOMFunctions:'+hideDOMFunctions+',';
569 values+='override:'+override+',';
570 values+='showIconWhenHidden:'+showIconWhenHidden+',';
571 values+='openInPopup:'+openInPopup+',';
572 values+='textNodeChars:'+textNodeChars+',';
576 values
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md16 that people with different social values and communication styles can work
H A DREADME.md67 Handlebars HTML-escapes values returned by a {{expression}}.
203 Handlebars expressions are the basic unit of a Handlebars template. You can use them alone in a {{mustache}}, pass them to a Handlebars helper, or use them as values in hash arguments.
253 Handlebars HTML-escapes values returned by a {{expression}}. If you don't want Handlebars to escape a value, use the "triple-stash", {{{ }}}
278 This part will be shown if isActive and isValid are both "falsy" values
460 This part will be shown if isActive and isValid are both "falsy" values
729 values specified in the data.
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php13 public static function hash(...$values) : int argument
15 return self::hashArray($values);
19 * @param array<mixed> $values
21 private static function hashArray(array $values) : int argument
24 foreach ($values as $value) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php98 * @param iterable<Hashable> $values
100 public function addAll(iterable $values) : void argument
102 foreach ($values as $value) {
187 $values = [];
190 $values[] = $value;
194 return $values;
/plugin/data/Form/
H A DDropdownElement.php14 /** @var string[] the currently set values */ variable in dokuwiki\\plugin\\data\\Form\\DropdownElement
15 protected $values = [];
48 return $this->values;
50 return $this->values[0];
55 $this->values = $this->setValuesInOptGroups((array)$value);
56 if (!$this->values) {
58 $this->values = $this->setValuesInOptGroups((array)$this->getFirstOptionKey());
102 * @param string[] $values The values to be set
103 * @return string[] The values actuall
104 setValuesInOptGroups($values) global() argument
[all...]
H A DOptGroup.php7 protected $values = []; variable in dokuwiki\\plugin\\data\\Form\\OptGroup
10 * Store the given values so they can be used during rendering
14 * @param string[] $values the values to set
15 * @return string[] the values that have been set (options exist)
18 public function storeValues($values) argument
20 $this->values = [];
21 foreach ($values as $value) {
23 $this->values[] = $value;
27 return $this->values;
[all...]
/plugin/data/
H A Dbureaucracy_field.php61 $values = preg_split('/\s*,\s*/', $datatype['enum']);
62 if (!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
63 $this->opt['args'] = $values;
/plugin/data/syntax/
H A Dentry.php398 $values = preg_split('/\s*,\s*/', $vals['enum']);
400 array_unshift($values, '');
404 $values,
554 $values = preg_split('/\s*,\s*/', $vals['enum']);
556 array_unshift($values, '');
561 $values,
H A Drelated.php86 // get values for current page:
93 if (!$rows) continue; // no values? ignore the column.
94 $values = array_column($rows, 'value');
97 $in = implode(',', array_map([$sqlite->getPdo(), 'quote'], $values));
H A Dtable.php756 * Split values at the commas,
765 $values = [];
783 $values[] = $value;
800 $values[] = trim($value);
809 $values[] = trim($value);
811 return $values;
/plugin/data/helper/
H A Daliastextbox.php62 $values = preg_split('/\s*,\s*/', $datatype['enum']);
63 if (!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
64 $this->opt['args'] = $values;
/plugin/data/lang/en/
H A Dadmin_intro.txt5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194 …nts",(t=i)&&"function"==typeof t.$instanceOf&&t.$instanceOf(n)&&(!i.values||!i.values.length))retu…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md199 * `FIX`: make event listeners return values ([#568](https://github.com/bpmn-io/dmn-js/issues/568))
369 * `FEAT(decision-table)`: only allow standardized hit policy values
540 * `FIX`: improve css by converting HEX to RGBA values
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css2 --allowed-values-placeholder-color: var(--color-grey-225-10-75);
34 .dmn-decision-table-container .allowed-values-edit .dms-form-control {
39 .dmn-decision-table-container .allowed-values-edit .values {
44 .dmn-decision-table-container .allowed-values-edit .placeholder {
45 color: var(--allowed-values-placeholder-color);
144 .dmn-decision-table-container .context-menu .context-menu-container.allowed-values-edit {
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21 …ExtensionElements=function(){return this.create("dmn:ExtensionElements",{values:[]})},Hn(Gp,Kd),Gp…
/plugin/upgrade/HTTP/
H A DHeaders.php13 * Expects an associative array with individual policies and their values
19 foreach ($policy as $key => $values) {
21 if (!is_array($values)) $values = explode("\n", $values);
22 $values = array_map('trim', $values);
23 $values = array_unique($values);
24 $values
[all...]
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock750 "description": "Provides the functionality to compare PHP values for equality",
/plugin/statistics/inc/pchart/
H A DDataDescription.php120 public $values = array(); variable in DataDescription
H A DPieChart.php150 if(empty($DataDescription->values)) {
151 throw new Exception("No values available in data description in drawBasicPieGraph()");
165 foreach($DataDescription->values as $Key2 => $ColName) {
210 /* Set array values type to float --- PHP Bug with
371 foreach($DataDescription->values as $ColName) {
469 foreach($data->getDataDescription()->values as $ColName) {

12345678910>>...37