Home
last modified time | relevance | path

Searched refs:build (Results 251 – 275 of 495) sorted by relevance

1...<<11121314151617181920

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php322 return Query::build($params, $encoding);
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md16 4. `build` to do the exact opposite of `parse`.
/plugin/combo/ComboStrap/
H A DFetcherMarkupWebcode.php130 ->build()
/plugin/combo/.travis/
H A D.travis.yml11 # https://docs.travis-ci.com/user/build-matrix/#excluding-jobs-with-env-value
/plugin/pdfjs/pdfjs/web/locale/lo/
H A Dviewer.properties127 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
128 # replaced by the PDF.JS version and build ID.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc29 ->build();
H A Dindex-operations.asciidoc17 $client = ClientBuilder::create()->build();
33 $client = ClientBuilder::create()->build();
/plugin/combo/resources/library/combo/
H A Dcombo.min.js24 `;break;default:let Y=m.getLabelAnchor();o+=`<div class="row mb-3 text-center">${Y}</div>`,o+='<div class="row mb-3">';let U=0;for(const L of m.getChildren()){let O=L.getControlWidth();o+=`<div class="col-sm-${O} text-center">`,o+=L.getLabelAnchor(),o+="</div>";let D=L.getValues().length;D>U&&(U=D)}o+="</div>";for(let L=0;L<U;L++){o+='<div class="row mb-3">';for(const O of m.getChildren()){let D=O.getValues()[L],Z=O.getDefaultValues()[L];b++;let _=this.getControlId(b),tt=O.getControlWidth();o+=`<div class="col-sm-${tt}">`,o+=O.toHtmlControl(_,D,Z),o+="</div>"}o+="</div>"}break}o+="</div>"}o+="</div>";let d=document.createElement("form");return d.setAttribute("id",t),d.innerHTML=`${e} ${o}`,d}setControlWidth(t){return this.width=t,this}setLabel(t){this.label=t}setUrl(t){this.url=t}}let S={};const N=class{constructor(t){i(this,"footerButtons",[]);i(this,"bodies",[]);i(this,"isBuild",!1);i(this,"bodyStyles",{});i(this,"dialogStyles",{});i(this,"showFooter",!0);i(this,"dialogClasses",[]);i(this,"modalId");i(this,"modalRootHtmlElement");i(this,"headerText");i(this,"isResetOnClose");i(this,"closeButton");i(this,"isCentered");i(this,"callBack");i(this,"bootStrapModal");i(this,"modalContent");i(this,"modalBody");i(this,"placementElement");this.modalId=t;let e=document.getElementById(t);e!==null?(E.getLogger().error(`The id (${t}) given to create a modal was already used by an element in the DOM. We have reused it.`),this.modalRootHtmlElement=e,this.reset()):(this.modalRootHtmlElement=document.createElement("div"),this.modalRootHtmlElement.setAttribute("id",this.modalId),this.modalRootHtmlElement.classList.add("modal","fade"),this.modalRootHtmlElement.setAttribute("aria-hidden","true")),this.modalContent=document.createElement("div"),this.modalContent.classList.add("modal-content")}setHeader(t){return this.headerText=t,this}addBody(t){return this.bodies.push(t),this}addBodyStyle(t,e){return this.bodyStyles[t]=e,this}setPlacementBottomToElement(t){return this.placementElement=t,this}noFooter(){return this.showFooter=!1,this}addDialogStyle(t,e){return this.dialogStyles[t]=e,this}addDialogClass(t){return this.dialogClasses.push(t),this}resetOnClose(){return this.isResetOnClose=!0,this}addFooterButton(t){return this.footerButtons.push(t),this}addFooterCloseButton(t="Close"){this.closeButton=document.createElement("button"),this.closeButton.classList.add("btn","btn-secondary"),this.closeButton.innerHTML=t;let e=this;return this.closeButton.addEventListener("click",function(){e.bootStrapModal.hide()}),this.addFooterButton(this.closeButton),this}centered(){return this.isCentered=!0,this}show(){if(this.isResetOnClose===!0){let t=this;this.getElement().addEventListener("hidden.bs.modal",function(){t.reset()})}if(typeof this.callBack<"u"&&typeof this.closeButton<"u"){let t=this;this.closeButton.addEventListener("click",function(){t.dismissHide(),t.callBack()})}this.build().show()}dismissHide(){this.build().hide()}getModalId(){return this.modalId}setCallBackOnClose(t){return this.callBack=t,this}static createFromId(t){let e=new N(t);return S[t]=e,e}static createTemporary(){return this.createFromId($.createRandomId())}getElement(){return this.modalRootHtmlElement}wasBuild(){return this.isBuild}setCentered(t){return this.isCentered=t,this}resetIfBuild(){return this.wasBuild()&&this.reset(),this}reset(){this.modalRootHtmlElement.querySelectorAll('[data-bs-toggle="tab"]').forEach(t=>{let e=c.Tab.getInstance(t);e!==null&&e.dispose()}),this.bootStrapModal!==void 0&&this.dismissHide(),this.modalRootHtmlElement.innerHTML="",this.isBuild=!1,this.bodies=[],this.footerButtons=[],this.headerText=void 0}build(){if(typeof this.bootStrapModal<"u")return this.bootStrapModal;let t=c.Modal.getInstance(this.modalRootHtmlElement);if(t!==null)return this.bootStrapModal=t,t;if(document.body.appendChild(this.modalRootHtmlElement),typeof this.placementElement<"u"){let r=this.placementElement.getBoundingClientRect();this.modalRootHtmlElement.style.margin="0",this.modalRootHtmlElement.style.left=r.left+"px";let n=5;this.modalRootHtmlElement.style.top=r.top+n+"px",this.modalRootHtmlElement.style.width="unset",this.modalRootHtmlElement.style.height="unset"}const e=document.createElement("div");e.classList.add("modal-dialog","modal-dialog-scrollable","modal-lg"),this.isCentered?e.classList.add("modal-dialog-centered"):(e.style.setProperty("margin","5rem auto"),e.style.setProperty("height","calc(100% - 9rem)"));for(let r in this.dialogStyles)this.dialogStyles.hasOwnProperty(r)&&e.style.setProperty(r,this.dialogStyles[r]);for(let r in this.dialogClasses)e.classList.add(r);this.modalRootHtmlElement.appendChild(e),e.appendChild(this.modalContent),this.modalBody=document.createElement("div"),this.modalBody.classList.add("modal-body");for(let r in this.bodyStyles)this.bodyStyles.hasOwnProperty(r)&&this.modalBody.style.setProperty(r,this.bodyStyles[r]);if(this.modalContent.appendChild(this.modalBody),this.headerText!==void 0){let r=`
29 `;this.modalContent.insertAdjacentHTML("afterbegin",r)}for(let r of this.bodies)switch(typeof r){case"string":this.modalBody.insertAdjacentHTML("beforeend",r);break;default:case"object":this.modalBody.appendChild(r);break}if(this.showFooter){let r=document.createElement("div");r.classList.add("modal-footer"),this.modalContent.appendChild(r),this.footerButtons.length===0&&this.addFooterCloseButton();for(let n of this.footerButtons)typeof n=="string"?r.insertAdjacentHTML("beforeend",n):r.appendChild(n)}let s=`#${this.modalId} [data-bs-toggle="tooltip"]`;document.querySelectorAll(s).forEach(r=>new c.Tooltip(r));let l={backdrop:!0,keyboard:!0,focus:!0};return this.bootStrapModal=new c.Modal(this.modalRootHtmlElement,l),this.bootStrapModal}static getOrCreate(t){let e=N.getModal(t);return e===null&&(e=N.createFromId(t)),e}};let R=N;i(R,"getModal",function(t){return t in S?S[t]:null}),i(R,"listModals",function(){console.log(Object.keys(S).join(", "))}),i(R,"resetAllModals",function(){for(let t in S)S.hasOwnProperty(t)&&S[t].reset()});class x{constructor(t){i(this,"popoverRootHtmlElement");i(this,"placement","left");i(this,"bootStrapPopOver");i(this,"content","");i(this,"isHtml",!0);i(this,"trigger","focus");i(this,"dismissOnNextClick",!0);i(this,"title","");i(this,"withoutArrow",!0);this.popoverRootHtmlElement=t}getElement(){return this.popoverRootHtmlElement}setPlacementToLeft(){return this.placement="left",this}setPlacementToRight(){return this.placement="right",this}setPlacementToAuto(){return this.placement="auto",this}setPlacementToTop(){return this.placement="top",this}setPlacementTBottom(){return this.placement="bottom",this}setTriggerToClick(){return this.trigger="click",this}setWithoutArrow(){return this.withoutArrow=!0,this}static createForElementWithId(t){let e=document.getElementById(t);if(e===null)throw new Error(`The element with the id (${t}) was not found. We can't create a popover.`);return new x(e)}show(){return this.build().show(),this}build(){if(typeof this.bootStrapPopOver<"u")return this.bootStrapPopOver;let t=c.Popover.getInstance(this.popoverRootHtmlElement);if(t!==null)return this.bootStrapPopOver=t,this.bootStrapPopOver;let e={container:"body"};this.dismissOnNextClick?(e.trigger="focus",this.popoverRootHtmlElement.setAttribute("tabindex","0")):e.trigger=this.trigger,e.placement=this.placement,e.html=this.isHtml,e.content=this.content,e.title=this.title;let s='<div class="popover-arrow"></div>';this.withoutArrow&&(s=""),e.template=`<div class="popover" role="tooltip">${s}<h3 class="popover-header"></h3><div class="popover-body"></div></div>
/plugin/pdfjs/pdfjs/web/locale/hu/
H A Dviewer.properties198 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
199 # replaced by the PDF.JS version and build ID.
200 error_version_info=PDF.js v{{version}} (build: {{build}})
/plugin/pdfjs/pdfjs/web/locale/oc/
H A Dviewer.properties166 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
167 # replaced by the PDF.JS version and build ID.
168 error_version_info=PDF.js v{{version}} (identificant de compilacion : {{build}})
/plugin/revealjs/css/theme/
H A DREADME.md7 …github.com/hakimel/reveal.js/blob/master/gruntfile.js)) when you run `npm run build -- css-themes`.
/plugin/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties74 error_version_info=PDF.js v{{version}} (build: {{build}})
/plugin/tuxquote/
H A Dimages-license.txt6 Adapt - remix, transform, and build upon the material
13 ShareAlike - If you remix, transform, or build upon the material, you must distribute your contribu…
/plugin/pdfjs/pdfjs/web/locale/wo/
H A Dviewer.properties89 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
90 # replaced by the PDF.JS version and build ID.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php246 ->build();
295 ->build();
/plugin/html2pdf/html2pdf/html2ps/
H A Dconfig.parse.php179 $doc = TreeBuilder::build(file_get_contents($filename));
/plugin/pdfjs/pdfjs/web/locale/cak/
H A Dviewer.properties198 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
199 # replaced by the PDF.JS version and build ID.
200 error_version_info=PDF.js v{{version}} (build: {{build}})
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php233 public function build($inResponseTo) function in OneLogin_Saml2_LogoutResponse
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst23 configuration to build the class mapping, but it can
/plugin/jmol2/jmol/
H A DJmolApplet0_Popup.jar ... void installMainMenu (java.lang.Object) void build (java.lang.Object) public java. ...
H A DJmolAppletSigned0_Popup.jar ... void installMainMenu (java.lang.Object) void build (java.lang.Object) public java. ...
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md7 …/travis/sebastianbergmann/phpunit/5.7.svg?style=flat-square)](https://phpunit.de/build-status.html)
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties91 # LOCALIZATION NOTE (error_version_info): "{{version}}" and "{{build}}" will be
92 # replaced by the PDF.JS version and build ID.
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties133 error_version_info = PDF.js v{{version}} (build: {{build}})
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js88 this.build();
108 Thumbnail.prototype.build = function() { method in Thumbnail

1...<<11121314151617181920