Searched refs:newval (Results 1 – 6 of 6) sorted by relevance
| /plugin/metaeditor/ |
| D | action.php | 84 function createMetaArrayForPage($pageid, $key, $newval) argument 93 $m[$newval] = array(); 95 return array(true, "Successfully saved: $newval"); 97 return array(false, "Error saving value: $newval"); 100 function createMetaValueForPage($pageid, $key, $newkey, $newval) argument 109 $m[$newkey] = $newval; 111 return array(true, "Successfully saved: $newval"); 113 return array(false, "Error saving value: $newval"); 116 function setMetaValueForPage($pageid, $key, $oldval, $newval) argument 125 $m = $newval; [all …]
|
| D | script.js | 27 newval : newVal property 116 newval: null property 150 newval: null property 280 jqModalManager.data.opts.newval = jQuery("#metaeditor__createValue").val(); 284 … jqModalManager.data.opts.newval = jQuery("#metaeditor__createInput").val();
|
| /plugin/datepicker/script/jscalendar-1.0/ |
| D | calendar.js | 423 var newval = range[i]; 424 el.innerHTML = newval; 698 var newval = range[i]; 699 el.innerHTML = newval;
|
| /plugin/processing/ |
| D | script.js | 3176 setValue: function(newval) { argument 3177 this.value = newval;
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …newval","prettyPrintCommitHistory","commitArr","recordMap","newCommit","nextCommit","branchNum","g…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …rr, key, newval) {\n var index = arr.indexOf(key);\n\n if (index === -1) {\n arr.push(newval)…
|