Home
last modified time | relevance | path

Searched refs:attr (Results 126 – 150 of 722) sorted by relevance

12345678910>>...29

/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/farmsync/meta/
H A DMediaConflict.php38 …$sourcelink->attr('href', "$sourcebase/lib/exe/fetch.php?media=" . $this->getItem())->attr('target…
44 …$animallink->attr('href', "$animalbase/lib/exe/fetch.php?media=" . $this->getItem())->attr('target…
/plugin/userpage/
H A Daction.php40 $attr = array();
41 $attr['href'] = wl($userPage);
42 $attr['class'] = 'userpage'.$activeClass;
47 'attr' => $attr,
/plugin/flowchartjs/
H A Dscript.js11 var cls = jQuery(this).attr('class').replace(/^\s+|\s+$/, '').replace(/\s+/g, ' ').split(' ');
23 if (div_size_style != "") jQuery('div#' + id).attr('style', div_size_style);
25 jQuery('div#' + id + ' svg').attr(
27 jQuery('div#' + id + ' svg').attr('style') + ' height: 100%; width: 100%;'
47 var cls = jQuery(this).attr('class').replace(/^\s+|\s+$/g, '').replace(/\s+/g, ' ').split(' ');
/plugin/bureaucracyau/helper/
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = 'required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
/plugin/bureaucracy-au/helper/
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = 'required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
/plugin/bureaucracy/helper/
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = 'required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1attr("type","hidden").attr("name","mode").attr("value","dwiki").appendTo(jQuery(a));jQuery("<input…
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php8 function make_attr_value($attr, $html) { argument
9 return preg_replace("#(<[^>]*\s){$attr}(\s|>|/>)#si","\\1{$attr}=\"{$attr}\"\\2",$html);
263 $attr = strtolower($matches[1]);
266 if (!isset($attrs[$attr])) {
267 $attrs[$attr] = $value;
272 $attr = strtolower($matches[1]);
275 if (!isset($attrs[$attr])) {
276 $attrs[$attr] = $value;
281 $attr = strtolower($matches[1]);
284 if (!isset($attrs[$attr])) {
[all …]
/plugin/multiorphan/
H A Dscript.js18 …request({'do':'view'+type, 'link':decodeURIComponent($link.attr('elementid'))}, function(response){
21 … $('<div/>').attr('id', 'multiorphan__preview_dialog').appendTo('body').dialog({
45 … $link.parents('.entry[elementid="'+$link.attr('elementid')+'"]').addClass('deleted disabled');
58 $link.parents('.entry[elementid="'+$link.attr('elementid')+'"]').remove();
184 … var $link = $('<a>').attr(attrs).text(action.label).appendTo($buttonSet).click(action.click);
198 $header.attr('count', parseInt($header.attr('count')||0)+1);
202 … var $wrapper = $('<div/>').addClass('entry').attr('elementid', id).appendTo($insertPoint);
279 $orphanForm.find('.multiorphan__result_group .orphan.header').attr('count', null);
292 $pagesOut.prev('.header').attr('count', $currentResults.pages.orphan.length);
293 $mediaOut.prev('.header').attr('count', $currentResults.media.orphan.length);
[all …]
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js5 …tion(){};var onerror=settings.onerror||reset;if(settings.tooltip){$(this).attr('title',settings.to…
14 …gs.cssclass){if('inherit'==settings.cssclass){form.attr('class',$(self).attr('class'));}else{form.
15 …herit'==settings.style){form.attr('style',$(self).attr('style'));form.css('display',$(self).css('d…
18 content.apply(form,[input_content,settings,self]);input.attr('name',settings.name);buttons.apply(fo…
25 $(self).attr('title',settings.tooltip);return false;});});this.reset=function(form){if(this.editing…
26attr('title',settings.tooltip);}}}};});};$.editable={types:{defaults:{element:function(settings,or…
32attr('autocomplete','off');$(this).append(input);return(input);}},textarea:{element:function(setti…
33 if(settings.cols){textarea.attr('cols',settings.cols);}else if(settings.width!="none"){textarea.wid…
38 …val()==json['selected']||$(this).text()==$.trim(original.revert)){$(this).attr('selected','selecte…
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js278 …var canonical = $("link[rel=canonical]").attr("href") || $('head meta[property="og:url"]').attr("c…
315 attr({
351 options.set_perma_option($input.attr('data-service'), options);
354 options.del_perma_option($input.attr('data-service'), options);
490 var attr = attrs[i];
491 if (/^data-./.test(attr.name)) {
492 var path = attr.name.slice(5).replace(/-/g,"_").split(".");
511 ctx[name] = attr.value;
662 attr({
682 $info_link.attr("target",this_options.info_link_target);
[all …]
/plugin/strata/
H A Dscript.js153 return parseInt(jQuery(item1).attr('data-strata-order')) - parseInt(jQuery(item2).attr('data-strata-order'));
223 if($option.attr('data-filter') == 'none') {
311 for (var i = 0; i < items.length && jQuery(items[i]).attr('data-field') != undefined; i++) {
312 fields.push(jQuery(items[i]).attr('data-field'));
313 isAscending.push(jQuery('.strata-ui-sort-direction', items[i]).attr('data-strata-sort-direction') == 'asc');
342 var sort = jQuery(element).attr('data-strata-ui-sort');
347 jQuery('.col' + col, element).attr('data-strata-sort', i);
348 jQuery('.col' + col, element).attr('data-strata-sort-direction', isAscending[i] ? 'asc' : 'desc');
366 var filterColumns = jQuery(div).attr('dat
[all...]
/plugin/chordsheets/js/
H A Djtab.min.js1attr({stroke:this.color,"stroke-width":.2}),this.path(this.svg_params(this.current_offset+this.mar…
/plugin/twofactor/
H A DOtpField.php23 $this->attr('autofocus', 'on');
24 $this->attr('autocomplete', 'one-time-code');
25 $this->attr('inputmode', 'numeric');
/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 Dq.php83 $attr = '';
87 $attr = $wrap->buildAttributes($data, $pluginClass);
89 $attr = 'class="'.$pluginClass.'"';
92 $renderer->doc .= '<q '.$attr.'>';
/plugin/titlesanchorlink/
H A Dscript.js3 var id = $(this).attr('id');
13 var id = $(this).attr('id');
16 var id = $(this).attr('id');
/plugin/htvid/syntax/
H A Dvideo.php118 $attr = "";
124 $attr = 'loop="loop"';
127 $attr = 'autoplay="autoplay"';
132 $attr = 'loop="loop" autoplay="autoplay"';
146 $obj.= '<video width="' . $width . '" height="' . $height . '" controls="controls"' . $attr . '>';
/plugin/encryptedpasswords/script/
H A DPageHandling.js18 .attr('title', LANG.plugins.encryptedpasswords.decryptAll)
22 .attr('title', LANG.plugins.encryptedpasswords.hideAll)
26 .attr('title', LANG.plugins.encryptedpasswords.copy)
39 $element.attr('title', '');
48 $element.attr('title', LANG.plugins.encryptedpasswords.invalidKey);
/plugin/labeled/action/
H A Dchange.php86 foreach (array('label', 'color') as $attr) {
87 if (!isset($_REQUEST[$attr])) return;
88 $$attr = $_REQUEST[$attr];
/plugin/vshare/
H A Dscript.js69 let attr;
71 while(attr = attributes.pop()) {
72 iframe.setAttribute(attr.nodeName, attr.nodeValue);
/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...]
/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/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;

12345678910>>...29