Home
last modified time | relevance | path

Searched refs:val (Results 1 – 25 of 75) sorted by relevance

123

/template/dwsimple/dwsimple/
Dsimple.php29 $out[]="top : " . $this->top->val . $this->type .";";
30 $out[]="height : " . ($this->bottom->val - $this->top->val) . $this->type .";";
34 $out[]="bottom : " . $this->bottom->val . $this->type .";";
35 $out[]="height : " . ($this->top->val - $this->bottom->val) . $this->type .";";
40 $out[] ="top : " . $this->top->val . $this->type .";";
41 …t : expression(document.body.clientHeight +(" . (-$this->bottom->val - $this->top->val) . ") +\""…
42 $out[] ="bottom : " . $this->bottom->val . $this->type . "; /* Firefox / IE7 */";
48 $out[]="left : " . $this->left->val . $this->type .";";
49 $out[]="width : " . ($this->right->val - $this->left->val) . $this->type .";";
53 $out[]="right : " . $this->right->val . $this->type .";";
[all …]
/template/parallax/lib/js/
Djquery.placeholder.js27 if (context.val() === '') {
35 context.val(placeholderText);
42 if (context.val() === placeholderText) {
43 context.val('');
56 if (context.val() === placeholderText) {
57 context.val('');
Dmetabox-tabs.min.js1val();if((c.search(d))==-1||c==""){jQuery("#url_validation_msg1").html("Please enter a valid URL")…
Dmetabox-tabs.js20 var b = jQuery("#cyberchimps_portfolio_link_url_one").val();
35 var b = jQuery("#cyberchimps_portfolio_link_url_two").val();
50 var b = jQuery("#cyberchimps_portfolio_link_url_three").val();
65 var b = jQuery("#cyberchimps_portfolio_link_url_four").val();
77 var c = jQuery('[name="cyberchimps_featured_post_category_toggle"]').val();
82 var d = jQuery('[name="cyberchimps_featured_post_category_toggle"]').val();
125 var d = b(this).val().split(",");
141 b(this).siblings("input").val(b(this).data("key"))
144 b(this).find("input").val(b(this).find("img.selected").data("key"))
Dmedia-uploader-old.js30 parent.find('.upload_image_field').val(imgurl);
/template/starterbootstrap/js/
Dscript.js148 hrows = $picker.find('#hrows').val();
149 hcols = $picker.find('#hcols').val();
150 rows = $picker.find('#rows').val();
151 cols = $picker.find('#cols').val();
240 var hrows = $picker.find('#hrows').val();
241 var hcols = $picker.find('#hcols').val();
242 var rows = $picker.find('#rows').val();
243 var cols = $picker.find('#cols').val();
251 hrows = jQNew(this).val();
255 hcols = jQNew(this).val();
[all …]
/template/mikio/assets/
H A Dmikio-typeahead.js56 this.value = this.$element.val() || this.$element.text();
71 setDefault: function (val) { argument
73 this.$element.data('active', val);
74 if (this.autoSelect || val) {
75 var newVal = this.updater(val);
82 .val(this.displayText(newVal) || newVal)
91 var val = this.$menu.find('.active').data('value');
93 this.$element.data('active', val);
94 if (this.autoSelect || val) {
95 var newVal = this.updater(val);
[all …]
/template/ghw/
Dscript.js86 if($j("#filterInput").val().length > 0){
89 var len = $("#filterInput").val().length;
90 …$j(this).text().substring(0, len)+"").toUpperCase() != ($j("#filterInput").val()+"").toUpperCase()…
/template/kajukkk/
DSnoopy.class.php626 while(list($key,$val) = each($links[2]))
628 if(!empty($val))
629 $match[] = $val;
632 while(list($key,$val) = each($links[3]))
634 if(!empty($val))
635 $match[] = $val;
1198 while(list($key,$val) = each($formvars)) {
1199 if (is_array($val) || is_object($val)) {
1200 while (list($cur_key, $cur_val) = each($val)) {
1204 $postdata .= urlencode($key)."=".urlencode($val)."&";
[all …]
Dnewpage.php187 foreach ($torep as $key => $val)
189 $text=str_ireplace($key,$val,$text);
199 foreach ($torep as $key => $val)
201 $text=preg_replace($key,$val,$text);
/template/templar/js/
Dbootstrap-button.js38 , val = $el.is('input') ? 'val' : 'html'
41 data.resetText || $el.data('resetText', $el[val]())
43 $el[val](data[state] || this.options[state])
Dbootstrap-typeahead.js47 var val = this.$menu.find('.active').attr('data-value')
49 .val(this.updater(val))
84 this.query = this.$element.val()
/template/lcars/js/
Dfunctions.js3 …$(this).hide().after('<span class="button">').next('span.button').text($(this).val()).click(functi…
9 …$(this).hide().after('<span class="button">').next('span.button').text($(this).val()).click(functi…
/template/dokui/js/
Dfix.js6 var t = $(".fixjs[name=title]").val();
21 if ($(this).children("a").attr("title")===$(".fixjs[name=title]").val()) {
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js500 function Length( val ) { argument
501 this.val = val;
518 num = this.num = parseFloat( this.val );
531 m = this.val.match( this.unitRE );
610 PIE.getLength = function( val ) {
611 return instances[ val ] || ( instances[ val ] = new Length( val ) );
778 function Angle( val ) { argument
779 this.val = val;
788 return this._unit || ( this._unit = this.val.match( this.unitRE )[0].toLowerCase() );
799 n = parseFloat( this.val, 10 );
[all …]
/template/writr/
Dscript.js69 var value = $searchButton.val();
224 var fileName = input.val().split('\\').pop() || 'No file chosen';
244 input.val('');
275 textarea.val(textarea.val().replace(/\n/gm, ' \\\\\\ '));
/template/ospyramid/js/libs/
Djquery-1.6.1.js2031 val: function( value ) { method
2052 var self = jQuery(this), val;
2059 val = value.call( this, i, self.val() ); property
2061 val = value; property
2065 if ( val == null ) {
2066 val = ""; property
2067 } else if ( typeof val === "number" ) {
2068 val += ""; field
2069 } else if ( jQuery.isArray( val ) ) {
2070 val = jQuery.map(val, function ( value ) { property
[all …]
/template/bootstrap3/assets/typeahead/
Dbootstrap3-typeahead.min.js1val()||this.$element.text();this.keyPressed=false;this.focused=this.$element.is(":focus");this.cha…
/template/mikio/lang/en/
H A Dlang.php383 foreach ($lang as $key => $val) {
386 $lang['__plugin_darkmode_' . substr($key, 9)] = $val;
388 $lang['__darkmode_' . substr($key, 2)] = $val;
/template/mikio/lang/zh/
H A Dlang.php383 foreach ($lang as $key => $val) {
386 $lang['__plugin_darkmode_' . substr($key, 9)] = $val;
388 $lang['__darkmode_' . substr($key, 2)] = $val;
/template/mikio/lang/ru/
H A Dlang.php378 foreach ($lang as $key => $val) {
381 $lang['__plugin_darkmode_' . substr($key, 9)] = $val;
383 $lang['__darkmode_' . substr($key, 2)] = $val;
/template/strap/ComboStrap/
H A DTemplate.php139 foreach ($properties as $key => $val) {
140 $this->setProperty($key, $val);
H A DIdentityFormsHelper.php43 $label = $labelObject->val();
99 $title = $form->getElementAt($pos)->val();
199 if (trim($fieldBr->val()) === "<br>") {
/template/strap/action/
H A Dlogin.php269 $loginText = $userField->getLabel()->val();
299 $passwordText = $pwdField->getLabel()->val();
329 $remberText = $rememberField->getLabel()->val();
/template/strap/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));

123