Home
last modified time | relevance | path

Searched defs:root (Results 126 – 150 of 254) sorted by path

1234567891011

/plugin/dokuprism/prism/
H A Dprism.js193 !function(){if("undefined"!=typeof Prism&&"undefined"!=typeof document&&Function.prototype.bind){var e,s,t={gradient:{create:(e={},s=function(s){if(e[s])return e[s];var t=s.match(/^(\b|\B-[a-z]{1,10}-)((?:repeating-)?(?:linear|radial)-gradient)/),i=t&&t[1],a=t&&t[2],n=s.replace(/^(?:\b|\B-[a-z]{1,10}-)(?:repeating-)?(?:linear|radial)-gradient\(|\)$/g,"").split(/\s*,\s*/);return a.indexOf("linear")>=0?e[s]=function(e,s,t){var i="180deg";return/^(?:-?(?:\d+(?:\.\d+)?|\.\d+)(?:deg|rad)|to\b|top|right|bottom|left)/.test(t[0])&&(i=t.shift()).indexOf("to ")<0&&(i.indexOf("top")>=0?i=i.indexOf("left")>=0?"to bottom right":i.indexOf("right")>=0?"to bottom left":"to bottom":i.indexOf("bottom")>=0?i=i.indexOf("left")>=0?"to top right":i.indexOf("right")>=0?"to top left":"to top":i.indexOf("left")>=0?i="to right":i.indexOf("right")>=0?i="to left":e&&(i.indexOf("deg")>=0?i=90-parseFloat(i)+"deg":i.indexOf("rad")>=0&&(i=Math.PI/2-parseFloat(i)+"rad"))),s+"("+i+","+t.join(",")+")"}(i,a,n):a.indexOf("radial")>=0?e[s]=function(e,s,t){if(t[0].indexOf("at")<0){var i="center",a="ellipse",n="farthest-corner";if(/\b(?:bottom|center|left|right|top)\b|^\d+/.test(t[0])&&(i=t.shift().replace(/\s*-?\d+(?:deg|rad)\s*/,"")),/\b(?:circle|closest|contain|cover|ellipse|farthest)\b/.test(t[0])){var r=t.shift().split(/\s+/);!r[0]||"circle"!==r[0]&&"ellipse"!==r[0]||(a=r.shift()),r[0]&&(n=r.shift()),"cover"===n?n="farthest-corner":"contain"===n&&(n="clothest-side")}return s+"("+a+" "+n+" at "+i+","+t.join(",")+")"}return s+"("+t.join(",")+")"}(0,a,n):e[s]=a+"("+n.join(",")+")"},function(){new Prism.plugins.Previewer("gradient",(function(e){return this.firstChild.style.backgroundImage="",this.firstChild.style.backgroundImage=s(e),!!this.firstChild.style.backgroundImage}),"*",(function(){this._elt.innerHTML="<div></div>"}))}),tokens:{gradient:{pattern:/(?:\b|\B-[a-z]{1,10}-)(?:repeating-)?(?:linear|radial)-gradient\((?:(?:hsl|rgb)a?\(.+?\)|[^\)])+\)/gi,inside:{function:/[\w-]+(?=\()/,punctuation:/[(),]/}}},languages:{css:!0,less:!0,sass:[{lang:"sass",before:"punctuation",inside:"inside",root:Prism.languages.sass&&Prism.languages.sass["variable-line"]},{lang:"sass",before:"punctuation",inside:"inside",root:Prism.languages.sass&&Prism.languages.sass["property-line"]}],scss:!0,stylus:[{lang:"stylus",before:"func",inside:"rest",root:Prism.languages.stylus&&Prism.languages.stylus["property-declaration"].inside},{lang:"stylus",before:"func",inside:"rest",root:Prism.languages.stylus&&Prism.languages.stylus["variable-declaration"].inside}]}},angle:{create:function(){new Prism.plugins.Previewer("angle",(function(e){var s,t,i=parseFloat(e),a=e.match(/[a-z]+$/i);if(!i||!a)return!1;switch(a=a[0]){case"deg":s=360;break;case"grad":s=400;break;case"rad":s=2*Math.PI;break;case"turn":s=1}return t=100*i/s,t%=100,this[(i<0?"set":"remove")+"Attribute"]("data-negative",""),this.querySelector("circle").style.strokeDasharray=Math.abs(t)+",500",!0}),"*",(function(){this._elt.innerHTML='<svg viewBox="0 0 64 64"><circle r="16" cy="32" cx="32"></circle></svg>'}))},tokens:{angle:/(?:\b|\B-|(?=\B\.))(?:\d+(?:\.\d+)?|\.\d+)(?:deg|g?rad|turn)\b/i},languages:{css:!0,less:!0,markup:{lang:"markup",before:"punctuation",inside:"inside",root:Prism.languages.markup&&Prism.languages.markup.tag.inside["attr-value"]},sass:[{lang:"sass",inside:"inside",root:Prism.languages.sass&&Prism.languages.sass["property-line"]},{lang:"sass",before:"operator",inside:"inside",root:Prism.languages.sass&&Prism.languages.sass["variable-line"]}],scss:!0,stylus:[{lang:"stylus",before:"func",inside:"rest",root:Prism.languages.stylus&&Prism.languages.stylus["property-declaration"].inside},{lang:"stylus",before:"func",inside:"rest",root property in t.time.languages.markup
[all...]
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js89 …ect=null;var Q=P._FCK_ListGroupObject;if (Q) Q.contents.push(I);else{Q={ 'root':P,'contents':[I] }… property in FCKListCommand.Execute.Q
H A Dfckeditorcode_ie.js93 …ect=null;var Q=P._FCK_ListGroupObject;if (Q) Q.contents.push(I);else{Q={ 'root':P,'contents':[I] }… property in FCKListCommand.Execute.Q
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php30 var $root = ''; variable in fa_filestore
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php47 private function addItems(Directory $root, array $items, array $tests, $cacheTokens)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php284 private function parseGroupConfiguration($root)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php26 protected $root; variable in PHPUnit_Util_Log_JUnit
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php21 private $root; variable in PHPUnit_Util_TestDox_ResultPrinter_XML
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php21 private $root; variable in Twig\\Profiler\\Dumper\\BaseDumper
/plugin/flowcharts/
H A Dmermaid.min.js34 …t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==S… argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1606 colorizeNicks: function(root) argument
1663 applyNickColor: function(root, nick, color) argument
1675 getElementsByClassName: function( root, clsName, clsIgnore ) argument
1691 showClass: function(root, clsName, clsIgnore, show) argument
1715 refresh_nickmarker: function(root) argument
1754 refresh_clock: function( root ) argument
1791 refresh_sound: function( root ) argument
H A Dprototype.js2782 findElements: function(root) { argument
3114 id: function(nodes, root, id, combinator) { argument
3144 byClassName: function(nodes, root, className) { argument
3185 'first-child': function(nodes, value, root) { argument
3192 'last-child': function(nodes, value, root) { argument
3199 'only-child': function(nodes, value, root) { argument
3270 'empty': function(nodes, value, root) { argument
3279 'not': function(nodes, selector, root) { argument
3289 'enabled': function(nodes, value, root) { argument
3295 'disabled': function(nodes, value, root) { argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.inline.php19 function &create(&$root, &$pipeline) {
H A Dbox.block.php38 function &create(&$root, &$pipeline) {
H A Dbox.body.php8 function &create(&$root, &$pipeline) {
H A Dbox.button.php38 function &create(&$root, &$pipeline) {
H A Dbox.button.reset.php8 function &create(&$root, &$pipeline) {
H A Dbox.button.submit.php51 function &create(&$root, &$pipeline) {
H A Dbox.checkbutton.php59 function &create(&$root, &$pipeline) {
H A Dbox.container.php398 function create_content(&$root, &$pipeline) {
H A Dbox.form.php18 function &create(&$root, &$pipeline) {
H A Dbox.frame.php5 function &create(&$root, &$pipeline) {
105 function FrameBox(&$root, &$pipeline) {
224 function &create(&$root, &$pipeline) {
230 function FramesetBox(&$root, $pipeline) {
H A Dbox.iframe.php5 function &create(&$root, &$pipeline) {
21 function IFrameBox(&$root, $pipeline) {
H A Dbox.img.php239 function &create(&$root, &$pipeline) {
H A Dbox.inline.php93 function &create(&$root, &$pipeline) {

1234567891011