Home
last modified time | relevance | path

Searched refs:value (Results 651 – 675 of 4040) sorted by path

1...<<21222324252627282930>>...162

/plugin/autotranslation/
H A Daction.php386 foreach( $_GET as $key => $value ) {
388 $more[$key] = $value;
/plugin/autotweet/
H A DOAuth.php315 $this->parameters[$name][] = $value;
317 $this->parameters[$name] = $value;
777 foreach( $headers AS $key => $value ) {
783 $out[$key] = $value;
794 foreach ($_SERVER as $key => $value) {
804 $out[$key] = $value;
856 foreach ($params as $parameter => $value) {
857 if (is_array($value)) {
860 natsort($value);
861 foreach ($value as $duplicate_value) {
[all …]
H A Dtwitteroauth.php240 $value = trim(substr($header, $i + 2));
241 $this->http_header[$key] = $value;
/plugin/autotweet/syntax/
H A Dautotweet.php69 list($key, $value) = explode('=', $pair, 2);
70 $data[trim($key)] = trim($value);
/plugin/badbehaviour/bad-behavior/
H A Dpost.inc.php25 foreach ($request_entity as $key => $value) {
/plugin/bahnde/
H A Dscript.js6 …boardType=dep&productsFilter=0&distance=0&start=click&input=" + document.getElementById("S").value;
7 … = "Klicken, um den aktuellen Fahrplan von " + document.getElementById("S").value + " anzuzeigen.";
12 var s_val = document.getElementById("S").value;
13 var z_val = document.getElementById("Z").value;
14 document.getElementById("S").value = z_val;
15 document.getElementById("Z").value = s_val;
/plugin/barcodes/
H A DCHANGELOG.md16 * Fixed code value
H A DREADME.md20 <barcode type="QRCODE" value="https://dokuwiki.org" />
25 <barcode type="DATAMATRIX" value="https://dokuwiki.org" />
35value` | required | required | required | Value to be represente…
H A Dcomposer.lock877 "description": "Collection of value objects that represent the PHP code units",
1676 … "description": "Collection of value objects that represent the types of the PHP type system",
H A Dsyntax.php61 $attributes->value = strval($barcode->attributes()['value']);
/plugin/barcodes/lib/
H A DBarcodesWrapper.php72 $this->factory->setCode($this->attributes->value);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php26 public function __set($name, $value) argument
31 $this->$setter($value);
48 if ($value === null) return;
68 public function setCode($value) argument
79 public function setType($value) argument
90 public function setFile($value) argument
101 public function setScale($value) argument
112 public function setHeight($value) argument
125 $value = abs($value);
126 if ($value != 0 && $value%90 != 0) return $this;
[all …]
H A DDatamatrixFactory.php25 public function __set($name, $value) argument
30 $this->$setter($value);
47 if ($value === null) return;
49 $this->_attributes[$name] = $value;
67 public function setCode($value) argument
69 $this->setAttribute('code', $value);
78 public function setFile($value) argument
80 $this->setAttribute('file', $value);
89 public function setSize($value) argument
100 public function setMargin($value) argument
[all …]
H A DPDF417Factory.php25 public function __set($name, $value) argument
30 $this->$setter($value);
47 if ($value === null) return;
49 $this->_attributes[$name] = $value;
67 public function setCode($value) argument
69 $this->setAttribute('code', $value);
78 public function setFile($value) argument
80 $this->setAttribute('file', $value);
89 public function setSize($value) argument
100 public function setMargin($value) argument
[all …]
H A DQRcode.php751 * @return value at specified position
1718 * @return value
H A DQRcodeFactory.php27 public function __set($name, $value) argument
32 $this->$setter($value);
49 if ($value === null) return;
51 $this->_attributes[$name] = $value;
69 public function setCode($value) argument
80 public function setEmblem($value) argument
104 public function setLevel($value) argument
117 public function setFile($value) argument
128 public function setSize($value) argument
139 public function setMargin($value) argument
[all …]
/plugin/batchedit/
H A Dinterface.js41 function updateConfig(id, value) { argument
45 config[id] = value;
130 updatePlaceholders(this.value, $advancedRegexp.prop('checked'));
131 updateConfig('searchmode', this.value);
238 updateConfig('ctxchars', this.value);
242 updateConfig('ctxlines', this.value);
255 updateConfig('searchmax', this.value);
268 updateConfig('markpolicy', this.value);
H A Dinterface.php108 foreach ($config->getConfig() as $id => $value) {
109 if (!empty($value) || $value === 0) {
110 $_REQUEST[$id] = $value;
128 print('<input type="hidden" name="session" value="' . $sessionId . '" />');
231 print('<input type="hidden" name="apply" value="" />');
526 print('<option value="' . $i . '"' . $selected . '>' . $this->getLang('lbl_keepmarks' . $i) . '</option>');
549 $html .= ' value="' . htmlspecialchars($_REQUEST[$name]) . '"';
590 $value = $_REQUEST[$name];
594 if (preg_match("/^(\r?\n)/", $value,
[all...]
H A Djs.cookie.js40 function api (key, value, attributes) { argument
63 result = JSON.stringify(value);
65 value = result;
70 value = encodeURIComponent(String(value))
73 value = converter.write(value, key);
92 return (document.cookie = key + '=' + value + stringifiedAttributes);
/plugin/bbcode/
H A Dsize.php82 private function _relsz ($value) { argument
83 switch ($value) {
/plugin/behave/
H A Dbehave.js119 textVal = theEditor.value,
149 ta.value = "\n";
151 if(ta.value.length==2){
258 return defaults.textarea.value.replace(/\r/g,'');
261 defaults.textarea.value = data;
531 defaults.textarea.value = edited;
/plugin/bez/action/
H A Dbase.php85 //don't create id with empty value
99 //make an $elms key->value pair
103 $value = isset($elms[$i+1]) ? $elms[$i+1] : '';
104 $params[$key] = $value;
H A Ddefault.php26 private function add_notification($value, $header=NULL) { argument
32 $notifs[] = array('value' => $value, 'header' => $header);
46 private function add_error($value, $header=NULL) { argument
47 $this->errors[] = array('value' => $value, 'header' => $header);
272 echo $error['value'];
274 echo '<strong>'.$error['header'].'</strong>: '.$error['value'];
282 echo $note['value'];
284 echo $note['header'].': <strong>'.$note['value']
[all...]
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js73 return input.value && jq(input).datepicker('getDate');
98 option: function(key, value) argument
103 } else if (typeof key == 'string' && typeof value != 'undefined') {
104 this.settings[key] = value;
127 if (this.startDateInput && this.startDateInput.value && this.endDateInput && this.endDateInput.value) {
134 if (this.startTimeInput && this.startTimeInput.value && this.endTimeInput && this.endTimeInput.value) {
175 if (e.target.value != '') {
183 if (e.target.value !
[all...]
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput.value){var a=this.settings.parseDate(this.startDateInput),b=this.settings.parseDate(this.endDateInput);a&&b&&(this.dateDelta=b.getTime()-a.getTime())}if(this.startTimeInput&&this.startTimeInput.value&&this.endTimeInput&&this.endTimeInput.value){var c=this.settings.parseTime(this.startTimeInput),d=this.settings.parseTime(this.endTimeInput);c&&d&&(this.timeDelta=d.getTime()-c.getTime(),this._updateEndMintime())}},remove:function(){this._unbindChangeHandler()},_bindChangeHandler:function(){h?h(this.container).on("change.datepair",h.proxy(this.handleEvent,this)):this.container.addEventListener("change",this,!1)},_unbindChangeHandler:function(){h?h(this.container).off("change.datepair"):this.container.removeEventListener("change",this,!1)},handleEvent:function(a){this._unbindChangeHandler(),e(a.target,this.settings.dateClass)?""!=a.target.value?(this._dateChanged(a.target),this._timeChanged(a.target)):this.dateDelta=null:e(a.target,this.settings.timeClass)&&(""!=a.target.value?this._timeChanged(a.target):this.timeDelta=null),this._validateRanges(),this._updateEndMintime(),t (…)

1...<<21222324252627282930>>...162