Home
last modified time | relevance | path

Searched defs:n (Results 226 – 250 of 712) sorted by relevance

12345678910>>...29

/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5 "use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper={})}(this,(function(e){function t(e){return{width:(e=e.getBoundingClientRect()).width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function n(e){return null==e?window:"[object Window]"!==e.toString()?(e=e.ownerDocument)&&e.defaultView||window:e}function o(e){return{scrollLeft:(e=n(e)).pageXOffset,scrollTop:e.pageYOffset}}function r(e){return e instanceof n(e).Element||e instanceof Element}function i(e){return e instanceof n(e).HTMLElement||e instanceof HTMLElement}function a(e){return"undefined"!=typeof ShadowRoot&&(e instanceof n(e).ShadowRoot||e instanceof ShadowRoot)}function s(e){return e?(e.nodeName||"").toLowerCase():null}function f(e){return((r(e)?e.ownerDocument:e.document)||window.document).documentElement}function p(e){return t(f(e)).left+o(e).scrollLeft}function c(e){return n(e).getComputedStyle(e)}function l(e){return e=c(e),/auto|scroll|overlay|hidden/.test(e.overflow+e.overflowY+e.overflowX)}function u(e,r,a){void 0===a&&(a=!1);var c=f(r);e=t(e);var u=i(r),d={scrollLeft:0,scrollTop:0},m={x:0,y:0};return(u||!u&&!a)&&(("body"!==s(r)||l(c))&&(d=r!==n(r)&&i(r)?{scrollLeft:r.scrollLeft,scrollTop:r.scrollTop}:o(r)),i(r)?((m=t(r)).x+=r.clientLeft,m.y+=r.clientTop):c&&(m.x=p(c))),{x:e.left+d.scrollLeft-m.x,y:e.top+d.scrollTop-m.y,width:e.width,height:e.height}}function d(e){var n=t(e),o=e.offsetWidth,r=e.offsetHeight;return 1>=Math.abs(n.width-o)&&(o=n argument
[all...]
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dfi.js1nction(e,u){"object"==typeof exports&&"object"==typeof module?module.exports=u(require("moment"),r… function
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dceylon.min.js1 …led annotation suppressWarnings small",s="doc by license see throws tagged",n={cN:"subst",eB:!0,eE… class in AnonymousFunctionb8a383160100
H A Dirpf90.min.js1 hljs.registerLanguage("irpf90",function(e){var t={cN:"params",b:"\\(",e:"\\)"},n={literal:".False. … class in AnonymousFunction7e864f460100
H A Dfortran.min.js1 hljs.registerLanguage("fortran",function(e){var t={cN:"params",b:"\\(",e:"\\)"},n={literal:".False.… class in AnonymousFunctionb69389880100
H A Droboconf.min.js1 hljs.registerLanguage("roboconf",function(a){var e="[a-zA-Z-_][^\\n{]+\\{",n={cN:"attribute",b:/[a-… class in AnonymousFunction73bfa3a40100
H A Dstep21.min.js1 …_.]*",r={keyword:"HEADER ENDSEC DATA"},t={cN:"meta",b:"ISO-10303-21;",r:10},n={cN:"meta",b:"END-IS… class in AnonymousFunction246c086b0100
H A Dperl.min.js1 …en say state when",r={cN:"subst",b:"[$@]\\{",e:"\\}",k:t},s={b:"->{",e:"}"},n={v:[{b:/\$\d/},{b:/[… class in AnonymousFunctionfdbaa13f0100
H A Ddart.min.js1 …,r={cN:"string",v:[{b:"r'''",e:"'''"},{b:'r"""',e:'"""'},{b:"r'",e:"'",i:"\\n"},{b:'r"',e:'"',i:"\… class in AnonymousFunction0f4684b70100
/plugin/katex/_assets/contrib/
H A Dauto-render.min.js1 … function(){"use strict";var t={771:function(t){t.exports=e}},r={};function n(e){var i=r[e];if(voi… function
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js2 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,t.jsyaml=e()}}(function(){return function e(t,n,i){function r(a,s){if(!n[a]){if(!t[a]){var u="function"==typeof require&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var c=new Error("Cannot find module '"+a+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[a]={exports:{}};t[a][0].call(l.exports,function(e){var n=t[a][1][e];return r(n?n:e)},l,l.exports,e,t,n,i)}return n[a].exports}for(var o="function"==typeof require&&require,a=0;a<i.length;a++)r(i[a]);return r}({1:[function(e,t,n){"use strict";function i(e){return function(){throw new Error("Function "+e+" is deprecated and cannot be used.")}}var r=e("./js-yaml/loader"),o=e("./js-yaml/dumper");t.exports.Type=e("./js-yaml/type"),t.exports.Schema=e("./js-yaml/schema"),t.exports.FAILSAFE_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.JSON_SCHEMA=e("./js-yaml/schema/json"),t.exports.CORE_SCHEMA=e("./js-yaml/schema/core"),t.exports.DEFAULT_SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_FULL_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.load=r.load,t.exports.loadAll=r.loadAll,t.exports.safeLoad=r.safeLoad,t.exports.safeLoadAll=r.safeLoadAll,t.exports.dump=o.dump,t.exports.safeDump=o.safeDump,t.exports.YAMLException=e("./js-yaml/exception"),t.exports.MINIMAL_SCHEMA=e("./js-yaml/schema/failsafe"),t.exports.SAFE_SCHEMA=e("./js-yaml/schema/default_safe"),t.exports.DEFAULT_SCHEMA=e("./js-yaml/schema/default_full"),t.exports.scan=i("scan"),t.exports.parse=i("parse"),t.exports.compose=i("compose"),t.exports.addConstructor=i("addConstructor")},{"./js-yaml/dumper":3,"./js-yaml/exception":4,"./js-yaml/loader":5,"./js-yaml/schema":7,"./js-yaml/schema/core":8,"./js-yaml/schema/default_full":9,"./js-yaml/schema/default_safe":10,"./js-yaml/schema/failsafe":11,"./js-yaml/schema/json":12,"./js-yaml/type":13}],2:[function(e,t,n){"us argument
[all...]
/plugin/amcharts/assets/
H A Djs-yaml.min.js2 !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("fu… argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php47 protected static function reduce($n, $m)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php51 protected static function slidingWindow(Engine $x, Engine $e, Engine $n, $class)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js1 (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(… argument
/plugin/tindexmenu/
H A Dindexmenu-full.js541 dTree.prototype.scroll = function(where, s, n, i) { argument
603 dTree.prototype.show_feat = function(n) { argument
669 dTree.prototype.getAjax = function(n) { argument
720 dTree.prototype.contextmenu = function(n, e) { argument
764 dTree.prototype.init = function(s, c, n, nav, max) { argument
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js2 !function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"==typeof… argument
6 !function(n,e){"use strict";function t(){var n=e.createElement("style");n.type="text/css",n.innerHT… argument
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js24 FCKInsertSignature.numbersToTwoDigits = function(n) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_pt.js13nction(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeo… argument
H A Dlocale_it.js13nction(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeo… function
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js46 …MathJax_Hover_Arrow:hover span":{"background-color":"#CCC!important"}}};var n=c.Event={LEFTBUTTON:… variable
47 …version:k,settings:a.config.menuSettings,scrollSize:18,HandleEvent:function(n,l,m){if(h.settings.C… variable
48 (function(f,o,q,e,r){var p="2.7.9";var d=MathJax.Callback.Signal("menu");MathJax.Extension.MathMenu… variable
49 MathJax.ElementJax.mml=MathJax.ElementJax({mimeType:"jax/mml"},{id:"mml",version:"2.7.9",directory:… argument
51 (function(aa){var g;var X=MathJax.Object.Subclass({firstChild:null,lastChild:null,Init:function(){t… function
52 (function(i,b,e,g){var h;var j,a,d;var f="'Times New Roman',Times,STIXGeneral,serif";var m={".MJXp-… argument
66 }, n = MathJax.Ajax.config.path; variable
111 Init: function(e, t, n, i, a) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js183 function f(n) { argument
382 '\n': '\\n', property in meta
/plugin/tindexmenu/jsmenu/
H A Dadmmenu.js40 function indexmenu_reqpage(b,s,id,n) { argument
H A Dusrmenu.js38 function indexmenu_reqpage(b,s,id,n) { argument
/plugin/codemirror/dist/modes/
H A Doctave.min.js1 (function(a){if(typeof exports=="object"&&typeof module=="object")a(require("../../lib/codemirror")… argument

12345678910>>...29