Home
last modified time | relevance | path

Searched refs:reset (Results 176 – 200 of 677) sorted by relevance

12345678910>>...28

/plugin/publistf/bib2tpl/lib/
H A DPEAR.php500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
743 reset($_PEAR_destructor_object_list);
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
743 reset($_PEAR_destructor_object_list);
/plugin/stylingpages/
H A Daction.php149 @touch(reset($config_cascade['main']['local']));
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md46 * added ProcessBuilder::setArguments() to reset the arguments on a builder
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css48 background-image: url(images/reset.gif);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php33 reset($args);
/plugin/scrollticker/
H A Dstyle.css27 counter-reset: scrollticker-counter;
/plugin/combo/ComboStrap/
H A DMetadataSingleArrayStore.php87 public function reset() function in ComboStrap\\MetadataSingleArrayStore
H A DCallStack.php88 * If you want to reset the pointer, you need
231 reset($this->callStack);
313 * Move to the next element (array splice reset the pointer)
367 $result = reset($this->callStack);
595 // array splice reset the pointer
667 // array splice reset the pointer
746 reset($this->callStack);
/plugin/letsencrypt/
H A DLescript.php157 $domainPath = $this->getDomainPath(reset($domains));
266 $domain = reset($domains);
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css246 input[type=reset] {
247 display: -button-reset;
514 reset-counter: footnote;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php88 reset($prototype);
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css55 background-image: url(images/reset.gif);
/plugin/table2csv/
H A DgetTableData.php61 reset($fields);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php108 $profile->reset();
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php54 return \reset($this->elements);
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php109 reset($value);
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md184 '@reset', // load the asset manager's "reset" asset
242 '@reset', // load the asset manager's "reset" asset
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js295 t._changeReadyState = function(s, reset) { with (this) { argument
296 if (reset) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php294 public static function reset() function in Composer\\CaBundle\\CaBundle
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md36 - `CaBundle::reset()`: Resets the static caches
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php178 public function reset() function in GuzzleHttp\\Handler\\MockHandler
/plugin/captcha/
H A Daction.php32 // inject in password reset
241 // This is a successful login, reset the counter
242 (new IpCounter())->reset();
/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/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js427 emcees.reset([]);
790 col.reset([]);
794 col.reset(models);
803 col.reset();
808 col.reset([undefined, f]);
812 col.reset(new Array(4));
819 collection.reset({id: 1, a: 1});
826 collection.reset(model);
853 collection.reset([], origOpts);
1172 collection.reset(model, {parse: true});
[all …]

12345678910>>...28