Home
last modified time | relevance | path

Searched refs:val (Results 101 – 125 of 887) sorted by relevance

12345678910>>...36

/plugin/bureaucracy-au/helper/
H A Dfieldradio.php68 foreach($entries as $val) {
69 if($value === $val) {
74 if($valueoffieldwithid === $val) {
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/bureaucracy/helper/
H A Dfieldradio.php68 foreach($entries as $val) {
69 if($value === $val) {
74 if($valueoffieldwithid === $val) {
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
/plugin/davcard/
H A Dscript.js387 if(edit && dw_davcard__modals.id == jQuery(this).val())
413 jQuery('#dw_davcard__editentry_phone_edit').val('');
424 jQuery('#dw_davcard__editentry_email_edit').val('');
440 jQuery('#dw_davcard__editentry_addresses_street').val('');
441 jQuery('#dw_davcard__editentry_addresses_city').val('');
442 jQuery('#dw_davcard__editentry_addresses_country').val('');
443 jQuery('#dw_davcard__editentry_addresses_zipcode').val('');
450 jQuery('#dw_davcard__lastname_edit').val(name[0]);
451 jQuery('#dw_davcard__firstname_edit').val(name[1]);
457 var val = entry['tel'][i]['number'];
[all …]
/plugin/addnewpage/
H A Dscript.js8 if (jQuery(this).val().length > 0) {
22 var id = ns.val()+":"+title.val();
23 jQuery(this).find("input[name='id']").val(id);
/plugin/googlemap3/
H A Dsyntax.php78 foreach ($gmap as $key => $val) {
79 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
137 list($match,$key,$val) = $kvpair;
139 if (isset($gmap[$key])) $gmap[$key] = strtolower($val);
/plugin/groupmail/
H A Drecaptchalib.php206 function _recaptcha_aes_pad($val) { argument
208 $numpad = $block_size - (strlen ($val) % $block_size);
209 return str_pad($val, strlen ($val) + $numpad, chr($numpad));
214 function _recaptcha_aes_encrypt($val,$ky) { argument
220 $val=_recaptcha_aes_pad($val);
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/recaptcha/lib/
H A Drecaptchalib.php206 function _recaptcha_aes_pad($val) { argument
208 $numpad = $block_size - (strlen ($val) % $block_size);
209 return str_pad($val, strlen ($val) + $numpad, chr($numpad));
214 function _recaptcha_aes_encrypt($val,$ky) { argument
220 $val=_recaptcha_aes_pad($val);
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/contactmodern/
H A Drecaptchalib.php206 function _recaptcha_aes_pad($val) { argument
208 $numpad = $block_size - (strlen ($val) % $block_size);
209 return str_pad($val, strlen ($val) + $numpad, chr($numpad));
214 function _recaptcha_aes_encrypt($val,$ky) { argument
220 $val=_recaptcha_aes_pad($val);
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/structtasks/_test/
H A DUtilitiesTest.php117 foreach ($this->old_expected as $key => $val) {
118 $this->assertEquals($old_data[$key], $val);
120 foreach ($this->new_expected as $key => $val) {
121 $this->assertEquals($new_data[$key], $val);
129 foreach ($this->old_expected as $key => $val) {
130 $this->assertEquals($old_data[$key], $val);
132 foreach ($this->nodate_expected as $key => $val) {
133 $this->assertEquals($new_data[$key], $val);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DUri.php46 * @param string $val
49 public function setRawMimeDirValue($val) { argument
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
75 $this->value = $val;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUri.php46 * @param string $val
49 public function setRawMimeDirValue($val) { argument
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
75 $this->value = $val;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DUri.php46 * @param string $val
49 public function setRawMimeDirValue($val) { argument
61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
75 $this->value = $val;
/plugin/structpublish/action/
H A Drevisions.php58 !empty(trim($el->val())) &&
61 $val = $el->val();
64 $el->val("$val $label");
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidInstruments.js38 {val:'field', dispName:'Field'},
39 {val:'room', dispName:'Room'},
41 {val:'local', dispName:'Local'}
139 {val:'field', dispName:'Field'},
140 {val:'room', dispName:'Room'},
142 {val:'local', dispName:'Local'}
244 {val:'room', dispName:'Room'},
246 {val:'local', dispName:'Local'}
352 {val:'room', dispName:'Room'},
466 {val:'room', dispName:'Room'},
[all …]
/plugin/linkbonus/
H A Dcommon.php168 list ($key, $val) = explode ('=', $D, 2);
169 if (!empty($val)) $val= substr($val, 1, -1); // unquote
170 else $val= ''; // explicit empty string
173 $options[$key] = $val;
/plugin/googlemaps/syntax/
H A Dgooglemap.php74 foreach ($gmap as $key => $val) {
75 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
136 list($match,$key,$val) = $kvpair;
138 if (isset($gmap[$key])) $gmap[$key] = strtolower($val);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php60 $val = $this->value;
63 $i = strlen($val);
74 $val = substr($val, 0, 4 + $i);
75 $val = str_pad($val, 4, "\0", STR_PAD_LEFT);
76 if ($val == "\0\0\0\0") {
81 list(, $digit) = unpack('N', substr($val, $i, 4));
91 $temp = $i > 0 ? ord($val[$i - 1]) : 0;
/plugin/tagfilter/
H A Dscript.js18 $elements.val('');
169 $tf_dd.val(tf_elmt.values);
183 if($tf_dd.val()){
184 var val_tmp = $tf_dd.val();
187 $tf_dd.val(val_tmp);
190 $tf_dd.val(tf_elmt.value);
225 var value = $dd.val();
282 function tagfilter_selectFormatResult(val) {
283 //console.log('tagfilter_selectFormatResult',val);
284 return (val
311 tagfilter_selectFormatResult(val) global() argument
326 tagfilter_selectFormatSelection(val) global() argument
[all...]
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php45 public static function add($key, $val,$ttl = 0){ argument
47 …contents(static::$cache_dir.static::normalize_key($key),gzcompress(serialize($val),3)) !== false)){
54 public static function set($key, $val,$ttl = 0){ argument
56 …contents(static::$cache_dir.static::normalize_key($key),gzcompress(serialize($val),3)) !== false)){
76 $val = null;
82 ($val = @unserialize($ucnt)) !== false // not boolean false
86 return $val;
/plugin/settingstree/
H A Dscript.js36 … var $inp = $(this).find('input, textarea, select'), name = $inp.prop('name'), val = $inp.val(), m;
38 val = $inp.prop('checked') ? 1 : 0;
44 values[m[2]][m[1]] = val;
93 …var $inp = $(this).find('input, textarea, select'), val =$inp.val(), def = $(this).data('currentva…
97 $inp.val(def);
103 …r $inp = $(this), $inpa = $inp.parents('.input_area:first, .protect_area:first'), val = $inp.val();
105 val = $inp.prop('checked') ? 1 : 0;
107 if (val == $inpa.data('currentval')){
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js308 var msg = 'Handles: ' + (_.isArray(val) ? '[]' : val);
309 assert.equal(_.indexOf(val, 2), -1, msg);
310 assert.equal(_.indexOf(val, 2, -1), -1, msg);
312 assert.equal(_.indexOf(val, 2, 15), -1, msg);
365 _.each([-0, +0], function(val) { argument
366 assert.strictEqual(_.indexOf([1, 2, val, val], val), 2);
367 assert.strictEqual(_.indexOf([1, 2, val, val], -val), 2);
384 var msg = 'Handles: ' + (_.isArray(val) ? '[]' : val);
442 _.each([-0, +0], function(val) { argument
443 assert.strictEqual(_.lastIndexOf([1, 2, val, val], val), 3);
[all …]
/plugin/struct/meta/
H A DCSVExporter.php93 $val = $value->getRawValue();
94 if (is_array($val)) $val = implode(',', $val);
97 $row .= $this->escape($val);
/plugin/semanticdata/
H A Dhelper.php127 $outs[] = '<a href="'.hsc($val).'" class="urlextern" title="'.hsc($val).'">'.hsc($val).'</a>';
131 …ref="'.wl(str_replace('/',':',cleanID($column['key'])),array('dataflt'=>$column['key'].':'.$val )).
132 '" title="'.sprintf($this->getLang('tagfilter'),hsc($val)).
151 …$outs[] = '<a href="'.ml($val).'" class="media" rel="lightbox"><img src="'.ml($val,"w=$sz").'" alt…
/plugin/usercontact/
H A Daction.php49 $val = $userdata[$name];
53 … echo '<a href="mailto:' . obfuscate($val) . '" class="mail">' . obfuscate($val) . '</a>';
55 echo hsc($val);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php14 $val = ['{DAV:}getlastmodified' => new GetLastModified($dt)];
16 $result = $this->write($val);
30 $val = ['{DAV:}getlastmodified' => new GetLastModified($dt)];
32 $result = $this->write($val);

12345678910>>...36