Home
last modified time | relevance | path

Searched refs:attr (Results 526 – 550 of 722) sorted by path

1...<<212223242526272829

/plugin/refnotes/
H A Dadmin.js54 return list.children('[value="' + value + '"]').attr('selected', 'selected').val();
68 return list.children(':first').attr('selected', 'selected').val();
258 this.element.attr('checked', value);
805 this.element.attr('checked', value);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js521 var setAttributes = function(e, attr) { argument
534 for (var i = 0; i < attr.length; i++) {
535 var k = attr[i][0], v = attr[i][1];
H A DJsHttpRequest.js708 var setAttributes = function(e, attr) { argument
721 for (var i = 0; i < attr.length; i++) {
722 var k = attr[i][0], v = attr[i][1];
/plugin/revealjs/css/print/
H A Dpaper.css86 content: " (" attr(href) ") ";
/plugin/revealjs/css/
H A Dreveal.css1503 content: attr(data-title);
H A Dreveal.scss1640 content: attr(data-title);
/plugin/revealjs/lib/css/
H A Dmonokai.css46 .hljs-selector-attr,
/plugin/revisionat/
H A Dscript.js42 var href = $elem.attr('href');
46 $elem.attr('href', href.replace(/rev(=\d{10})/, 'at$1'));
/plugin/rigrr/
H A Dscript.js13 $("#rigrr_canvas").find("svg").attr('id', 'rigrr_svg');
/plugin/rrdgraph/inc/
H A Dsvgbinding.php101 foreach ($attributes as $attr => $value) {
102 fwrite($this->output, ' ' . $attr . '="' . $value. '"');
/plugin/rrdgraph/
H A Dscript.js26 var imageUri = image.attr("src");
29 image.attr("src", imageUri);
30 link.attr("href", imageUri + "&mode=fs");
43 rrdDoSwitchRange(jQuery(this).attr("value"), rangeId);
54 var graphId = jRrdContainer.attr("data-graphid");
55 var ranges = jRrdContainer.attr("data-ranges");
/plugin/s5/ui/default/
H A Dpretty.css85 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js65 for(attr in arguments[1])
66 element[attr == 'class' ? 'className' : attr] = arguments[1][attr];
H A Dprototype.js2099 for (var attr in attributes) {
2100 name = t.names[attr] || attr;
2101 value = attributes[attr];
2102 if (t.values[attr]) name = t.values[attr](element, value);
2684 Element._attributeTranslations.write.names[attr.toLowerCase()] = attr;
2685 Element._attributeTranslations.has[attr.toLowerCase()] = attr;
3386 attr: function(m) {
3478 attr: function(m) {
3523 attr: function(element, matches) {
3716 attr: function(nodes, root, attr, value, operator, combinator) { argument
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css517 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/schedule/lib/
H A DscheduleCitiesMap.js122 var location = adrBlock.attr ('location');
142 li.attr ('lat'), li.attr ('lon'));
201 var lat = scheduleSelectedCity.attr ('lat');
202 var lon = scheduleSelectedCity.attr ('lon');
316 li.attr ('lat'), li.attr ('lon'));
342 var mapId = jQuery (this).attr ('id');
442 scheduleSelectedCity.attr ('lat', location[0]);
514 cities.push (li.attr ('insee'));
515 lats.push (li.attr ('lat'));
516 lons.push (li.attr ('lon'));
[all …]
H A DscheduleTable.js10 var today = showDay.attr ('day');
35 var eventLocations = showDay.attr ('locations');
/plugin/schulzevote/
H A Dscript.js8 jQuery(this).attr('disabled', false);
14 if(jQuery(this).attr('value') == $this.val() && jQuery(this).attr('value') !== '-')
15 jQuery(this).attr('disabled',true);
/plugin/schulzevote/syntax/
H A Dvote.php170 $form->addTagOpen('div')->attr('id', 'plugin__schulzevote');
/plugin/scrapbook/
H A Dscript.js12 .attr('aria-hidden', 'true')
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedAttributes.txt
H A DHTML.ForbiddenAttributes.txt
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
H A DPH5P.php

1...<<212223242526272829