Home
last modified time | relevance | path

Searched refs:attribute (Results 201 – 225 of 449) sorted by last modified time

12345678910>>...18

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1attribute vec2 a_position; \\\n attribute vec2 a_texCoord; …
H A Dpdf.worker.js.map1attribute can be misused for regular fonts\n // Heuristic: we have to check if the font is …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1attribute for external links. Must use one of the values from {LinkTarget}.\n * Defaults to usin…
/plugin/formatplus2/
H A DREADME40 All attributes are optional. For inline quotes, the cite attribute can
/plugin/tcycle/
H A Dsyntax.php101 function _getAttribute($attributeString, $attribute, $default){ argument
103 $pos = strpos($attributeString, $attribute."=");
105 $pos = strpos($attributeString, $attribute." ");
108 $pos = $pos + strlen($attribute);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1attribute is present\n if ((target.title || '') != '')\n params.title = target.title;\…
/plugin/syntaxhighlighter4/
H A DREADME.md57 <sxh php; first-line: 89; highlight: [106,107]; title: New title attribute in action>
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown47 In slick 1.5 you can now add settings using the data-slick attribute. You still need to call $(elem…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1attribute","getRelativeEventPosition","ev","clientX","clientY","isChildOf","parent","hasClass","el…
H A Ddhtmlxgantt_tooltip.js.map1attribute","getRelativeEventPosition","ev","clientX","clientY","isChildOf","parent","hasClass","el…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js709 function locateAttribute(e, attribute) { argument
710 if(!attribute) return;
716 var test = trg.getAttribute(attribute);
H A Ddhtmlxgantt_keyboard_navigation.js1914 function locateAttribute(e, attribute) { argument
1915 if(!attribute) return;
1921 var test = trg.getAttribute(attribute);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1attribute","getRelativeEventPosition","ev","clientX","clientY","isChildOf","parent","hasClass","el…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12272 gantt._locateHTML = function(e, attribute) { argument
12273 return domHelpers.locateAttribute(e, attribute || this.config.task_attribute);
12278 var attribute = this.config.task_attribute;
12281 var value = els[i].getAttribute(attribute);
29354 function locateAttribute(e, attribute) { argument
29355 if(!attribute) return;
29361 var test = trg.getAttribute(attribute);
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …r-self|descendant|define|default|declare|comment|child|cast|case|before|attribute|assert|ascending…
64attribute-words|cts:element-attribute-word-query-weight|cts:element-attribute-word-query-text|cts:…
H A Dlang-vhdl.js39 …[PR['PR_KEYWORD'], /^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|b…
H A Dprettify.css33 .atn { color: #606 } /* a markup attribute name */
34 .atv { color: #080 } /* a markup attribute value */
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css12 pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
13 pre .atv { color: #ffa0a0 } /* attribute value - pink */
H A Ddoxy.css13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquo…
14 pre .atv, code .atv { color: #EEB4B4; } /* html/xml attribute value - rosy brown2 */
H A Dsunburst.css12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
13 pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9164 unless they're part of a tag or unquoted attribute value. See
9170 [quote attribute values](http://wonko.com/post/html-escaping) to reduce
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js78 var addMethod = function(length, method, attribute) { argument
81 return _[method](this[attribute]);
84 return _[method](this[attribute], value);
87 return _[method](this[attribute], cb(iteratee, this), context);
90 return _[method](this[attribute], cb(iteratee, this), defaultVal, context);
94 args.unshift(this[attribute]);
99 var addUnderscoreMethods = function(Class, methods, attribute) { argument
101 if (_[method]) Class.prototype[method] = addMethod(length, method, attribute);
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt13 * Acknowledge the ''style'' attribute
/plugin/bureaucracyau/helper/
H A Dfieldusers.php52 $attribute = isset($matches['attribute']) ? $matches['attribute'] : '';
57 switch($attribute) {
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
/plugin/sphinxsearch-was/
H A Dsphinxapi.php772 function SetFilter($attribute, $values, $exclude = false) argument
774 assert(is_string($attribute));
788 function SetFilterRange($attribute, $min, $max, $exclude = false) argument
790 assert(is_string($attribute));
802 assert(is_string($attribute));
824 function SetGroupBy($attribute, $func, $groupsort = "@group desc") argument
826 assert(is_string($attribute));
835 $this->_groupby = $attribute;
841 function SetGroupDistinct($attribute) argument
843 assert(is_string($attribute));
[all …]

12345678910>>...18