Home
last modified time | relevance | path

Searched refs:value (Results 2926 – 2950 of 4040) sorted by relevance

1...<<111112113114115116117118119120>>...162

/plugin/indexnumber/
H A Dscript.js11 while ((result = rx.exec(editor.value)) !== null) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js782 if (value != null)
784 clone.value = value;
910 input.value = '';
924 if (input.value != '')
928 if (searchTerm != input.value)
931 searchTerm = input.value;
1034 input.value = '';
1045 input.value = value;
1060 if (input.value == '')
1071 if (input.value == '')
[all …]
/plugin/timetrack/
H A Dhelper.php195 * @param integer $value
198 public function updateUserTime($user_time_id, $value) { argument
201 …$sqlite->query('UPDATE user_time SET value = ?, update_time = ? WHERE id = ?', $value, time(), $us…
210 * @param integer $value
213 public function insertUserTime($user, $task_id, $date, $value){ argument
221 $value);
/plugin/statdisplay/
H A DBrowser.php301 * @param boolean $value is the browser a mobile brower or not
303 protected function setMobile($value=true) { $this->_is_mobile = $value; } argument
306 * @param boolean $value is the browser a robot or not
308 protected function setRobot($value=true) { $this->_is_robot = $value; } argument
/plugin/ajaxloader/
H A Dscript.js50 data[name] = inps[i].value;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst7 ``constant`` checks if a variable has the exact same value as a constant. You
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectedPromise.php75 public function resolve($value) argument
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php46 foreach( $this->acronyms as $key => $value ) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php132 $value = $root->get_attribute('width');
133 if (is_percentage($value)) {
134 $this->cwc[$index] = new WCFraction(((int)$value) / 100);
136 $this->cwc[$index] = new WCConstant(px2pt((int)$value));
1051 $padding->left->value);
1054 $this->put_top($parent->_current_y - $border->top->get_width() - $padding->top->value);
1070 $context->push_collapsed_margin($margin->bottom->value);
1074 $this->offset($margin->left->value, 0);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/sphinxsearch-was/
H A Dsphinxapi.php346 function sphFixUint($value) argument
350 if ($value < 0) $value += (1 << 32);
351 return $value;
354 return sprintf("%u", $value);
779 foreach ($values as $value)
780 assert(is_numeric($value));
964 foreach ($filter["values"] as $value)
965 $req .= sphPackI64($value);
/plugin/sphinxsearch/
H A Dsphinxapi.php361 function sphFixUint ( $value ) argument
366 if ( $value<0 ) $value += (1<<32);
367 return $value;
372 return sprintf ( "%u", $value );
815 foreach ( $values as $value )
816 assert ( is_numeric($value) );
1002 foreach ( $filter["values"] as $value )
1003 $req .= sphPackI64 ( $value );
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95value is not a number.","confirmNewPage":"Any unsaved changes to this content will be lost. Are yo…
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php717 public $value; variable in Google_DimensionFilter
730 public function setValue( $value) { argument
731 $this->value = $value;
734 return $this->value;
744 public $value; variable in Google_DimensionValue
775 public function setValue( $value) { argument
776 $this->value = $value;
779 return $this->value;
H A DGoogle_CalendarService.php821 public $value; variable in Google_AclRuleScope
828 public function setValue( $value) { argument
829 $this->value = $value;
832 return $this->value;
1902 public $value; variable in Google_Setting
1921 public function setValue( $value) { argument
1922 $this->value = $value;
1925 return $this->value;
/plugin/supa/lib/
H A DSupa.js47 body += encodeURI(params[i].value) + cr;
/plugin/dirtylittlehelper/mermaid/editor/src/
H A DApp.svelte3 // Used for SSR. A falsy value is ignored by the Router.
/plugin/quizlib/scripts/
H A DREADME.md14 - Supports any combination of input types using the value attribute
/plugin/components/syntax/
H A Dslice.php33 $attributes[$attribute->name] = $attribute->value;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.BlockWrapper.txt
/plugin/spreadout/
H A Dsyntax.php156 * The contents of <tt>$aData</tt> is the return value of the
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php285 $value = $tmp[1];
287 $value = '';
289 $value = str_replace($tempmarker, ';', $value); // mPDF 5.7.4 URLs
291 $value = preg_replace('/\s*!important/i', '', $value);
292 $value = trim($value);
293 if ($property && ($value || $value
[all...]
/plugin/numberedheadings/
H A DREADME.md20 The **tier1** may be a fixed value (eg. level 2) or auto-detected in the page.
42 the value of **tier1** for the page.
/plugin/stopforumspam2/
H A Dhelper.php155 …* @param value $confborder - The conf "confidenceBorder" will be used if empty or minus value. Do…
/plugin/dataplot/
H A Dsyntax.php164 foreach ($return as $param => $value) {
166 $gnu_code .= "# - $param = $value\n";

1...<<111112113114115116117118119120>>...162