Home
last modified time | relevance | path

Searched refs:values (Results 251 – 275 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php33 $values = $INPUT->arr('values');
34 if (count($keys) !== count($values)) {
41 $lines = array_combine($keys, $values);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dmax.rst7 ``max`` returns the biggest value of a sequence or a set of values:
14 When called with a mapping, max ignores keys and only compares values:
H A Dmin.rst7 ``min`` returns the lowest value of a sequence or a set of values:
14 When called with a mapping, min ignores keys and only compares values:
H A Dcycle.rst4 The ``cycle`` function cycles on an array of values:
15 The array can contain any number of values:
/plugin/structstatus/
H A DStatus.php89 public function renderMultiValue($values, \Doku_Renderer $R, $mode) { argument
90 foreach($values as $value) {
160 $values = $search->execute();
164 foreach($values as $status) {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php51 public const DOMAIN_VALUES_ATTRIBUTE = "domain-values";
78 private array $values = []; variable in ComboStrap\\Meta\\Form\\FormMetaField
106 * and the type to be able to control the values
398 $this->values[] = $value;
443 switch (sizeof($this->values)) {
447 $value = $this->values[0];
449 return $this->values[0];
453 return $this->values;
515 $this->values = [];
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php33 public function getNode(array $values, $line) argument
37 foreach ($values as $value) {
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php38 * @param string[] $values
41 function enum(Writer $writer, array $values) { argument
43 foreach ($values as $value) {
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php38 * @param string[] $values
41 function enum(Writer $writer, array $values) { argument
43 foreach ($values as $value) {
/plugin/struct/types/
H A DColor.php49 public function renderMultiValue($values, \Doku_Renderer $R, $mode) argument
52 foreach ($values as $value) {
56 $R->cdata(implode(', ', $values));
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.haskell.js5 …"??","#","<-","@","!","::","_","~",">",";","{","}"];var values=["True","False"];brush.push(values,…
H A Djquery.syntax.brush.protobuf.js6 var values=["true","false"];brush.push(values,{klass:'constant'});var types=["bool","bytes","double…
H A Djquery.syntax.brush.pascal.js5 …shr","not","=",">=",">","<>","<=","<","in",":="];var values=["true","false","nil"];brush.push(valu…
H A Djquery.syntax.brush.lua.js5 …..","=","==","~=","<",">","<=",">=","?",":"];var values=["self","true","false","nil"];brush.push(v…
H A Djquery.syntax.brush.javascript.js5 …"*","/","-","&","|","~","!","%","<","=",">"];var values=["this","true","false","null"];brush.push(
/plugin/authgooglesheets/
H A Dhelper.php77 $values = $this->getSheet();
79 $header = array_shift($values);
82 foreach ($values as $key => $row) {
308 $values = $response->getValues();
310 return $values;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCss.js33 …var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below …
58 { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCss.js49 …var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below …
74 { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowTricky.txt
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19values:{},VALUES:q},n=this.SVGgetAlign(h,{}),j=this.SVGgetShift(h,{},n),i=[],k={index:[],penalty:e… property in AnonymousFunction84890cf10200.h
/plugin/data-au/helper/
H A Daliastextbox.php60 $values = preg_split('/\s*,\s*/', $datatype['enum']);
61 if(!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
62 $this->opt['args'] = $values;
/plugin/strata/syntax/
H A Dlist.php95 $values = $f['aggregate']->aggregate($row[$f['variable']], $f['aggregateHint']);
96 if(!count($values)) continue;
99 $this->util->renderField($mode, $R, $this->triples, $values, $f['typeName'], $f['hint'], $f['type'], $f['variable']);
/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/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/pirate/
H A Drenderer.php36 $values = array_values($patterns);
39 $content = preg_replace($keys,$values,$content);

1...<<11121314151617181920>>...37