Home
last modified time | relevance | path

Searched refs:attr (Results 51 – 75 of 722) sorted by relevance

12345678910>>...29

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2attr("class"," nv-wrap nv-interactiveLineLayer");r.append("g").attr("class","nv-interactiveGuideLi…
3attr("class","nv-x nv-axis"),x.append("g").attr("class","nv-y nv-axis").append("g").attr("class","…
4attr("transform",function(a,b,c){return"translate(0,"+(c%2==0?"5":"17")+")"})}n&&(g.scale(d)._tick…
5attr("class","nvd3 nv-wrap nv-lineChart").append("g"),G=E.select("g");F.append("rect").style("opac…
6attr("class","nvd3 nv-wrap nv-multiBarWithLegend").append("g"),L=J.select("g");if(K.append("g").at…
7attr("visibility","hidden")}function s(a){m[a]=Math.min(w,Math.max(0,this.parentNode.__origin__+=d…
8attr("class","nvd3 nv-wrap nv-sparkline");s.append("g"),r.select("g")}r.attr("transform","translat…
/plugin/mikioplugin/
H A Dscript.js57 if (jQuery(this).attr('data-toggle') == 'collapse') {
59 jQuery(jQuery(this).attr('data-target')).slideToggle();
102 if (jQuery(this).attr('data-auto-start') == 'true') {
104 timeout = carousel.find('.mikiop-carousel-item.mikiop-active').attr('data-interval');
199 delay = target.attr('data-interval');
333 quizRef.find('.mikiop-quiz-button-prev').attr('disabled', true);
335 quizRef.find('.mikiop-quiz-button-submit').show().attr('disabled', false);
338 var status = quizRef.attr('data-status');
344 quizRef.find('.mikiop-quiz-button-next').attr('disabled', true);
346 quizRef.find('.mikiop-quiz-button-next').attr('disable
[all...]
/plugin/structgeohash/
H A Dscript.js16 var id = jQuery(this).attr('id');
18 var urlTMP = jQuery(this).attr('data-urlTMP');
19 var attribution = jQuery(this).attr('data-attribution');
20 var maxZoom = jQuery(this).attr('data-maxZoom');
21 var mapId = jQuery(this).attr('data-mapId');
27 var gh_default = jQuery("#"+inputId).attr('value');
60 jQuery("#"+id).attr('value',mygh);
/plugin/diagrams/action/
H A Dprosemirror.php61 $node->attr('type', $eventData['name'] === 'diagrams_mediafile' ? 'mediafile' : 'embed');
62 $node->attr('id', $imageData['src'] ?? ''); // only for mediafile
63 $node->attr('url', $url);
64 $node->attr('title', $imageData['title'] ?? '');
65 $node->attr('width', $imageData['width']);
66 $node->attr('height', $imageData['height']);
67 $node->attr('align', $imageData['align']);
/plugin/move/
H A DMenuItem.php17 $attr = parent::getLinkAttributes($classprefix);
18 if (empty($attr['class'])) {
19 $attr['class'] = '';
21 $attr['class'] .= ' plugin_move_page ';
22 return $attr;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js123 .attr({id: 'markerArrowBlock'});
127 .attr({markerWidth: '4', id: 'markerArrowOpen'});
132 this.paper_.attr({
167 t.attr(font || {});
170 t.selectAll('tspan:nth-child(n+2)').attr({
180 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
185 line.attr('markerEnd', this.arrowMarkers_[arrowhead]);
191 var rect = this.paper_.rect(x, y, w, h).attr(RECT);
213 t.attr({x: x - bb.x, y: y - bb.y});
214 t.selectAll('tspan').attr({x: x});
[all …]
H A Dtheme-raphael.js100 p.attr(font);
110 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
112 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
115 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
121 return this.paper_.rect(x, y, w, h).attr(RECT);
150 t.attr(font);
151 t.attr({'text-anchor': 'start'});
177 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
179 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
182 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/prosemirror/
H A Drenderer.php94 $docNode->attr('nocache', true);
100 $docNode->attr('notoc', true);
213 $node->attr('columns', $this->colcount);
252 $node->attr('colspan', $colspan);
253 $node->attr('rowspan', $rowspan);
254 $node->attr('align', $align);
284 $node->attr('level', $level);
342 $node->attr('class', 'code ' . $lang);
343 $node->attr('data-language', $lang);
344 $node->attr('dat
[all...]
/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;
/plugin/tocselect/
H A Dscript.js32 a.attr('title',a.attr('value'));
37 a.attr('title',a.attr('value'));
43 var curSrc = jQuery(this).attr('src');
45 jQuery(this).attr('src', dir +'closed.png');
48 jQuery(this).attr('src', dir +'open.png ');
55 a.attr('title',name);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php24 $attr = new ConstantExpression('bar', 1);
28 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
31 $this->assertEquals($attr, $node->getNode('attribute'));
41 $attr = new ConstantExpression('bar', 1);
43 $node = new GetAttrExpression($expr, $attr, $args, Template::ANY_CALL, 1);
46 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
52 $node = new GetAttrExpression($expr, $attr, $args, Template::METHOD_CALL, 1);
/plugin/folded/
H A DMenuItemFolded.php63 $attr = array(
67 $attr['rel'] = 'nofollow';
68 $attr['class'] = 'fold_unfold_all_new';
69 $attr['onclick'] = 'fold_unfold_all();';
71 return $attr;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBookmark.php8 public function open($attr, &$ahtml, &$ihtml) argument
10 if (isset($attr['CONTENT'])) {
12 $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES);
14 if (!empty($attr['LEVEL'])) {
15 $objattr['bklevel'] = $attr['LEVEL'];
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js69 .attr('class', null)
70 .attr('id', null);
85 $('#_').attr('id', 'lodash');
86 $('[href="#_"]').attr('href', '#lodash');
123 const classes = $parent.find('.source,.text').first().attr('class').split(' ');
138 const classes = $element.attr('class').split(' ');
139 const attr = _(classes).intersection(highlights[ext]).join(' ');
140 $element.attr('class', attr || null);
156 while ($span[0] && $span[0].name == 'span' && !$span.attr('class')) {
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js131 }).attr('data-x', x).attr('data-y', y);
133 …).css('transform', 'translate3d(-' + x + 'px, -' + y + 'px, 0)').attr('data-x', x).attr('data-y', …
318 distanceY = -Math.abs(_$el.attr('data-y'));
324 distanceX = -Math.abs(_$el.attr('data-x'));
415 distanceY = -Math.abs(_$el.attr('data-y'));
421 distanceX = -Math.abs(_$el.attr('data-x'));
464 var distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
489 _$el.attr('data-y', Math.abs(distanceY));
491 distanceY = -Math.abs(_$el.attr('data-y'));
495 _$el.attr('data-x', Math.abs(distanceX));
[all …]
H A Dlg-zoom.min.js4attr("data-scale",c),b.core.s.useLeftForZoom?f.parent().css({left:-i+"px",top:-j+"px"}).attr("data…
/plugin/farmsync/meta/
H A DPageConflict.php42 $form->attr('data-animal', $this->getAnimal())->attr("data-page", $this->getItem());
48 $form->addTagOpen('div')->attr("style", "display:flex");
56 $form->addTextarea('backup')->val($this->getFinalText())->attr("style", "display:none;");
57 $form->addButton("save", "save")->attr("style", "display:none;");
58 $form->addButton("cancel", "cancel")->attr("style", "display:none;");
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1515 function MergeCSS($inherit, $tag, $attr)
1519 $attr = is_array($attr) ? $attr : [];
1522 if (isset($attr['CLASS'])) {
1525 }, Arrays::allUniqueSortedCombinations(preg_split('/\s+/', $attr['CLASS'])));
1527 if (!isset($attr['ID'])) {
1528 $attr['ID'] = '';
1532 if (!isset($attr['LANG'])) {
1533 $attr['LAN
1509 MergeCSS($inherit, $tag, $attr) global() argument
2127 PreviewBlockCSS($tag, $attr) global() argument
[all...]
/plugin/adhocmathml/
H A Dmtd.php39 $attr = $helper->getAttributes($data);
41 $rows = ( array_key_exists('rowspan', $attr) ? intval($attr['rowspan']) : 1 );
42 $cols = ( array_key_exists('colspan', $attr) ? intval($attr['colspan']) : 1 );
/plugin/tagsections/
H A Dscript.js24 nr = $tgt.attr('class').match(/(\s+|^)editbutton_(\d+)(\s+|$)/)[2],
89 …Query('<input type="checkbox" class="tagsections__tag"/>').attr('name', tagName).val('1').attr('id…
90 return jQuery('<label/>').attr('for', tagName).text(tag).append($element);
96 … var $element = jQuery('<input class="tagsections__tag__new"/>').attr('id', namespace + '_newTag');
99 …jQuery('<label class="newTag"/>').attr('for', namespace + '_newTag').text(LANG.plugins.tagsections…
115 data['range'] = $currentButton.find('input.sectiontag_button').attr('range');
153 … var $new = jQuery('<script/>').attr('type', $xchange.attr('type')).attr('defer', 'true');
155 $new.attr('src', $xchange.attr('src'));
/plugin/prosemirror/parser/
H A DImageNode.php94 $node->attr('data-resolvedHtml',
111 $node->attr($prefix . 'src', ml($src));
112 $node->attr($prefix . 'title', $title);
127 $node->attr($prefix . 'class', $class);
128 $node->attr($prefix . 'align', $align);
129 $node->attr($prefix . 'width', $width);
130 $node->attr($prefix . 'height', $height);
131 $node->attr($prefix . 'id', $src);
132 $node->attr($prefix . 'cache', $cache);
133 $node->attr(
[all...]
/plugin/tabbox/
H A Dscript.js23 var id = $open.attr('id').substr(4);
44 $a.attr('href', '#'+$hl.attr('id'));
47 tabboxopen($box, $hl.attr('id'));
51 $li.attr('id', 'lnk_'+$hl.attr('id'));

12345678910>>...29