Home
last modified time | relevance | path

Searched refs:attr (Results 251 – 275 of 722) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/c3chart/
H A Dscript.js3 var c3data = jQuery(div).attr('data-c3chart');
/plugin/vshare/
H A Dscript.js69 let attr;
71 while(attr = attributes.pop()) {
72 iframe.setAttribute(attr.nodeName, attr.nodeValue);
/plugin/translate/
H A Dscript.js31 .attr('src', DOKU_BASE+'lib/plugins/translate/images/splitswitch.gif')
32 .attr('alt', '')
/plugin/tablelayout/action/
H A Dlayoutform.php48 $form->addTagOpen('div')->attr('style', 'display: none;');
74 $form->addButton('', $this->getLang('button:apply'))->attr('type', 'submit');
/plugin/tablelayout/script/
H A Dtablelayout_functions.js159 var colspan = $cell.attr('colspan') - 1;
167 var rowspan = $cell.attr('rowspan') - 1;
H A Dlayoutform.js73 $layoutcontainer.find('input[name="tableSort"]').attr('checked', true);
76 $layoutcontainer.find('input[name="tableSearch"]').attr('checked', true);
79 $layoutcontainer.find('input[name="tablePrint"]').attr('checked', true);
H A Dscript.js14 var target = $secedit_form.closest('form').attr('action');
29 var $link = jQuery('<a>' + window.LANG.plugins.tablelayout.print + '</a>').attr({
/plugin/layeranimation/
H A Dscript.js314 innerLayer.waitTime = innerLayer.elem.attr('timing') * 1000 || self.timeout;
332 …var layerListItem = $('<li/>').text(self.layer.length).attr('title', 'skip to page ' + self.layer.…
366 …var layerListItem = $('<li/>').addClass('play-pause').attr('title', 'pause animation').appendTo(se…
401 $elem.attr(saveStyle, $elem.attr(currentStyle));
402 $elem.attr(currentStyle, '');
/plugin/lms/syntax/
H A Dlms.php97 $attr = [
106 return '<a ' . buildAttributes($attr) . '>' . $span . $svg . '</a>';
/plugin/bpmnioeditor/
H A Dscript.js18 window.bpmn[index]['name'] = getQuery($bpmn.attr('href'), 'media');
134 url:$bpmn.attr('href'),
179 url:$bpmn.attr('href'),
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js2809 attr(rect, {
10835 attr.name, '=', attr.value, 'on', element,
16545 if (attr) {
16561 if (attr) {
16966 attr(rect, {
25716 attr(rect1, {
25727 attr(rect2, {
28172 attr(hit, {
28211 attr(hit, {
30382 attr(gfx, {
[all …]
/plugin/popupviewer/
H A Dscript.js230 content.attr('id', randomID);
298 }).hide().attr('src', popupData.src ).appendTo('body');
323 var urlpart = element.attr('href') || element.attr('action') || "";
350 …return content.current.attr('href') || content.current.attr('src') || content.current.attr('action…
628 src: element.attr('src'),
/plugin/openas/
H A Dscript.js4 var href = jq.attr('href');
12 jq.attr("href",href); // (jQuery("div.save_as_tmpl a.wikilink2").attr("href",href));
24 jq.attr("href",href);
/plugin/xtern/
H A Dscript.js4 var current_val = jQuery("input.xtern_info_but").attr('value');
6 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_close);
9 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_show);
27 var _class = jQuery(this).attr('class');
32 var _url = jQuery( this ).attr('href');
86 lnk.attr('title', title);
/plugin/xcom/
H A Dscript.js751 if(jQuery(this).attr("src").match(/eye_blue/)) {
752 var which = jQuery(this).attr("id").match(/loc/) ? "#xcom_localpwd" : "#xcom_pwd";
753 jQuery(this).attr("src",eyes.black);
754 jQuery(which).attr("type","password");
755 jQuery(this).attr("title",JSINFO['pwdview']);
757 else if(jQuery(this).attr("src").match(/eye_blk/)) {
758 var which = jQuery(this).attr("id").match(/loc/) ? "#xcom_localpwd" : "#xcom_pwd";
759 jQuery(this).attr("src",eyes.blue);
760 jQuery(which).attr("type","text");
761 jQuery(this).attr("title",JSINFO['pwdhide']);
/plugin/instantpage/
H A Dscript.js26 jQuery(this).attr('data-instant', 1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php106 foreach ($this->attributes as $i => $attr) {
107 if ($attr->equals($attribute, true)) {
130 foreach ($this->attributes as $i => $attr) {
131 if ($attr->equals($attribute, true)) {
156 foreach ($this->attributes as $attr) {
157 if ($attr->equals($attribute, $strict)) {
158 return $attr;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php225 $attr = [];
227 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
229 $this->attributes = $attr;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php232 $attr = [];
234 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
236 $this->attributes = $attr;
449 Asn1::sequenceOf(...array_map(function ($attr) {
450 /** @var Attribute|string $attr */
451 return Asn1::octetString($attr instanceof Attribute ? $attr->getDescription() : $attr);
H A DAddRequest.php140 $attr = Asn1::sequence(Asn1::octetString($attribute->getDescription()));
146 $attributeList->addChild($attr->addChild($attrValues));
/plugin/pureldap/classes/
H A DADClient.php309 foreach ($this->config['attributes'] as $attr) {
310 $user[$attr] = $this->attr2str($entry->get($attr));
358 $attr = parent::userAttributes();
359 $attr[] = new Attribute('sAMAccountName');
360 $attr[] = new Attribute('userPrincipalName');
361 $attr[] = new Attribute('Name');
362 $attr[] = new Attribute('primaryGroupID');
363 $attr[] = new Attribute('memberOf');
364 $attr[]
[all...]
H A DClient.php332 $attr = [
339 $attr[] = new Attribute($attribute);
341 return $attr;
/plugin/pagebuttons/
H A DNewFolderButton.php42 $attr = parent::getLinkAttributes($classprefix);
43 if (empty($attr['class'])) {
44 $attr['class'] = '';
46 $attr['class'] .= ' plugin_pagebuttons_newfolder ';
47 return $attr;
H A DDeletePageButton.php49 $attr = parent::getLinkAttributes($classprefix);
50 if (empty($attr['class'])) {
51 $attr['class'] = '';
53 $attr['class'] .= ' plugin_pagebuttons_deletepage ';
54 return $attr;
H A DNewPageButton.php42 $attr = parent::getLinkAttributes($classprefix);
43 if (empty($attr['class'])) {
44 $attr['class'] = '';
46 $attr['class'] .= ' plugin_pagebuttons_newpage ';
47 return $attr;

1...<<11121314151617181920>>...29