Home
last modified time | relevance | path

Searched refs:attr (Results 226 – 250 of 722) sorted by last modified time

12345678910>>...29

/plugin/bootswrapper/
H A Dscript.js63 $nav.find('li').attr('role', 'presentation');
92 $nav.find('a').attr('data-toggle', 'tab').attr('role', 'tab');
155 $btn_link.attr('data-toggle', 'collapse');
156 $btn_link.attr('data-target', '#' + value);
160 $btn_link.attr('data-toggle', 'modal');
161 $btn_link.attr('data-target', '#' + value);
173 $btn_link.attr('role', 'button');
257 $accordion.attr('id', accordion_id);
276 $carousel.attr('id', carousel_id);
293 $carousel.find('.carousel-control').attr('href', '#' + carousel_id);
[all …]
/plugin/evesso/
H A Daction.php201 $form->getElementAt($pos)->attr('disabled', 'disabled');
277 $textInput->attr('size', '50');
278 $textInput->attr('class', 'edit');
279 $textInput->attr('value', $value);
280 $textInput->attr('disabled', 'disabled');
282 $label->attr('class', 'block');
/plugin/publish/
H A Dscript.js25 var namespace = $_this.attr('ns');
/plugin/sync/
H A Dscript.js6 …window.open(jQuery(this).attr("href"),'diff',"width=700,height=500,left=100,top=100,menubar=no,loc…
/plugin/blockquote/syntax/
H A Dblockquote.php87 $attr = '';
91 $attr = $wrap->buildAttributes($data, $pluginClass);
93 $attr = 'class="'.$pluginClass.'"';
96 $renderer->doc .= '<blockquote '.$attr.'>';
H A Dcite.php81 $attr = '';
85 $attr = $wrap->buildAttributes($data, $pluginClass);
87 $attr = 'class="'.$pluginClass.'"';
90 $renderer->doc .= '<cite '.$attr.'>';
H A Dq.php83 $attr = '';
87 $attr = $wrap->buildAttributes($data, $pluginClass);
89 $attr = 'class="'.$pluginClass.'"';
92 $renderer->doc .= '<q '.$attr.'>';
/plugin/wrap/
H A Dhelper.php39 $attr = array(
70 $attr['width'] = $token;
76 $attr['lang'] = trim($token,':');
82 $attr['id'] = trim($token,'#');
96 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '').$prefix.$token;
99 $attr['class'] = (isset($attr['class']) ? $attr['clas
339 renderODTOpenParagraph($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr = null) global() argument
449 renderODTOpenColumn($renderer, $class, $style, $attr) global() argument
539 renderODTOpenSpan($renderer, $class, $style, $language, $attr) global() argument
619 renderODTOpenTable($renderer, $attr, $style, $attr_string) global() argument
[all...]
/plugin/wrap/syntax/
H A Ddiv.php104 $attr = $wrap->buildAttributes($data, 'plugin_wrap');
106 $renderer->doc .= '<div'.$attr.'>';
H A Dspan.php71 $attr = $wrap->buildAttributes($data);
73 $renderer->doc .= '<span'.$attr.'>';
/plugin/dokucrypt2/
H A Dscript.js386 function getTagAttr(opentag,attr) { argument
388 if((loff=opentag.indexOf(attr + "=" ))!=-1) {
389 if((t=opentag.indexOf(" ",loff+attr.length+1))!=-1) {
390 return(opentag.substring(loff+attr.length+1,t));
392 return(opentag.substring(loff+attr.length+1,opentag.length-1));
H A Dsyntax.php75 $attr=array( "lock" => "default", "collapsed" => "1" );
83 $attr["lock"]=substr($match, $x, $len);
92 $attr["collapsed"]=substr($match, $x, $len);
94 return(array($state,$attr));
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js7703 rowspan = td.attr('rowspan') || 1;
7707 moreTd = $('<td class="fc-more-cell">').attr('rowspan', rowspan);
13737 td.attr('rowspan', parseInt(td.attr('rowspan') || 1, 10) + 1);
13764 td.attr('colspan', seg.rightCol - seg.leftCol + 1);
14010 trEl.append(seg.el.attr('colspan', endCol - startCol));
H A Dfullcalendar.print.less154 content: attr(data-full); }
H A Dfullcalendar.less1127 content: attr(data-start);
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js795 datetimepicker.attr('id', options.id);
798 datetimepicker.attr('style', options.style);
/plugin/davcal/
H A Dscript.js32 var href = $link.attr('href');
173 if(jQuery(this).attr('type') == 'checkbox')
260 .attr('id','dw_davcal__settings')
432 var attachment = jQuery(this).attr('href');
440 if(jQuery(this).attr('type') == 'checkbox')
543 if(jQuery(this).attr('type') == 'checkbox')
553 var attachment = jQuery(this).attr('href');
623 .attr('id','dw_davcal__edit')
826 .attr('id','dw_davcal__confirm')
/plugin/indexmenu/
H A Dscript.js113 id = $tree.attr('id');
498 .attr('id', id)
/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php510 * @param string $attr
518 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey … argument
532 if (!empty($attr)) {
533 $key['attributes'] = $attr;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1563 $packet .= $attr;
1709 * @param string $attr
1737 pack('a*Ca*', substr($attr, 0, 4), NET_SFTP_TYPE_UNKNOWN, substr($attr, 4)) :
1738 $attr;
1769 * @param string $attr
1807 $attr;
1824 $attr;
3028 $attr = [];
3033 return $attr;
3095 list($attr['uid'], $attr['gid']) = Strings::unpackSSH2('NN', $response);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1874 foreach ($rdn as $i => $attr) {
1875 $attr = &$rdn[$i];
1876 if (is_array($attr['value'])) {
1877 foreach ($attr['value'] as $type => $v) {
1883 $attr['value'] = strtolower(trim($v));
/plugin/foldablelist/
H A Dscript.js15 let new_setting = jQuery(this).parents('div.foldablelist').attr('data-collapse_after');
22 $bt.attr('style', settings.button_css);
/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

12345678910>>...29