Home
last modified time | relevance | path

Searched refs:val (Results 376 – 400 of 887) sorted by relevance

1...<<11121314151617181920>>...36

/plugin/nsindex/
H A Dsyntax.php60 list($opt,$val) = explode('=', $m);
63 $val = true;
67 $data[$opt] = $val;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php160 $val = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status');
161 $this->assertEquals(8,count($val),$body);
162 $this->assertEquals('HTTP/1.1 404 Not Found',(string)$val[0]);
/plugin/timetrack/
H A Dscript.js38 …timetrack_loadDialog(jQuery('#timetrack-form input[name=cmd]').val(),{act:$btn.attr('name'),yearwe…
48 if($input.val() *1 < 0) $input.val(0);
56 date_sum += parseInt(jQuery(this).val() * 1);
/plugin/tagsections/
H A Dscript.js89 …'<input type="checkbox" class="tagsections__tag"/>').attr('name', tagName).val('1').attr('id', tag…
97 … var $button = jQuery('<input class="edit" type="submit"/>').val(LANG.plugins.tagsections['add']);
103 var tag = $element.val();
105 $element.val('');
/plugin/issuelinks/script/
H A Dadmin_repo.js58 sectok: jQuery('input[name="sectok"]').val(),
96 if (!$this.val()) {
104 sectok: $this.parents('form').find('input[name="sectok"]').val(),
105 org: $this.val(),
/plugin/dlcount/
H A Daction.php153 foreach ($i as $key=>$val) {
154 $iv[$key] = intval($val);
155 if (strlen($val)>3 || strlen($val)<=0 || $iv[$key]<0 || $iv[$key]>255) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php163 foreach ($codewords as $k => $val) {
164 if ($val <= 1286) {
165 $chrcode = $table5of13[$val];
167 $chrcode = $table2of13[($val - 1287)];
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js26 previewArea.html(mde(input.val()));
36 text = thees.val();
68 thees.val(before + placeholder + after + "\n\n" + thees.val());
140 thees.val(example.markdown + "\n\n\n" + thees.val());
/plugin/openlayersmap/syntax/
H A Dolmap.php166 foreach ($gmap as $key => $val) {
167 $param .= is_numeric($val) ? "$key: $val, " : "$key: '" . hsc($val) . "', ";
267 [$match, $key, $val] = $kvpair;
272 $gmap [$key] = $val;
275 $gmap [$key] = $val;
277 $gmap [$key] = strtolower($val);
/plugin/bureaucracy-au/script/
H A Duser.js31 function split(val) { argument
32 return val.split(/,\s*/);
/plugin/bureaucracyau/script/
H A Duser.js31 function split(val) { argument
32 return val.split(/,\s*/);
/plugin/flash/
H A Dsyntax.php84 foreach($return['data'] as $key => $val){
86 $return['data'][substr($key,1)] = ml($val,'',true,'&');
/plugin/bureaucracy/script/
H A Duser.js31 function split(val) { argument
32 return val.split(/,\s*/);
/plugin/batchedit/
H A Dserver.js7 session = jQuery('input[name=session]').val();
16 data.append('session', jQuery('input[name=session]').val());
/plugin/struct/types/
H A DDropdown.php42 foreach ($this->getOptions() as $opt => $val) {
49 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
/plugin/qrcode2/
H A Dphpqrcode.php1078 $val = 0x1;
1079 $bs->appendNum(4, $val);
1091 $bs->appendNum(4, $val);
1095 $bs->appendNum(7, $val);
1169 if($val <= 0x9ffc) {
1170 $val -= 0x8140;
1172 $val -= 0xc140;
1176 $val = ($val & 0xff) + $h;
1496 if( $val < 0x8140
1497 || ($val > 0x9ffc && $val < 0xe040)
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js48 assert.deepEqual(_.allKeys(val), []);
159 _.each(['a', 5, null, false], function(val) { argument
160 …assert.strictEqual(_.extendOwn(val, {a: 1}), val, 'extending non-objects results in returning the …
184 _.each([null, void 0], function(val) { argument
204 assert.deepEqual(_.pick(data, function(val, key) { argument
243 assert.deepEqual(_.omit(data, function(val, key) { argument
293 _.each(['foo', null, void 0, 1], function(val) { argument
1061 return val * 2;
1065 return _.reduce(val, function(memo, v){
1075 return val * 2;
[all …]
/plugin/htmlokay/
H A Ddirectory_scan-3.php148 foreach($data as $name=>$val) {
149 if(is_array($val)) {
151 foreach($val as $key=>$item) {
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js144 pc = jQuery('#projectcollection').find("option:selected").val();
147 id = parseInt(jQuery('#workitemid').val());
148 title = jQuery('#title').val();
/plugin/gchart/
H A Dsyntax.php141 $val = array_map('floatval', array_values($data['data']));
142 $max = max(0, ceil(max($val)));
143 $min = min(0, floor(min($val)));
153 $parameters['chco'] = implode('|', $this->createColorPalette($data['fg'], count($val)));
156 $parameters['chd'] = 't:' . implode(',', $val);
199 $key[$i] .= ' (' . $val[$i] . ')';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php1247 $val = $this->value;
1250 $len = count($val);
1254 $digit = array_slice($val, $i, $width);
1259 $temp = isset($val[$i]) ? $val[$i] : 0;
1271 $temp = isset($val[$i]) ? $val[$i] : 0;
1300 $val = $this->value;
1305 $len = count($val);
1306 $val[] = 0;
1309 $digit = $val[$i] & $mask;
1310 $val[$i] >>= $split;
[all …]
/plugin/settingstree/settings/
H A Dsettingslevel.class.php30 $val = substr($this->path,strlen($this->_parent->path));
31 if ($val[0] == ':') $val = substr($val,1);
32 return $val;
/plugin/tagging/script/
H A Deditable.js12 this.$input = $('<input type="text">').val(this.options.defaultValue).appendTo(this.$div);
20 var pos = this.$input.val().length;
52 var len = this.$input.val().length,
66 this.$input.val('').focus();
183 var newValue = this.input.$input.val();
/plugin/rating/
H A Dsyntax.php47 list($key, $val) = explode('=', $option);
48 $options[$key] = $val;
/plugin/tablelayout/action/
H A Dlayoutform.php59 ->val(0);
66 $form->addDropdown('float', $options, $this->getLang('label:alignment'))->val('default');

1...<<11121314151617181920>>...36