Home
last modified time | relevance | path

Searched refs:attr (Results 676 – 700 of 722) sorted by path

1...<<212223242526272829

/plugin/timetrack/
H A Dscript.js38 …og(jQuery('#timetrack-form input[name=cmd]').val(),{act:$btn.attr('name'),yearweek:$btn.attr('valu…
/plugin/titlesanchorlink/
H A Dscript.js3 var id = $(this).attr('id');
13 var id = $(this).attr('id');
16 var id = $(this).attr('id');
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name;
36 }}return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pr…
39 }return this.attr(key,value,"curCSS");
225 }if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(style,"opacity");
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined;
290 }if(msie&&notxml&&name=="style"){return jQuery.attr(elem.style,"cssText",value);
292 }var attr=msie&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);
293 return attr===null?undefined:attr;
360 jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");
401 },selected:function(a){return a.selected||jQuery.attr(a,"selected");
/plugin/tocselect/
H A Dscript.js32 a.attr('title',a.attr('value'));
37 a.attr('title',a.attr('value'));
43 var curSrc = jQuery(this).attr('src');
45 jQuery(this).attr('src', dir +'closed.png');
48 jQuery(this).attr('src', dir +'open.png ');
55 a.attr('title',name);
/plugin/toctweak/syntax/
H A Dmetatoc.php111 $attr['class'] = $tocClass;
115 $html.= '<div '.buildAttributes($attr).'>';
H A Dsidetoc.php76 $attr['class'] = $tocClass;
80 $html.= '<div '.buildAttributes($attr).'>';
/plugin/togglewrap/
H A Dscript.js52 if (jQuery.inArray($this.attr('href').substr(1), titleHidden) != -1) {
/plugin/tplmod/
H A Dscript.js44 jQuery("div.pad div.headings img").first().attr("src", function( i, val ) {
55 jQuery("div.headings.group h1 img,div.navbar-header img").attr("src", function( i, val ) {
117 var url = jQuery( this ).attr('href');
118 var _class = jQuery(this).attr('class');
133 if(optparent.attr('label') && optparent.attr('label').match(/User\s+Tools/i)) return;
150 var url = jQuery( this ).attr('href');
/plugin/translate/
H A Dscript.js31 .attr('src', DOKU_BASE+'lib/plugins/translate/images/splitswitch.gif')
32 .attr('alt', '')
/plugin/translation/
H A Dhelper.php250 [$type, $text, $attr] = $this->prepareLanguageSelectorItem($t, $idpart, $INFO['id']);
252 $out .= "<$type " . buildAttributes($attr) . ">$text</$type>";
279 * @return array [$type, $text, $attr]
288 $attr = [
298 $attr['href'] = wl($target);
314 return [$type, $text, $attr];
/plugin/twistienav/
H A Dscript.js189 .attr('id','twistienav__popup')
/plugin/twistienav4bootstrap3/
H A Dscript.js177 .attr('id','twistienav__popup')
/plugin/twofactor/
H A DManager.php338 $form->addButton('2fa', $this->getLang('btn_confirm'))->attr('type', 'submit');
349 ->attr('type', 'submit')
350 ->attr('value', $prov->getProviderID());
H A DOtpField.php23 $this->attr('autofocus', 'on');
24 $this->attr('autocomplete', 'one-time-code');
25 $this->attr('inputmode', 'numeric');
H A Dadmin.php136 $form->addButton('search', $this->getLang('search'))->attr('type', 'submit');
166 ->attr('type', 'submit')
185 $form->addTagOpen('td')->attr('colspan', '4');
190 if ($start <= 0) $btn->attr('disabled', 'disabled');
194 if ($start - $pagesize < 0) $btn->attr('disabled', 'disabled');
198 if ($start + $pagesize >= $usercount) $btn->attr('disabled', 'disabled');
202 if ($usercount - $pagesize <= 0) $btn->attr('disabled', 'disabled');
203 if ($usercount - $pagesize == $start) $btn->attr('disabled', 'disabled');
/plugin/twofactor/action/
H A Dprofile.php174 $cb->attr('checked', 'checked');
207 $el->attr('checked', 'checked');
213 $form->addButton('twofactor_default', $this->getLang('btn_default'))->attr('submit');
215 ->addClass('twofactor_delconfirm')->attr('submit');
245 $form->addButton('twofactor_setup', $this->getLang('btn_setup'))->attr('type', 'submit');
276 $form->addButton('twofactor_submit', $this->getLang('btn_confirm'))->attr('type', 'submit');
277 $form->addButton('twofactor_delete', $lang['btn_cancel'])->attr('type', 'submit');
/plugin/twofactoraltemail/
H A Daction.php36 $form->addTextInput('newemail', $this->getLang('email'))->attr('autocomplete', 'off');
/plugin/twofactortelegram/
H A Daction.php36 … $form->addTextInput('new_chat_id', $this->getLang('chat_id'))->attr('autocomplete', 'off');
/plugin/txt2tags/
H A Dlinkwiz.js39 .attr('id','link__wiz')
H A Dtables.js51 $picker.attr('role', 'dialog')
52 .attr('aria-hidden', 'true')
53 .attr('aria-labelledby', 'Insert Table Modal Box')
54 .attr('id', 'insert-table-popup')
H A Dtxt2tags.class.php334 $attr = ($line{0}==' ')? ' align="center"' : "";
336 $attr .= ' border="1"';
339 $table = sprintf($snippets['tableopen'], $attr);
355 $attr = '';
357 $attr = (substr($c, -1)==' ') ? ' align="center"' : ' align="right"';
360 if($span>1) $attr .= " colspan=\"$span\"";
361 $cells .= sprintf($fmt, $attr, $c);
/plugin/typography/helper/
H A Dparser.php187 $attr = $css = $item = array();
193 $attr['style'] = implode(' ', $css);
202 $attr['class'] = implode(' ', $elem['classes']);
205 foreach ($attr as $key => $value) {
/plugin/usercontact/
H A Dscript.js44 var href = $link.attr('href');
/plugin/userimportextended/
H A Dadmin.php95 … $form->addElement(new \dokuwiki\Form\InputElement('file', 'import'))->attr('accept', '.csv');
/plugin/userpage/
H A Daction.php40 $attr = array();
41 $attr['href'] = wl($userPage);
42 $attr['class'] = 'userpage'.$activeClass;
47 'attr' => $attr,

1...<<212223242526272829