Home
last modified time | relevance | path

Searched refs:attr (Results 76 – 100 of 722) sorted by path

12345678910>>...29

/plugin/bureaucracy-au/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/bureaucracy/helper/
H A Dfielddate.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldpassword.php19 $attr = array();
21 $attr['required'] = 'required';
23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldsubmit.php43 $attr = array();
45 $attr['id'] = $this->opt['id'];
47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = 'required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldtime.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];
/plugin/bureaucracy/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/bureaucracyau/helper/
H A Dfielddate.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldpassword.php19 $attr = array();
21 $attr['required'] = 'required';
23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldsubmit.php43 $attr = array();
45 $attr['id'] = $this->opt['id'];
47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = 'required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldtime.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];
/plugin/bureaucracyau/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/c3chart/assets/
H A Dc3.min.js2attr("transform",function(t){return"translate("+Math.ceil(e(t)+i)+", 0)"})},e.prototype.axisY=func…
H A Dd3.min.js2attr("class","tick"),N=w.select("line"),k=w.select("text");b=b.merge(b.enter().insert("path",".tic… method in Et
/plugin/c3chart/
H A Dscript.js3 var c3data = jQuery(div).attr('data-c3chart');
/plugin/callflow/
H A Draphael.js4696 for (var attr in anim) if (anim[has](attr)) {
4697 newAnim[toFloat(attr)] = anim[attr];
4793 from[attr] = element.attr(attr);
4794 (from[attr] == null) && (from[attr] = availableAttrs[attr]);
4795 to[attr] = params[attr];
4798 diff[attr] = (to[attr] - from[attr]) / ms;
4832 diff[attr][i][j] = (to[attr][i][j] - from[attr][i][j]) / ms;
4980 …for (attr in params) if (params[has](attr) && toFloat(attr) != attr && toFloat(attr) + "%" != attr
4982 p[attr] = params[attr];
5797 for (var key in attr) if (attr[has](key)) {
[all …]
H A Dscript.js295 .attr("fill",style.cols.fill);
300 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor});
325 ).attr({
339 ).attr({
355 ).attr({
427 .attr("fill",style.note.fill);
451 .attr("stroke",style.strokecolor).toBack();
458 .attr("fill", style.cols.fill);
463 .attr({"font-size":style.txtsize, "fill":style.cols.txtcolor});
485 .attr({"font-size":style.titlesize, "fill":style.txtcolor});
[all …]
/plugin/captcha/
H A Dscript.js22 audio.src = $audiolink.attr('href');
/plugin/chordsheets/js/
H A Djtab.min.js1attr({stroke:this.color,"stroke-width":.2}),this.path(this.svg_params(this.current_offset+this.mar…
H A Draphael.js1attr("path")},circle:function(t){var e=t.attrs;return $(e.cx,e.cy,e.r)},ellipse:function(t){var e=…

12345678910>>...29