Home
last modified time | relevance | path

Searched refs:attr (Results 176 – 200 of 722) sorted by relevance

12345678910>>...29

/plugin/photogallery/lightGallery/js/
H A Dlightgallery.min.js4attr("data-html"),!a&&c)return{html5:!0};var d=a.match(/\/\/(?:www\.)?youtu(?:\.be|be\.com)\/(?:wa…
/plugin/geonav/js/
H A DgetLocation.js192 for (var attr in placeMark)
194 if ((typeof(placeMark[attr]) != 'object') || (placeMark[attr] instanceof Array))
196 this[attr] = placeMark[attr] ;
198 GoogleAddress.call(this, placeMark[attr], curDepth) ;
/plugin/jorgchart/
H A Djquery.jOrgChart.js113 var $nodeCell = $("<td/>").addClass("node-cell").attr("colspan", 2);
118 $nodeCell.attr("colspan", $childNodes.length * 2);
170 var $downLineCell = $("<td/>").attr("colspan", $childNodes.length*2);
197 $td.attr("colspan", 2);
209 if ($node.attr('class') != undefined) {
210 var classList = $node.attr('class').split(/\s+/);
/plugin/tagfilter/script/select2/
H A Dselect2.js335 sizer.attr("class","select2-sizer");
345 classes = dest.attr("class");
354 classes = src.attr("class");
366 dest.attr("class", replacements.join(" "));
516 var group, attr;
520 for (attr in datum) {
521 if (datum.hasOwnProperty(attr)) group[attr]=datum[attr];
693 this.containerId="s2id_"+(opts.element.attr("i
[all...]
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js99 .attr('id', 'indexmenu__wiz')
123 .attr({title: LANG.plugins.indexmenu[elid]})
130 .attr({title: LANG.plugins.indexmenu[elid]})
177 .attr('id', 'themebar')
189 .attr('id', theme)
190 .attr('title', themeName[0])
252 let themename = jQuery('#themebar button.selected').attr('id');
/plugin/imagereference/
H A Dscript.js40 let link = $amedia.attr('href');
42 .attr('href', link)//set link
49 let title = $img.attr('title');
/plugin/bureaucracy-au/helper/
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@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);
/plugin/bureaucracyau/helper/
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@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);
/plugin/bureaucracy/helper/
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@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);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.hackernews.js45 $code.find("a").attr("href", prot+"//news.ycombinator.com/submitlink?"+$.param({
57 $code.find("a").attr("href", prot+"//news.ycombinator.com/item?id="+item.id);
58 $code.find(".points a").text(points).attr('title',
H A Djquery.socialshareprivacy.tumblr.js80 return $code.attr('href', 'http://www.tumblr.com/share/link?'+$.param({
87 return $code.attr('href', 'http://www.tumblr.com/share/quote?'+$.param({
93 return $code.attr('href', 'http://www.tumblr.com/share/photo?'+$.param({
100 return $code.attr('href', 'http://www.tumblr.com/share/video?'+$.param({
H A Djquery.socialshareprivacy.pinterest.js31 $('.social_share_privacy_area .pinterest .pinit a[data-pin-log]').attr('data-pin-do','ignore');
70 $code.filter('a').attr({
73 }).find('img').attr('src', prot+'//assets.pinterest.com/images/pidgets/pin_it_button.png');
/plugin/editions/
H A Dscript.js12 var target = $this.attr("href");
16 var edition = $this.attr('class');
22 var target = $this.attr("href");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTr.php10 public function open($attr, &$ahtml, &$ihtml) argument
18 $properties = $this->cssManager->MergeCSS('TABLE', 'TR', $attr);
39 } elseif (isset($attr['BGCOLOR'])) {
41 $this->mpdf->table[$this->mpdf->tableLevel][$this->mpdf->tbctr[$this->mpdf->tableLevel]]['bgcolor'][$this->mpdf->row] = $attr['BGCOLOR'];
61 if (isset($attr['TEXT-ROTATE'])) {
62 $this->mpdf->trow_text_rotate = $attr['TEXT-ROTATE'];
H A DToc.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 $this->tableOfContents->openTagTOC($attr);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js344 var attr =
2279 function _doHeaders_attr(attr) { argument
2280 if('undefined' === typeof attr || attr == "") { return ""; }
2281 return " id=\"" + attr + "\"";
2302 var attr = _doHeaders_attr(id);
2326 var attr = _doHeaders_attr(id);
2349 var attr = [];
2767 var attr = " rel=\"footnote\"";
2779 attr = attr.replace(/%%/g, num);
2798 var attr = " rev=\"footnote\"";
[all …]
/plugin/since/
H A Dsince.php56 list($attr, $content) = preg_split('/>/u',$match,2);
60 return array($this->syntax, trim($attr), $content);
69 list($syntax, $attr, $content) = $data;
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js65 for(attr in arguments[1])
66 element[attr == 'class' ? 'className' : attr] = arguments[1][attr];
/plugin/pagestat/
H A Dscript.js193 var arg_txt=jwin.attr("pt_arg");
208 var winid=jwin.attr("id");
229 var winid=factory_win.attr("id");
287 thecl.attr("class",thecl.attr("class")+" pt_heightlight");
1755 var arg_txt=jwin.attr("xx_arg");
1774 var winid=j_me.attr("id");
1775 if(j_me.attr("init")!="n"){
1779 j_me.attr("init","y");
1796 var winid=jdom_me.attr("id");
1951 ct_div_j.attr("init",'y');
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php129 public $attr = array(); variable in imapmarkers\\simple_html_dom_node
180 if (count($this->attr) > 0) {
1029 $this->attr[$name] = $value;
1042 return (array_key_exists($name, $this->attr)) ? true : isset($this->attr[$name]);
1047 unset($this->attr[$name]);
1153 $width = $this->attr['width'];
1167 $this->attr['style'],
1298 return $this->attr;
2028 $node->attr = array();
2057 $node->attr[$name] = true;
[all …]
/plugin/structnotification/
H A Dadmin.php179 $form->addTextInput('predicate[schema]')->attr('style', 'width: 8em');
183 $form->addTextInput('predicate[field]')->attr('style', 'width: 8em');
191 $form->addTextInput('predicate[value]')->attr('style', 'width: 12em');
195 $form->addTextInput('predicate[users_and_groups]')->attr('style', 'width: 12em');
203 ->attr('style', 'width: 100%; height: 10em;');
/plugin/folded/
H A Dscript.js21 jQuery('a.folder[href*="#folded_"]').attr('title', folded_reveal);
35 .attr('title', folded_hide);
40 .attr('title', folded_reveal);

12345678910>>...29