Home
last modified time | relevance | path

Searched refs:Form (Results 251 – 275 of 306) sorted by relevance

1...<<111213

/plugin/wysiwyg/fckeditor/editor/lang/
H A Deu.js98 Form : "Formularioa", property in FCKLang
H A Dfa.js97 Form : "فرم", property in FCKLang
/plugin/sfauth/
H A DREADME.wiki19 - Fill Form
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php6 use Mpdf\Form;
29 * @var \Mpdf\Form
43 public function __construct(Mpdf $mpdf, BaseWriter $writer, Form $form, Protection $protection, LoggerInterface $logger)
7 use Mpdf\Form; global() alias
/plugin/fckg/fckeditor/editor/lang/
H A Dde.js104 Form : "Formular", property in FCKLang
H A Dnl.js116 Form : "Formulier", property in FCKLang
H A Den.js105 Form : "Form", property in FCKLang
/plugin/ckgedit/action/
H A Dmeta.php429 if(is_a($event->data,\dokuwiki\Form\Form::class)) {
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea",…
H A Dlang_array.txt17 "form": "Form",
305 "title": "Form Properties",
306 "menu": "Form Properties",
H A Den.4.9.js.beautified13 "form": "Form",
385 "title": "Form Properties",
386 "menu": "Form Properties",
H A Den.js-4.9.merged5Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea",…
H A Den.js.unc5Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea",…
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php4 namespace ComboStrap\Meta\Form;
/plugin/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties1 # This Source Code Form is subject to the terms of the Mozilla Public
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties1 # This Source Code Form is subject to the terms of the Mozilla Public
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt17 "form": "Form",
305 "title": "Form Properties",
306 "menu": "Form Properties",
H A Den.js.beautified13 form: "Form",
301 title: "Form Properties",
302 menu: "Form Properties",
H A Den.js.unc5Form","checkbox":"Checkbox","radio":"Radio Button","textField":"Text Field","textarea":"Textarea",…
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf50 Dictionary http://www.dict.org/bin/Dict?Database=*&amp;Form=Dict1&amp;Strategy=*&amp;Query=
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js904 return Form.serialize(form);
946 Form.Element.DelayedObserver = Class.create({
/plugin/diagramsnet/lib/resources/
H A Ddia_hu.txt328 format=Formátum
329 formatPanel=Formátozási panel
330 formatted=Formázott
331 formattedText=Formázott szöveg
617 removeFormat=Formázás törlése
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified13 "form": "Form",
385 "title": "Form Properties",
386 "menu": "Form Properties",
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md9 <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
/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"})});

1...<<111213