Home
last modified time | relevance | path

Searched refs:n (Results 876 – 900 of 2191) sorted by relevance

1...<<31323334353637383940>>...88

/plugin/openid/Auth/OpenID/
H A DBigMath.php96 $n = $this->init(0);
105 $n = $this->mul($n, pow(2, 8));
106 $n = $this->add($n, $byte);
109 return $n;
169 $n = $this->binaryToLong($bytes);
171 } while ($this->cmp($n, $duplicate) < 0);
173 return $this->mod($n, $stop);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sk/
H A Dsk.txt
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml66 ['foo' => ['bar' => "foo\n\n\n \nbar\n"]]
80 ['foo' => ['bar' => "\nfoo\n\nbar\n"]]
126 ['foo' => "0123\n"]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmglyph.js19n=0;if(p!==""){i=f.length2em(p,s,r)*j;q=(r?i/r*o:0)}if(l!==""){q=f.length2em(l,s,o)*j;if(p===""){i…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc108 for(var n=0; n < rows[i][col].colspan-1; n++) {
125 'h1': "\n====== ", 'h2': "\n===== ", 'h3': "\n==== ", 'h4': "\n=== ", 'h5': "\n== ",
127 'code': "\'\'",'pre': "\n<", 'hr': "\n\n----\n\n", 'sub': '<sub>',
129 'sup': '<sup>', 'div':"\n\n", 'span': "\n", 'dl': "\n", 'dd': "\n", 'dt': "\n"
132 'h1': " ======\n", 'h2': " =====\n", 'h3': " ====\n", 'h4': " ===\n", 'h5': " ==\n",
134 'pre': "\n</",'sub': '</sub>', 'sup': '</sup> ', 'div':"\n\n", 'p': "\n\n",
685 for(var n = i+1; n < attrs.length; n++) {
1281 tag = "\n\n";
1414 text = text.replace(/~~CLOSE_HTML_BLOCK~~\n*/gm, "\n</code>\n\n~~CLOSE_HTML_BLOCK~~\n\n");
1744 results += "\n" + line_break_final + "\n";
[all …]
/plugin/codemirror/dist/modes/
H A Dmbox.min.js1n(a,b){if(a.sol()){b.inSeparator=false;if(b.inHeader&&a.match(d)){return null}else{b.inHeader=fals… function
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D44.44.js1n,s){"use strict";s.r(n),s.d(n,"conf",(function(){return t})),s.d(n,"language",(function(){return … argument
H A D54.54.js1 …bpackJsonp||[]).push([[54],{960:function(e,n,o){"use strict";o.r(n),o.d(n,"conf",(function(){retur… argument
H A D36.36.js1 …bpackJsonp||[]).push([[36],{942:function(e,n,o){"use strict";o.r(n),o.d(n,"conf",(function(){retur… argument
H A D11.11.js1 …bpackJsonp||[]).push([[11],{915:function(e,n,t){"use strict";t.r(n),t.d(n,"conf",(function(){retur… argument
H A D38.38.js1 …ebpackJsonp||[]).push([[38],{944:function(e,o,n){"use strict";n.r(o),n.d(o,"conf",(function(){retu… argument
H A D32.32.js1n){"use strict";n.r(t),n.d(t,"conf",(function(){return s})),n.d(t,"language",(function(){return o}… argument
H A D13.13.js1n,r){"use strict";r.r(n),r.d(n,"conf",(function(){return t})),r.d(n,"language",(function(){return … argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php104 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = []) argument
106 $RSAPublicKey = Strings::packSSH2('sii', 'ssh-rsa', $e, $n);
132 …public static function savePrivateKey(BigInteger $n, BigInteger $e, BigInteger $d, array $primes, … argument
134 $publicKey = self::savePublicKey($n, $e, ['binary' => true]);
135 …$privateKey = Strings::packSSH2('si6', 'ssh-rsa', $n, $e, $d, $coefficients[2], $primes[1], $prime…
/plugin/redirect/lang/cs/
H A Dintro.txt1 ====== Nastavení přesměrování ======
3 …řesměrování pro vaši wiki. Můžete přesměrovat na externí webové stránky nebo stránky ve wiki. Všec…
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dbrainfuck.min.js1n={cN:"literal",b:"[\\+\\-]",r:0};return{aliases:["bf"],c:[r.C("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\… class in AnonymousFunction86fbdfe10100
H A Dsqf.min.js1n=t.filter(function(e){return-1==a.indexOf(e)&&-1==i.indexOf(e)&&-1==r.indexOf(e)});n=n.concat(o);…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_gecko.js38 for ( var n = 0 ; n < aAttributes.length ; n++ )
40 var oAttribute = aAttributes[n] ;
/plugin/superacl/lang/fi/
H A Dhelp.txt5 Vasen osa näyttää kaikki tarjolla olevat nimiavaruudet ja sivut.
10 Alla olevassa taulukossa on näkyvissä päällä olevat pääsyoikeudet.
14 sinua täysin ymmärtämään mitän käyttöoikeudet toimivat DokuWikissä.
/plugin/textmodule/
H A Daction.php45 $n = strpos($m[$c],":");
46 if ($n == 0) {
50 $t1 = trim(substr($m[$c],0,$n));
51 $t2 = trim(substr($m[$c],$n+1));
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php96 foreach ($node as $n) {
97 if (!$n) {
101 $this->checkLoopUsageCondition($stream, $n);
121 foreach ($node as $n) {
122 if (!$n) {
126 $this->checkLoopUsageBody($stream, $n);
/plugin/publish/
H A Dsyntax.php151 $n = 0;
153 if($n + 1 == $an) { return -1; }
154 if($n + 1 == $bn) { return 1; }
155 $s = strcmp($ac[$n], $bc[$n]);
157 $n += 1;
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.js6 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popperjs/core")):"function"==typeof define&&define.amd?define(["@popperjs/core"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e(t.Popper)}(this,(function(t){"use strict";function e(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(s){if("default"!==s){var i=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(e,s,i.get?i:{enumerable:!0,get:function(){return t[s]}})}})),e.default=t,Object.freeze(e)}var s=e(t);const i={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter(t=>t.matches(e)),parents(t,e){const s=[];let i=t.parentNode;for(;i&&i.nodeType===Node.ELEMENT_NODE&&3!==i.nodeType;)i.matches(e)&&s.push(i),i=i.parentNode;return s},prev(t,e){let s=t.previousElementSibling;for(;s;){if(s.matches(e))return[s];s=s.previousElementSibling}return[]},next(t,e){let s=t.nextElementSibling;for(;s;){if(s.matches(e))return[s];s=s.nextElementSibling}return[]}},n=t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t},o=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let s=t.getAttribute("href");if(!s||!s.includes("#")&&!s.startsWith("."))return null;s.includes("#")&&!s.startsWith("#")&&(s="#"+s.split("#")[1]),e=s&&"#"!==s?s.trim():null}return e},r=t=>{const e=o(t);return e&&document.querySelector(e)?e:null},a=t=>{const e=o(t);return e?document.querySelector(e):null},l=t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:s}=window.getComputedStyle(t);const i=Number.parseFloat(e),n=Number.parseFloat(s);return i||n?(e=e.split(",")[0],s=s.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(s))):0},c=t=>{t.dispatchEvent(new Event("transitionend"))},h=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),d=t=>h(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?i.findOne(t):null,u=(t,e)=>{let s=!1;const i=e+5;t.addEventListener("transitionend",(function e(){s=!0,t.removeEventListener("transitionend",e)})),setTimeout(()=>{s||c(t)},i)},g=(t,e,s)=>{Object.keys(s).forEach(i=>{const n=s[i],o=e[i],r=o&&h(o)?"element":null==(a=o)?""+a:{}.toString.call(a).match(/\s([a-z]+)/i)[1].toLowerCase();var a;if(!new RegExp(n).test(r))throw new TypeError(`${t.toUpperCase()}: Option "${i}" provided type "${r}" but expected type "${n}".`)})},f=t=>{if(!t)return!1;if(t.style&&t.parentNode&&t.parentNode.style){const e=getComputedStyle(t),s=getComputedStyle(t.parentNode);return"none"!==e.display&&"none"!==s.display&&"hidden"!==e.visibility}return!1},p=t=>!t||t.nodeType!==Node.ELEMENT_NODE||!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled")),m=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?m(t.parentNode):null},_=()=>{},b=t=>t.offsetHeight,v=()=>{const{jQuery:t}=window;return t&&!document.body.hasAttribute("data-bs-no-jquery")?t:null},y=()=>"rtl"===document.documentElement.dir,w=t=>{var e;e=()=>{const e=v();if(e){const s=t.NAME,i=e.fn[s];e.fn[s]=t.jQueryInterface,e.fn[s].Constructor=t,e.fn[s].noConflict=()=>(e.fn[s]=i,t.jQueryInterface)}},"loading"===document.readyState?document.addEventListener("DOMContentLoaded",e):e()},E=t=>{"function"==typeof t&&t()},T=new Map;var A={set(t,e,s){T.has(t)||T.set(t,new Map);const i=T.get(t);i.has(e)||0===i.size?i.set(e,s):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(i.keys())[0]}.`)},get:(t,e)=>T.has(t)&&T.get(t).get(e)||null,remove(t,e){if(!T.has(t))return;const s=T.get(t);s.delete(e),0===s.size&&T.delete(t)}};const k=/[^.]*(?=\..*)\.|.*/,L=/\..*/,C=/::\d+$/,D={};let N=1;const S={mouseenter:"mouseover",mouseleave:"mouseout"},O=/^(mouseenter|mouseleave)/i,I=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function x(t,e){return e&&`${e}::${N++}`||t.uidEvent||N++}function j(t){const e=x(t);return t.uidEvent=e,D[e]=D[e]||{},D[e]}function P(t,e,s=null){const i=Object.keys(t);for(let n=0,o=i.length;n<o;n++){const o=t[i[n]];i argument
[all...]
/plugin/bootnote/
H A Dstyle.css154 .n-title {
160 .n-info-sign {
166 .n-education {
172 .n-question-sign {
178 .n-fire {
184 .n-alert {
190 .n-globe {
196 .n-globe>p>a.urlextern {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js1n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return…
4 …K_MAX|0;var k=env.tempDoublePtr|0;var l=env.ABORT|0;var m=env.cttz_i8|0;var n=env.ctlz_i8|0;var o=…
6n=0.0,o=0.0,p=0,q=0.0,r=0;f=i;l=(b|0)/4|0;d=ld(l<<2)|0;k=ld(l+b<<2)|0;h=b>>1;e=+(b|0);j=~~+Ha(+(+Z… argument
10n=0,o=0;f=i;h=(e|0)>0;a:do{if((c[a+8>>2]|0)>0){if(h){h=a+16|0;m=0;while(1){l=Mc(a,d)|0;if((l|0)==-…
19n){while(--n>=0){var v=x*this[i++]+w[j]+c;c=Math.floor(v/67108864);w[j++]=v&67108863}return c}func… argument

1...<<31323334353637383940>>...88