Home
last modified time | relevance | path

Searched refs:val (Results 151 – 175 of 887) sorted by relevance

12345678910>>...36

/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php25 * @param string $val
29 function setRawMimeDirValue($val) { argument
31 $this->setValue($val);
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php25 * @param string $val
28 public function setRawMimeDirValue($val) { argument
30 $this->setValue($val);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php25 * @param string $val
28 public function setRawMimeDirValue($val) { argument
30 $this->setValue($val);
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php25 * @param string $val
28 public function setRawMimeDirValue($val) { argument
30 $this->setValue($val);
/plugin/enforcesummary/
H A Dscript.js9 if (typeof $summary.val() == 'undefined') return;
27 var ckgd = jQuery( "input[type=checkbox][name=ckgdoku]:checked" ).val();
28 var ckge = jQuery( "input[type=checkbox][name=ckgedit]:checked" ).val();
43 summary_filled = !($summary.val().replace(/^\s+/,'') === '');
/plugin/openlayersmap/syntax/
H A Dosmlayer.php89 [$matched, $key, $val] = $kvpair;
92 $data [$key] = $val;
114 foreach ($data as $key => $val) {
115 $str .= "'" . $key . "' : '" . $val . "',";
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php18 $val = $INPUT->str($which);
19 if($cmp) return $cmp == $val;
20 return $val;
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php26 * @param string $val
29 public function setRawMimeDirValue($val) { argument
31 $this->setValue((int)$val);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php26 * @param string $val
29 public function setRawMimeDirValue($val) { argument
31 $this->setValue((int)$val);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DInteger.php26 * @param string $val
29 public function setRawMimeDirValue($val) { argument
31 $this->setValue((int)$val);
/plugin/structpublish/action/
H A Dmigration.php72 $sql = "REPLACE INTO opts (val,opt) VALUES ($version,'dbversion_structpublish')";
90 $sql = 'SELECT opt, val FROM opts WHERE opt=? OR opt=?';
93 foreach ($vals as $val) {
94 if ($val['opt'] === 'dbversion') {
95 $dbVersionStruct = $val['val'];
97 if ($val['opt'] === 'dbversion_structpublish') {
98 $dbVersionStructpublish = $val['val'];
/plugin/openlayersmapoverlays/syntax/
H A Dosmlayer.php88 list ($matched, $key, $val) = $kvpair;
91 $data [$key] = $val;
114 foreach($data as $key => $val) {
115 $str .= "'" . $key . "' : '" . $val . "',";
H A Dmapillarylayer.php83 list ($matched, $key, $val) = $kvpair;
86 $data [$key] = hsc($val);
114 foreach($data as $key => $val) {
115 $str .= "'" . $key . "':'" . $val . "',";
H A Dwmslayer.php91 list ($matched, $key, $val) = $kvpair;
94 $data [$key] = $val;
123 foreach($data as $key => $val) {
124 $str .= "'" . $key . "' : '" . $val . "',";
H A Dagslayer.php93 list ($matched, $key, $val) = $kvpair;
96 $data [$key] = $val;
124 foreach($data as $key => $val) {
125 $str .= "'" . $key . "' : '" . $val . "',";
/plugin/geogebrembed/syntax/
H A Dggb.php167 $val = $this->conf["default_$s"];
168 switch (gettype($val)) {
170 $current_settings .= '"'.$val.'"';
173 if ($val === 0) {
176 else if ($val === 1) {
180 $current_settings .= $val;
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php171 * @param array $val An array containing two strings representing 64-bit integer values
174 function int64_to_inet6($val) argument
178 if ( ! is_array($val) || count($val) != 2) return $result;
179 $p1 = gmp_strval(gmp_init($val[0]), 16);
180 $p2 = gmp_strval(gmp_init($val[1]), 16);
/plugin/swiftmail/Swift/Message/
H A DEncoder.php243 $val = ord($string{$i});
246 if ((!$bin && ($val == 32 || $val == 9 || $val == 10 || $val == 13))
247 || ($val >= 33 && $val <= 60) || ($val >= 62 && $val <= 126)
248 && $val != 63)
254 $ret .= sprintf("=%02X", $val);
/plugin/upgrade/HTTP/
H A DHTTPClient.php345 list($key, $val) = array_pad(explode('=', $cookie, 2), 2, '');
347 if($val == 'deleted'){
352 $this->cookies[$key] = $val;
774 list($key, $val) = array_pad(explode(':', $line, 2), 2, '');
776 $val = trim($val);
781 $headers[$key][] = $val;
783 $headers[$key] = array($headers[$key],$val);
786 $headers[$key] = $val;
818 foreach ($this->cookies as $key => $val){
[all...]
/plugin/refnotes/
H A Dadmin.js35 .val(value)
47 return list.val();
54 return list.children('[value="' + value + '"]').attr('selected', 'selected').val();
68 return list.children(':first').attr('selected', 'selected').val();
79 return list.val();
87 return list.val();
275 this.element.val(value);
280 return this.element.val();
478 combo.val(value);
482 let value = combo.val();
[all...]
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ireadit/action/
H A Dauth.php24 foreach($data as $val) {
26 if (p_get_metadata($val['id'], 'plugin_ireadit=0.2')) {
27 $idxtag = metaFN($val['id'],'.indexed');
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php26 * @param string $val
28 public function setRawMimeDirValue($val) argument
30 $this->setValue((int) $val);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php26 * @param string $val
30 function setRawMimeDirValue($val) { argument
32 $this->setValue((int)$val);

12345678910>>...36