Home
last modified time | relevance | path

Searched +full:value +(+path:plugin +path:data) -(+path:plugin +path:data +path:lang) (Results 1 – 25 of 46) sorted by relevance

12

/plugin/data/
H A Dbureaucracy_field.php70 '@@VALUE@@',
108 $params['value'] = preg_split('/\s*,\s*/', $params['value'], -1, PREG_SPLIT_NO_EMPTY);
109 if (count($params['value']) === 0) {
110 $params['value'] = $params['args'][0];
122 $params['value'],
137 * Accepts and validates a posted value.
139 * @param string $value The passed value or array or null if none given
143 * @return bool Whether the passed value i
140 handle_post($value, & $fields, $index, $formid) global() argument
[all...]
H A Dhelper.php66 $value = $trans->getLangPart(getID());
67 if ($value) return $value;
107 * @param string $value
111 public function cleanData($value, $type)
113 $value = trim((string) $value);
114 if (!$value && $value !== '0') {
118 if (isset($type['enum']) && !preg_match('/(^|,\s*)' . preg_quote_cb($value)
101 _cleanData($value, $type) global() argument
182 _resolveData($value, $colname) global() argument
218 _formatData($column, $value, Doku_Renderer_xhtml $R) global() argument
665 replacePlaceholders($value) global() argument
[all...]
H A Dscript.js63 value: id
120 var term = extractLast(this.value);
127 // prevent value inserted on focus
131 var terms = split(this.value);
135 terms.push(ui.item.value);
138 this.value = terms.join(", ");
/plugin/data/helper/
H A Daliastextbox.php69 $content = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@ ' . $classes);
103 $params['value'] = preg_split('/\s*,\s*/', $params['value'], -1, PREG_SPLIT_NO_EMPTY);
104 if (count($params['value']) === 0) {
105 $params['value'] = $params['args'][0];
117 $params['value'],
132 * Accepts and validates a posted value.
134 * @param string $value The passed value or array or null if none given
138 * @return bool Whether the passed value i
136 handle_post($value, & $fields, $index, $formid) global() argument
[all...]
/plugin/data/syntax/
H A Dcloud.php94 //Note: value is already escaped
100 " " . $filter['compare'] . " " . $filter['value'] . $closecompare;
110 $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
111 " " . $filter['value'] . $closecompare;
117 $sql = "SELECT data.value AS value, COUNT(data.pid) AS cnt
121 GROUP BY data.value";
177 $tags[$row['value']]['cnt'] = $row['cnt'];
178 $tags[$row['value']]['value']
[all...]
H A Drelated.php33 * @return boolean rendered correctly? (however, returned value is not used at the moment)
87 $sql = "SELECT A.value
94 $values = array_column($rows, 'value');
99 " AND T1.value IN (" . $in . ") )\n";
122 $order = ', ' . $tables[$col] . '.value ' . $data['sort'][1];
133 // note: value is already escaped
140 . $filter['value'] . $closecompare;
145 . $filter['value'] . $closecompare;
154 $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
155 " " . $filter['value']
[all...]
H A Dtable.php246 * @return boolean rendered correctly? (however, returned value is not used at the moment)
343 * Before value in table cell
355 * After value in table cell
389 $comparator_value = '!~' . str_replace('%', '*', $filter['value']);
391 $comparator_value = '*~' . str_replace('%', '', $filter['value']);
395 $fltrs[] = $filter['key'] . $filter['compare'] . $filter['value'];
615 //note in multivalued case: adds pageid only to first value
616 $select[] = "pages.page || '|' || GROUP_CONCAT_DISTINCT(" . $tables[$key] . ".value,'\n')";
620 $select[] = 'GROUP_CONCAT_DISTINCT(" " || ' . $tables[$key] . ".value,'\n')";
646 $order = 'ORDER BY ' . $tables[$col] . '.value '
[all...]
H A Dentry.php276 "INSERT INTO DATA (pid, KEY, VALUE) VALUES (?, ?, ?)",
283 "INSERT INTO DATA (pid, KEY, VALUE) VALUES (?, ?, ?)",
345 $columns = ['title', 'value', 'comment'];
358 $columns = ['title', 'type', 'multi', 'value', 'comment'];
403 $fieldid . '[value][]',
422 $fieldid . '[value]',
464 $fieldid . '[value]',
466 $this->getLang('value')
507 $columns = ['title', 'value', 'comment'];
514 $columns = ['title', 'type', 'multi', 'value', 'commen
[all...]
H A Dlist.php29 * Before value in listitem
45 * After value in listitem
/plugin/data/Form/
H A DDropdownElement.php40 * @param array $value
43 public function val($value = null)
46 if ($value === null) {
55 $this->values = $this->setValuesInOptGroups((array)$value);
57 // unknown value set, select first option instead
68 * @param $value
71 public function attr($name, $value = null)
73 return InputElement::attr($name, $value);
100 * Set the value in the OptGroups, including the optgroup for the options without optgroup.
42 val($value = null) global() argument
70 attr($name, $value = null) global() argument
H A DOptGroup.php21 foreach ($values as $value) {
22 if (isset($this->options[$value])) {
23 $this->values[] = $value;
42 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
H A Dhelper.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js419 if (value != undefined) value = decodeURIComponent(value);
717 value = iterator(value, index);
728 value = iterator(value, index);
766 return {value: value, criteria: iterator(value, index)};
860 value.flatten() : [value]);
1004 pair.value = value;
1037 return pair.value === value;
1094 value = value.succ();
1931 (value < 0.00001) ? 0 : value;
2381 (value === '') ? '' : (value < 0.00001) ? 0 : value;
[all …]
H A Dcookie.js7 // Write a cookie value
8 function setCookie(name, value, expires, path, domain, secure) { argument
9 …var curCookie = name + '=' + escape(value) + ((expires) ? '; expires=' + expires.toGMTString() : '…
14 // Retrieve a named cookie value
18 // find beginning of cookie value in document.cookie
27 // find end of cookie value
31 // return cookie value
36 // Delete a named cookie value
38 var value = getCookie(name);
39 …if (value != null) document.cookie = name + '=' + ((path) ? '; path=' + path : '') + ((domain) ? '…
[all …]
H A Dpfcresource.js18 setLabel: function(key, value) argument
20 this.labels.set(key,value);
35 setFileUrl: function(key, value) argument
37 this.fileurl.set(key,value);
48 setSmiley: function(key, value) argument
50 this.smileys.set(key, value);
51 this.smileysreverse.set(value,key);
H A Dxajax.js80 sXml+=name+"="+encodeURIComponent(formElements[i].options[j].value)+"&";}
82 else{sXml+=name+"="+encodeURIComponent(formElements[i].value);}
89 continue;var key=i;var value=obj[i];if(value&&typeof(value)=="object"&&this.depth <=50){this.depth+…
90 …/]]>/g,']]]]><![CDATA[>');value=value.replace(/]]>/g,']]]]><![CDATA[>');sXml+="<e><k><![CDATA["+ke…
98 value='';else
99 value=this._nodeToObject(child.childNodes[k].firstChild);}
101 if(key!=null&&value!=null){data[key]=value;key=value=null;}
124value;var aArgs=this.callOptions.parameters;postData="xajax="+encodeURIComponent(sFunction);postDa…
125 value=this.objectToXML(value);postData+="&xajaxargs[]="+encodeURIComponent(value);}
151 else if(xml.childNodes[i].attributes[j].name=="t"){id=xml.childNodes[i].attributes[j].value;}
[all …]
H A Dpfcprompt.js50 this.prompt_field.value = '';
59 cancel.value = pfc.res.getLabel('Cancel');
67 submit.value = pfc.res.getLabel('OK');
124 this.prompt_field.value = def;
132 var val = this.prompt_field.value;
136 this.prompt_field.value = ''; // clear out the text field
137 // if the cancel button was pushed, force value to null.
H A Dpfcclient.js539 if (value)
567 if (value)
577 var wval = w.value;
610 w.value = '';
644 …var end = (w.value.indexOf(' ', selStart) >= 0) ? w.value.indexOf(' ', selStart) : w.va…
647 var non_nick_end = w.value.substring(end, w.value.length);
704 this.cmdhistory.push(w.value);
723 this.cmdhistory.push(w.value);
1218 w.value = w.value.substring(0, s) + smiley + w.value.substr(e);
1240 w.value += smiley;
[all …]
/plugin/data/db/
H A Dupdate0001.sql6 value
1 CREATE TABLE data (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); global() field
/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
H A Dmap_areas.json3 "value": 4447100 number
6 "value": 626932 number
9 "value": 5130632 number
12 "value": 2673400 number
15 "value": 33871648 number
18 "value": 4301261 number
21 "value": 3405565 number
24 "value": 783600 number
30 "value": 8186453 number
33 "value": 1211537 number
[all …]
H A Dmap.json5 "value": 4447100 number
8 "value": 626932 number
11 "value": 5130632 number
14 "value": 2673400 number
17 "value": 33871648 number
20 "value": 4301261 number
23 "value": 3405565 number
26 "value": 783600 number
32 "value": 8186453 number
35 "value": 1211537 number
[all …]
/plugin/webcomponent/_test/data/pages/
H A Drelated.txt19 * The max numbers of backlinks can be set. Default value: ''10''
20 …so be set if you come for instance from the ''backlinks'' plugin. Default value: ''%%{{backlinks>.…
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt13 We define a stylesheet to show that the value of ''element.style.fontSize'' is not defined in this …
31 ==== Output the value of element.style.fontSize for each element ====

12