Home
last modified time | relevance | path

Searched refs:attr (Results 326 – 350 of 722) sorted by relevance

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

/plugin/pagenav/
H A Dsyntax.php136 $attr = [
141 return '<a ' . buildAttributes($attr) . '>' . $img . '</a>';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php140 $attr = Asn1::sequence(Asn1::octetString($attribute->getDescription()));
146 $attributeList->addChild($attr->addChild($attrValues));
/plugin/wrap/syntax/
H A Ddiv.php104 $attr = $wrap->buildAttributes($data, 'plugin_wrap');
106 $renderer->doc .= '<div'.$attr.'>';
/plugin/farmer/admin/
H A Dsetup.php87 $form->addCheckbox('htaccess', $this->getLang('htaccess setup'))->attr('checked', 'checked');
88 $form->addButton('farmer__submit', $this->getLang('submit'))->attr('type', 'submit');
/plugin/gallery/action/
H A Dprosemirror.php87 $node->attr('namespace', $ns);
91 $node->attr($name, $value);
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/struct/admin/
H A Dschemas.php204 $form->addElement(new InputElement('file', 'schemafile'))->attr('accept', '.json');
216 ->attr('checked', 'checked')->addClass('edit block');
233 ->attr('checked', 'checked')
242 $form->addElement(new InputElement('file', 'csvfile'))->attr('accept', '.csv');
/plugin/widearea/
H A Dscript.js4 jQuery("#wiki__text").attr("data-widearea", "enable");
/plugin/conflictmerger/
H A Daction.php186 $attr = array('tabindex'=>'1');
188 if (!$wr) $attr['readonly'] = 'readonly';
191 $wikitext = form_makeWikiText(cleanText($_POST['wikitext']), $attr);
/plugin/pureldap/classes/
H A DClient.php332 $attr = [
339 $attr[] = new Attribute($attribute);
341 return $attr;
/plugin/sectiontoggle/
H A Dscript.js174 $class = jQuery(this).attr("class");
186 $id = jQuery(this).attr("id");
209 var id = jQuery(this).attr("id");
/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/siteexport/
H A Dscript.js190 frame.attr('src', iframeProps.src);
378 … var customOption = $('<input type="hidden"/>').attr({ name: nameVal, value: valueVal});
379 … var name = $('<input/>').addClass('edit dummy').attr({ value: nameVal}).change(function(event)
381 customOption.attr({ name: this.value }); regenerate(event);
383 … var value = $('<input/>').addClass('edit dummy').attr({ value: valueVal}).change(function(event)
385 customOption.attr({ value: this.value }); regenerate(event);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.autoload.js3 socialSharePrivacy().attr('data-init','true');
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1139 $attr = substr($response, $p, $len);
1143 $attrs[$attr] = $type;
1183 foreach ($attrs as $attr => $type) {
1196 $attrvals[$attr] = $fval;
1204 $attrvals[$attr] = array();
1209 $attrvals[$attr][] = sphFixUint($val);
1212 $attrvals[$attr] = sphFixUint($val);
1453 foreach ($attrs as $attr)
1454 assert(is_string($attr));
1475 foreach ($attrs as $attr) {
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1175 $attr = substr ( $response, $p, $len ); $p += $len;
1177 $attrs[$attr] = $type;
1215 foreach ( $attrs as $attr=>$type )
1229 $attrvals[$attr] = $fval;
1237 $attrvals[$attr] = array ();
1242 $attrvals[$attr][] = sphFixUint($val);
1246 $attrvals[$attr] = sphFixUint($val);
1488 foreach ( $attrs as $attr )
1489 assert ( is_string($attr) );
1513 foreach ( $attrs as $attr )
[all …]
/plugin/toctweak/syntax/
H A Dmetatoc.php111 $attr['class'] = $tocClass;
115 $html.= '<div '.buildAttributes($attr).'>';
/plugin/move/admin/
H A Dtree.php184 $attr = buildAttributes($params);
186 return "<li $attr>";
/plugin/bookcreator/syntax/
H A Dbookmanager.php212 ->attr('type', 'submit');
227 ->attr('type', 'submit');
269 $form->addButton('exportselection', $this->getLang('create'))->attr('type', 'submit');
288 $form->addButton('saveselection', $this->getLang('save'))->attr('type', 'submit');
/plugin/gallery/script/
H A Dprosemirror.js330 this.dom.classList = $renderedWrapper.attr('class') + ' dwplugin_gallery nodeHasForm';
389 function (acc, attr) {
390 acc[attr[0]] = attr[1].default;
386 AnonymousFunction7976226f0800(acc, attr) global() argument
/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/tagging/action/
H A Dsearch.php74 ->attr('aria-haspopup', 'true')
92 ->attr('aria-haspopup', 'true')
114 $searchForm->addTagOpen('ul', ++$currElemPos)->attr('aria-expanded', 'false');
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js170 selector = selector.replace( rattrHashGlob, function( _, attr, op, value ) { argument
171 return "[" + attr + op + "\"" + value + "\"]";
280 jQuery.each( name.match( rmatchNonSpace ), function( _i, attr ) { argument
281 if ( jQuery.expr.match.bool.test( attr ) ) {
282 migrateWarn( "jQuery.fn.removeAttr no longer sets boolean properties: " + attr );
283 self.prop( attr, false );
/plugin/autogroup/
H A Daction.php118 list($attr, $regex) = $line;
119 $match |= preg_match($regex, $oldinfo[$attr]);
/plugin/authradius/
H A Dauth.php126 $attr = $resa['attr'];
128 if($attr == RADIUS_CLASS){

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