Home
last modified time | relevance | path

Searched refs:values (Results 376 – 400 of 925) sorted by relevance

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

/plugin/selfmeasurement/
H A Ddescription.txt32 Adds a complet blood pressure self-measurement form. Allow user to enter his blood pressure values,…
34 …nt to the configurated email. The report contains all the blood pressure values, all the averages …
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php201 foreach ($propertiesData as $propertyName => $values) {
202 $propertyElement = new Property($propertyName, $values);
/plugin/revealjs/
H A DREADME.md73 Available themes are the Reveal.js themes. Possible values:
94 Show the reveal.js controls. Two values
104 Show the reveal.js progress bar. Two values
114 Whether to build up all lists point by point. Two values
227 Please note that boolean values must be numeric (1 or 0). If you want to be able to change the opti…
272 …ample: `10%` or `250px` (it is generally recommended to use only percent values - they are scaling…
273values in px or % - examples: `top left`, `bottom center`, `3%,5%`, `20px,5%` (the comma is needed…
/plugin/data-au/syntax/
H A Dtable.php742 $values = array();
760 array_push($values, $value);
778 array_push($values, trim($value));
787 array_push($values, trim($value));
789 return $values;
/plugin/data/syntax/
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/codehighlight/cp/languages/
H A Dhtml.css7 s, s b {color:#7777e4;} /* attribute values */
H A Dxsl.css8 s, s b {color:#7777e4;} /* attribute values */
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php617 public $values; variable in Google_Property
624 public function setValues(/* array(Google_Value) */ $values) { argument
625 $this->assertIsArray($values, 'Google_Value', __METHOD__);
626 $this->values = $values;
629 return $this->values;
/plugin/odt/ODT/
H A DODTUtility.php298 $values = preg_split ('/\s+/', $value);
300 foreach ($values as $part) {
424 $values = explode(',', $value);
425 $value = trim ($values [0], '"');
430 $values = preg_split ('/\s+/', $value);
432 foreach ($values as $part) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js277 if (!isArrayLike(obj)) obj = _.values(obj);
313 obj = isArrayLike(obj) ? obj : _.values(obj);
369 if (!isArrayLike(obj)) obj = _.values(obj);
448 return _.values(obj);
615 _.object = function(list, values) { argument
618 if (values) {
619 result[list[i]] = values[i];
986 _.values = function(obj) { function
989 var values = Array(length);
991 values[i] = obj[keys[i]];
[all …]
/plugin/advanced/lang/en/config/
H A Dmain.txt5 …the ''conf/dokuwiki.php'' file. However this file contains the "default" values of the system. To …
/plugin/semanticdata/syntax/
H A Dentry.php255 $values = preg_split('/\s*,\s*/', $vals['enum']);
256 if (!$vals['multi']) array_unshift($values, '');
257 $content = form_makeListboxField($fieldid . '[value][]', $values,
H A Dtable.php203 $values = explode(",",$row[$cval]);
204 sort($values);
206 $data['cols'][$clist[$num]],implode(",",$values),$R);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php231 $values[] = $entry;
233 foreach($values as $value)
248 $value = trim(array_shift($values));
H A DREADME16 Entries may be enclosed by {...} or (...). Fields values may be enclosed by "...", {...} or withou…
21 $parse->expandMacro = FALSE/TRUE to expand macros within BibTeX entries ('#' and @string values).
64 If $parse->removeDelimit == TRUE (default), all double-quotes or braces that enclose field values o…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst133 By default, a loop iterates over the values of the sequence. You can iterate
148 You can also access both keys and values:
162 You might want to iterate over a subset of values. This can be achieved using
/plugin/data-au/lang/en/
H A Dadmin_intro.txt5 …ype of the plugin, but all dataau will be prefixed or postfixed with the values you provided for t…
/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/schedule/
H A Dschedules.class.php245 foreach ($filters as $name => $values) {
247 foreach (explode (',', $values) as $value) {
993 foreach ($dayEvents as $pageIdAt => $values) {
995 sort ($values['logo']);
996 foreach ($values['logo'] as $logoId)
998 if ($values['at'])
999 $line .= $values['at']. ' ';
1000 $line .= $values['what'];
1001 if ($values['where'])
1003 $line .= ' : '.$values['title'];
[all …]
/plugin/pdb/classes/
H A Dcache.php167 $values = array_values($ar);
169 $sz = count($values);
/plugin/cache/
H A Dplugin_cache.php174 $values = array_values($ar);
176 $sz = count($values);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php46 $this->values['__tablehtml__'] = $table_html;
47 $this->values['__tabletext__'] = $table_text;
/plugin/pubchem/classes/
H A Dcache.php167 $values = array_values($ar);
169 $sz = count($values);
/plugin/bureaucracyau/helper/
H A Dactionmail.php46 $this->values['__tablehtml__'] = $table_html;
47 $this->values['__tabletext__'] = $table_text;
/plugin/pubmed/classes/
H A Dcache.php167 $values = array_values($ar);
169 $sz = count($values);

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