Home
last modified time | relevance | path

Searched refs:val (Results 501 – 525 of 887) sorted by relevance

1...<<21222324252627282930>>...36

/plugin/weiqi/
H A Dweiqi_parser.php157 foreach ($this->conf['default_attributes'] as $key => $val) $$key = $val;
161 foreach ($attributes as $key => $val) $$key = $val;
/plugin/dropfiles/src/
H A Dupload.js76 …$newInput.append(jQuery('<input name="filename">').val(filesThatExist[0].name).css('margin-right',…
84 fileToBeUploaded.newFileName = $newInput.find('input').val();
218 sectok: jQuery('input[name="sectok"]').val(),
329 form.append('sectok', jQuery('input[name="sectok"]').val());
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php174 $val = $node->get();
175 if (is_resource($val))
176 $val = stream_get_contents($val);
178 return $val;
/plugin/codeclipboard/
H A Dscript.js17 $txt.val($elmt.text()).css({ width: "1px", height: "1px" }).appendTo('body');
/plugin/combo/vendor/symfony/yaml/
H A DInline.php142 foreach ($value as $key => $val) {
143 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
216 foreach ($value as $key => $val) {
236 foreach ($value as $val) {
237 $output[] = self::dump($val, $flags);
245 foreach ($value as $key => $val) {
246 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
/plugin/webdavclient/
H A Dhelper.php1280 foreach($object->attributes() as $key => $val)
1288 array($ret[$object->getName()][(string)$key], trim((string)$val, '"'));
1294 $ret[$object->getName()][(string)$key][] = trim((string)$val, '"');
1300 $ret[$object->getName()][(string)$key] = trim((string)$val, '"');
1488 foreach($ns as $key => $val)
1489 $xml->writeAttribute('xmlns:'.$key, $val);
1517 foreach($ns as $key => $val)
1518 $xml->writeAttribute('xmlns:'.$key, $val);
1530 foreach($params as $key => $val)
1534 if($val !== '')
[all …]
/plugin/forcessllogin/lang/hu/
H A Dsplashpage.txt3 A kért művelet személyes adatok továbbításával jár, mely titkosított kapcsolat kiépítését igényli.
/plugin/siteexport/lang/sv/
H A Dmanagerintro.txt5 När du är färdig, klicka på knappen vid nederst på sidan så kommer detta val att placeras på sidan.
/plugin/autotranslation/
H A Dscript.js9 var id = jQuery(this).val();
/plugin/bez/scripts/
H A Dprojects.js13 if ($this.val().length > 0) {
H A Dthreads.js13 if ($this.val().length > 0) {
/plugin/ckgdoku/
H A Dhelper.php28 function get_conf_array($val) { argument
29 $str = $this->getConf($val);
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php155 foreach ($optCurlParams as $key => $val) {
156 $this->curlParams[$key] = $val;
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/geogebra/syntax/
H A Dgeogebrafile.php106 list ($match, $key, $val) = $kvpair;
107 if ( isset ($gmap[$key]))$gmap[$key] = $val;
/plugin/strata/
H A Dscript.js180 var val = jQuery(this).val();
181 if(val == '') {
184 jQuery(element).data('strata-search')[filterId] = val.toLowerCase();
226 jQuery(element).data('strata-search')[filterId] = jQuery(this).val().toLowerCase();
557 isFiltered = isFiltered || (jQuery(select).val() != '');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php174 $val = $node->get();
175 if (is_resource($val))
176 $val = stream_get_contents($val);
178 return $val;
/plugin/statdisplay/helper/
H A Dtable.php388 $val = filesize_h($count);
390 $val = $count;
396 $this->cell($val);
413 private function pct($val, $max) argument
417 return sprintf("%.2f%%", $val * 100 / $max);
/plugin/mantis/lib/
H A Dnusoap.php451 if (is_null($val)) {
474 $val = $val ? 'true' : 'false';
476 $val = 0;
479 $val = $this->expandEntities($val);
497 $val = $val ? 'true' : 'false';
499 $val = 0;
507 case (is_int($val) || is_long($val) || $type == 'int'):
515 case (is_float($val)|| is_double($val) || $type == 'float'):
525 $val = $this->expandEntities($val);
532 case is_object($val):
[all …]
/plugin/openas/
H A Dscript.js5 var id = jQuery("#save_as_info input[name=save_as_page]").val() ;
/plugin/schedule/lib/
H A DscheduleForm.js11 var warning = select.find ('option:selected').val () == "";
16 var warning = input.val () == "";
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php101 foreach ( $htmlExtensions as $key => $val )
103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php101 foreach ( $htmlExtensions as $key => $val )
103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
/plugin/data-au/syntax/
H A Dcloud.php205 foreach($tresholds as $tresh => $val) {
206 if($tag['cnt'] <= $val) {
/plugin/ckgedit/
H A Dhelper.php28 function get_conf_array($val) { argument
29 $str = $this->getConf($val);

1...<<21222324252627282930>>...36