Home
last modified time | relevance | path

Searched refs:values (Results 26 – 50 of 925) sorted by last modified time

12345678910>>...37

/plugin/sqlite/
H A DSQLiteDB.php249 $values = array_values($data);
263 $stm = $this->query($sql, $values);
393 $values = implode(',', array_map(function ($value) {
397 fwrite($fp, "INSERT INTO '{$table['name']}' VALUES ({$values});\n");
/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/structprogress/types/
H A DProgress.php81 public function renderMultiValue($values, \Doku_Renderer $R, $mode) argument
85 foreach ($values as $value) {
90 $R->cdata(join(', ', $values));
/plugin/templater/
H A DCHANGELOG.md62 * Allowing multiple instances of a template and default values (default default = '').
/plugin/mikioplugin/syntax/
H A Dcore.php36 private $values = array();
151 $this->values = $options_clean;
162 return array($state, $this->values);
490 * @param $list style list as key => value. Empty values are not included
501 // Define the possible values for each property
507 // Initialize the variables to hold the property values
754 * Create array with passed elements and include them if their values are not empty
33 private $values = array(); global() variable in syntax_plugin_mikioplugin_core
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1726 "description": "Provides the functionality to compare PHP values for equality",
/plugin/bez/mdl/
H A DTask.php443 $values = array_merge($participant, array_fill_keys($flags, 1));
444 $this->model->sqlite->storeEntry('task_participant', $values);
H A DThread.php298 $values = array_merge($participant, array_fill_keys($flags, 1));
300 $this->model->sqlite->storeEntry('thread_participant', $values);
/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/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/confmanager/configTypes/
H A DConfigManagerTwoLine.php84 $values = $INPUT->arr('values');
88 if (count($keys) !== count($values) || count($newKey) !== count($newValue)) {
95 $lines = array_combine($keys, $values);
H A DConfigManagerTwoLineConfigCascade.php33 $values = $INPUT->arr('values');
34 if (count($keys) !== count($values)) {
41 $lines = array_combine($keys, $values);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js243 var values = row.values;
3154 var values = [];
3162 return values;
4699 rDst.values = rSrc.values;
4723 rDst.values = rSrc.values;
20303 values: [],
42709 values: function values(O) {
56417 length = values ? values.length : 0;
58991 length = values == null ? 0 : values.length;
61048 length = values ? values.length : 0;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4521 var values = new Array(len);
4538 values[i] = outValue;
4541 handlers.resolve(promise, values);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2571 /* nomenclature from RFC1951 refers to bit values; these are offset by the implicit constant */
3699 /* note: xsd:boolean valid values: true / 1 / false / 0 */
4645 /* TODO: error checking, NaN and Infinity values are not valid Xnum */
7071 /* [MS-XLS] 2.5.20 2.5.249 TODO: interpret values here */
7926 /* TODO: cache the values instead of encoding twice */
13445 /* TODO: Properly handle missing values -- this should be using get_ixti_raw primarily */
/plugin/xlsx2dw/
H A Dscript.js222 let colorsJSON = Object.values(themesJSON
/plugin/imapmarkers/
H A DREADME.md73 …e 3 integer values (circle), 4 integer values (rectangle) or 6 or more integer values (polygon). I…
/plugin/bureaucracy/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__'] = '';
H A Dactionmail.php37 'values' => &$this->values
52 $this->values['__tablehtml__'] = $table_html;
53 $this->values['__tabletext__'] = $table_text;
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/
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/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php514 $values = $styleinfo[2];
516 // Array-properties and Array-values must have the SAME SIZE!
522 if ((strtoupper($properties[$i]) === 'BACKGROUND-IMAGE' || strtoupper($properties[$i]) === 'BACKGROUND') && false !== stripos($values[$i], '-webkit-gradient')) {
526 $values[$i] = str_replace($tempmarker, ';', $values[$i]); // mPDF 5.7.4 URLs
527 $classproperties[strtoupper($properties[$i])] = trim($values[$i]);
1255 // Ignore rule parts after first 4 values (most likely !important)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php53 * @param PdfType[] $values
56 public static function create(array $values = []) argument
59 $v->value = $values;
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md269 - font-variant - as above, and except for: east-asian-variant-values, east-asian-width-values, ruby
273 - hebrew, khmer, cambodian, lao, and cjk-decimal recognised as values for "list-style-type" in numbered lists and page numbering.
344 Note: all attribute names and values are case-sensitive
712 Note - Some characters in Pashto/Sindhi/Urdu/Kurdish do not have Unicode values for the final/initial/medial forms of the characters.
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md95 method have more logical correct default values now. Passing `0` as width or height will

12345678910>>...37