Home
last modified time | relevance | path

Searched refs:y (Results 676 – 700 of 1365) sorted by relevance

1...<<21222324252627282930>>...55

/plugin/diagramsnet/lib/js/onedrive/
H A DOneDrive.js6y){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var _=100,E=5,w=18e5,i="root";fun…
14y);void 0===n[g]&&M(n);var o,a=i._state;a?(o=r[a-1],s(function(){return H(a,n,o,i._result)})):S(i,…
/plugin/galleryv1.5/
H A Dscript.js88 this.y = 0;
99 this.y =
315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join('');
328 if (self._wrap.style.position == 'absolute') top += self._pos.y;
361 self._box.style.top = [self._pos.y,'px'].join('');
/plugin/filelisting/
H A Dstyle.less29 overflow-y: scroll;
/plugin/pdfjs/pdfjs/web/locale/cak/
H A Dviewer.properties103 document_properties_producer=PDF b'anöy:
186 find_match_count_limit[zero]=K'ïy chi re {{limit}} nikik'äm ki'
187 find_match_count_limit[one]=K'ïy chi re {{limit}} nuk'äm ri'
188 find_match_count_limit[two]=K'ïy chi re {{limit}} nikik'äm ki'
189 find_match_count_limit[few]=K'ïy chi re {{limit}} nikik'äm ki'
190 find_match_count_limit[many]=K'ïy chi re {{limit}} nikik'äm ki'
191 find_match_count_limit[other]=K'ïy chi re {{limit}} nikik'äm ki'
/plugin/sincetil/
H A Dsyntax.php55 if ($diff->y>0){
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php421 function table_have_rowspan($x,$y) { argument
422 return $this->content[$y]->content[$x]->rowspan;
958 function table_have_colspan($x, $y) { argument
959 return $this->content[$y]->content[$x]->colspan;
1028 $y = $this->collapse_margin($parent, $context);
1033 $y = $this->apply_clear($y, $context);
1036 $parent->_current_y = $y;
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DLaptop_Wireless.svg1y="5.631" class="T"/><path d="M33.32 53.647v.283l-1.256-.756v-.28z" class="U"/><path d="M35.273 54…
/plugin/combo/resources/library/combo/
H A Dcombo.min.js30 `;let l=this.getDataNamespace();return this.popoverRootHtmlElement.setAttribute(`data${l}-toggle`,"popover"),this.popoverRootHtmlElement.setAttribute(`data${l}-trigger`,this.trigger),this.popoverRootHtmlElement.setAttribute(`data${l}-placement`,String(this.placement)),this.popoverRootHtmlElement.setAttribute(`data${l}-html`,String(this.isHtml)),this.popoverRootHtmlElement.setAttribute(`data${l}-container`,"body"),this.popoverRootHtmlElement.setAttribute(`data${l}-content`,this.content),this.bootStrapPopOver=new c.Popover(this.popoverRootHtmlElement,e),this.bootStrapPopOver}getDataNamespace(){let t="-bs",e=5;if("bootstrap"in window){let s=window.bootstrap;if(typeof s.Popover.VERSION<"u")return e=parseInt(s.Popover.VERSION.substring(0,1),10),e<5?"":t}if("jQuery"in window){let l=window.jQuery.fn.tooltip.constructor.VERSION;if(typeof l<"u")return e=parseInt(l.substring(0,1),10),e<5?"":t}return t}setTextContent(t){return this.content=t,this.isHtml=!1,this}setHtmlContent(t){return this.content=t,this.isHtml=!0,this}setEnableDismissOnNextClick(){return this.dismissOnNextClick=!0,this}setDisableDismissOnNextClick(){return this.dismissOnNextClick=!1,this}setTitle(t){return this.title=t,this}}class X{static hasWindowGuard(t){if(!this.hasWindow(t))throw Error("The element has no window")}static hasWindow(t){return!(!t||!t.ownerDocument||!t.ownerDocument.defaultView)}static getWindow(t){return this.hasWindowGuard(t),t.ownerDocument.defaultView}static formDataToObject(t){let e={};for(let s of t){let l=s[0],r=s[1];if(e.hasOwnProperty(l)){let n=e[l];Array.isArray(n)?e[l].push(r):e[l]=[n,r]}else e[l]=r}return e}}class z{constructor(t){i(this,"method","GET");i(this,"url");this.url=t}async getJson(){let t=await this.getResponse();return t.status!==200?{}:t.json()}async getText(){let t=await this.getResponse();return t.status!==200?"":t.text()}setMethod(t){return this.method=t.toUpperCase(),this}sendFormDataAsJson(t){return fetch(this.url.toString(),{method:this.method,body:JSON.stringify(X.formDataToObject(t)),headers:{"Content-Type":"application/json"}})}async getResponse(){let t=await fetch(this.url.toString(),{method:this.method});if(t.status!==200){let e=R.createTemporary();e.addBody(`Bad request: the call ${this.url} to the backend sends back the following exit code`+t.status),e.show()}return t}}const f=class{constructor(t){i(this,"url");let e=window.DOKU_BASE,s=window.JSINFO;switch(t){case f.AJAX:this.url=new URL(e+"lib/exe/ajax.php",window.location.href),this.url.searchParams.set("id",s.id);break;case f.RUNNER:this.url=new URL(e+"lib/exe/taskrunner.php",window.location.href),this.url.searchParams.set("id",s.id);break;case f.FETCH:this.url=new URL(e+"lib/exe/fetch.php",window.location.href);break;case f.EDIT:this.url=new URL(e+"doku.php",window.location.href),this.url.searchParams.set("do","edit"),this.url.searchParams.set("id",s.id);break;case f.SHOW:this.url=new URL(e+"doku.php",window.location.href),this.url.searchParams.set("id",s.id);break;default:throw new Error(`The type ${t} is unknown`)}}setProperty(t,e){return this.url.searchParams.set(t,e),this}toString(){return this.url.toString()}getCall(){return this.url.searchParams.get(f.CALL)}toRequest(){return new z(this.url)}static createAjax(t){return new f(this.AJAX).setProperty(f.CALL,t)}static createRunner(){return new f(this.RUNNER)}static createFetch(t,e){let s=new f(this.FETCH);if(typeof t>"u")throw new Error("The media id is mandatory");return s.setProperty("media",t),typeof e<"u"&&s.setProperty("drive",e),s}static createEdit(t){let e=new f(this.EDIT);return typeof t<"u"&&e.setProperty("id",t),e}};let y=f;i(y,"AJAX","AJAX"),i(y,"RUNNER","RUNNER"),i(y,"CALL","call"),i(y,"EDIT","edit"),i(y,"SHOW","show"),i(y,"FETCH","fetch");class V{constructor(t){i(this,"date");this.date=t}static createFromIso(t){let e=new Date(t);return new V(e)}toSqlTimestampString(){return`${this.date.getFullYear()}-${(this.date.getMonth()+1).toString().padStart(2,"0")}-${this.date.getDate().toString().padStart(2,"0")} ${this.date.getHours().toString().padStart(2,"0")}:${this.date.getMinutes().toString().padStart(2,"0")}:${this.date.getSeconds().toString().padStart(2,"0")}`}}u.Date=V,u.DokuUrl=y,u.Form=B,u.Html=$,u.Modal=R,u.Popover=x,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
/plugin/ol3/
H A Dscript.js1y(t){throw RangeError(f[t])}function m(t,e){for(var r=t.length,n=[];r--;)n[r]=e(t[r]);return n}fun… function
8y(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}function m(t,e,r,n,i){if(0===t.length)return-1;if("string"==t… function
/plugin/cleanup/lang/fr/
H A Dintro.txt3 Ce greffon peut regarder dans le répertoire data s'il s'y trouve de vieux fichiers probablement non…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Ddotdot.test17 a b c d e f g h i j k l m n o p q r s t u v w x y z
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAPIDefinition.svg1 …1h15.1a1.11 1.11 0 0 1 1.1 1.1"/><use xlink:href="#B"/><use xlink:href="#B" y="7.5"/><path d="M35.…
H A DCertificate.svg1 …ill="#dd5900"/><g fill="#7a7a7a"><use xlink:href="#B"/><use xlink:href="#B" y="-4.371"/><path d="M…
H A DWebsiteReplicator.svg1 …e xlink:href="#B" opacity=".3" fill="#1e1e1e"/><use xlink:href="#B" x="2.5" y="2.5" fill="#59b4d9"…
H A DAzure_Sphere.svg1 …c6"/><circle cx="24" cy="6" r="4" fill="#fff"/><use xlink:href="#B" x="-18" y="-34" fill="#0072c6"…
/plugin/combo/resources/theme/default/components/css/
H A Drailbar-fixed.css16 overflow-y: auto;
/plugin/diagramsnet/lib/shapes/
H A DmxCiscoSafe.js35 mxShapeCiscoSafeCompositeIcon.prototype.paintVertexShape = function(c, x, y, w, h) argument
43 c.translate(x, y);
H A DmxAtlassian.js64 mxAtlassianJiraIssue.prototype.paintForeground = function(c, x, y, w, h) argument
66 c.translate(x, y);
/plugin/struct/renderer/
H A Dcsv.php243 public function multiplyentity($x, $y) argument
245 $this->cdata($x . 'x' . $y);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5 …var v=d.index-1+c,d=d[0].slice(c),m=d.length,g=v+m,y=p.slice(0,v+1),b=p.slice(g+1),w=[h,1];y&&w.pu… variable
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19 …("math")[0];if(!k){continue}g=g.NativeMML;var y=B.previousSibling;var z=y.firstChild.offsetWidth/6…
/plugin/fbcomments/
H A Dsyntax.php86 if($data['FB_like'] == 'y' or $data['FB_like'] == 'Y'){
/plugin/elwikiupgrade/lang/cy/
H A Dstep0.txt1 … awtomatig i'r fersiwn DocuWiki diweddaraf. Cyn parhau, dylech chi ddarllen y [[doku>changes|Chang…
/plugin/patchpanel/
H A Dstyle.css51 overflow-y: hidden;
/plugin/userhomepage/lang/fr/
H A Duserhomepage_private.default2 …son contenu (pages, images, ...) **vous est réservé** (seul un super-utilisateur peut y accéder)...

1...<<21222324252627282930>>...55