Home
last modified time | relevance | path

Searched refs:selector (Results 126 – 150 of 328) sorted by relevance

12345678910>>...14

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dagate.min.css17selector-id,.hljs-selector-class{color:#ade5fc}.hljs-string,.hljs-bullet{color:#a2fca2}.hljs-type,…
H A Ddark.min.css1selector-tag,.hljs-literal,.hljs-section,.hljs-link{color:white}.hljs,.hljs-subst{color:#ddd}.hljs…
H A Dbrown-paper.min.css1selector-tag,.hljs-literal{color:#005599;font-weight:bold}.hljs,.hljs-subst{color:#363c69}.hljs-st…
H A Dgithub.min.css1selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hl…
H A Dgrayscale.min.css1selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal{color:#777}.hljs-s…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js8 jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;
9 if(selector.nodeType){this[0]=selector;
12 }if(typeof selector=="string"){var match=quickExpr.exec(selector);
17 }selector=[];
81 },not:function(selector){if(selector.constructor==String){if(isSimple.test(selector)){return this.p…
82 }else{selector=jQuery.multiFilter(selector,this);
83 }}var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;
86 …nction(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector=="str…
87 },is:function(selector){return !!selector&&jQuery.multiFilter(selector,this).length>0;
88 },hasClass:function(selector){return this.is("."+selector);
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js8 jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;
9 if(selector.nodeType){this[0]=selector;
12 }if(typeof selector=="string"){var match=quickExpr.exec(selector);
17 }selector=[];
81 },not:function(selector){if(selector.constructor==String){if(isSimple.test(selector)){return this.p…
82 }else{selector=jQuery.multiFilter(selector,this);
83 }}var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;
86 …nction(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector=="str…
87 },is:function(selector){return !!selector&&jQuery.multiFilter(selector,this).length>0;
88 },hasClass:function(selector){return this.is("."+selector);
[all …]
/plugin/fetchmedia/script/
H A Dmain.js12 const selector = `td[data-id="${btoa(page + link)}"]`;
13 const td = document.querySelector(selector);
30 const selector = `td[data-id="${btoa(page + link)}"]`;
31 const td = document.querySelector(selector);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php37 * that follow the Jquery API and uses [css-selector](https://symfony.com/doc/current/components/css_selector.html)
38 * to get Xpath expression from Css selector
697 * Query via a CSS selector
699 * @throws ExceptionBadSyntax - if the selector is not valid
700 * @throws ExceptionNotFound - if the selector selects nothing
702 public function querySelector(string $selector): XmlElement argument
704 $domNodeList = $this->querySelectorAll($selector);
708 throw new ExceptionNotFound("No element was found with the selector $selector");
716 public function querySelectorAll(string $selector) argument
733 cssSelectorToXpath(string $selector) global() argument
[all...]
H A DXmlElement.php102 public function querySelectorAll(string $selector): array argument
104 $xpath = $this->document->cssSelectorToXpath($selector);
154 public function querySelector(string $selector): XmlElement argument
156 $domNodeList = $this->querySelectorAll($selector);
160 throw new ExceptionNotFound("No element was found with the selector $selector");
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1selector";a:2:{i:0;i:3;i:1;s:7:"address";}s:4:"body";O:21:"CSSPropertyCollection":4:{s:11:"_proper…
/plugin/mobiletable/
H A DmobileTable.js8 const selector = options.selector || "table"
217 tables = tables || document.querySelectorAll(selector)
245 tables = tables || document.querySelectorAll(selector)
280 selector: "div.page div.mobiletable table",
/plugin/inlineedit/
H A Dscript.js42 function ajaxedit_getIdxBySelector($elem,selector) { argument
44 var $els = jQuery(selector);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php488 $selector =& $at_rule->getSelector();
489 $type = $selector->get_type();
534 foreach ($boxes as $selector => $box) {
535 $boxes[$selector]->show($this->output_driver);
636 $selector = $at_rule->getSelector();
637 $boxes[$selector] =& BoxPageMargin::create($this, $at_rule);
640 foreach ($boxes as $selector => $box) {
644 $boxes[$selector]->reflow_text($this->output_driver);
647 foreach ($boxes as $selector => $box) {
648 $boxes[$selector]->reflow($this->output_driver,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DTrigger.php379 public function setSelector(Parameter $selector) argument
381 $this->selector = $selector;
388 return $this->selector;
/plugin/editsections/
H A Dall.css8 Note: Adding the 'body' selector makes these rules more specific, and so
10 be able to override this by adding the 'html' selector to the 'secedit' css
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php101 $selector = new MechanismSelector($this->mechanisms());
103 return $selector->select($choices, $options);
/plugin/acmenu/
H A Dscript.js120 const selector = "div.acmenu ul.idx > li:not([class^='level']) > div.li";
125 jQuery(selector).click(function(event) {
/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php32 public static function getRule(array $styles, $selector): string argument
34 $rule = $selector . " {" . DOKU_LF;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconnector.py96 selector = {"GetFolders": self.getFolders,
100 s += selector[command](resourceType, currentFolder)
/plugin/translation/
H A Dstyle.less8 // default styles for inline language selector
60 // overrides for dropdown style language selector
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php256 foreach ($val as $selector => $vali)
259 $this->parser->_add_token(SEL_START, $selector, true);
267 $this->parser->_add_token(SEL_END, $selector, true);
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js7 let selector = `.${classSuffix}`;
8 const carrousels = [...document.querySelectorAll(selector)];
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js130 selector: "[" + gantt.config.task_attribute + "]:not(.gantt_task_row)",
351 var targetNode = domHelpers.closest(eventTarget, config.selector);
377 this.detach(config.selector);
379 this._listeners[config.selector] = {
384 TooltipManager.prototype.detach = function (selector) { argument
385 var listener = this._listeners[selector];
404 selector: config.selector,
782 function closest(element, selector){ argument
784 return element.closest(selector);
791 if (method.call(el, selector)) return el;

12345678910>>...14