Home
last modified time | relevance | path

Searched refs:URL (Results 276 – 300 of 500) sorted by relevance

1...<<11121314151617181920

/plugin/combo/
H A DREADME.md24 * [URL Management](https://combostrap.com/url/manager)
/plugin/confmanager/lang/fr/
H A Dinterwiki.txt20 …rs le DokuWiki où il se trouve. Vous pouvez l'utiliser pour construire des URL relatifs. Par exemp…
/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/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md164 - `urlIs` - current URL exactly equals given value
165 - `urlContains` - current URL contains given text
166 - `urlMatches` - current URL matches regular expression
178 - Clarified meaning of selenium server URL variable in methods of `RemoteWebDriver` class.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified7 url: "URL",
29 longDescr: "Long Description URL",
267 validateSrc: "URL must not be empty.",
348 typeUrl: "URL"
370 noUrl: "Please type the iframe URL",
390 urlMissing: "Image source URL is missing.",
445 noUrl: "Please type the link URL",
470 toUrl: "URL",
H A Den.js.unc5URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfMergeKey.yml6 YAML spec, but a widely implemented extension. See the following URL for
/plugin/cite/
H A DREADME.md15 The way this is done is by appending `&do=cite` to a wiki page's URL in addition to an optional rev…
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki25 Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which poi…
/plugin/siteexport/inc/
H A Dtoc.php403 foreach ($TOPICS as $URL => $LABEL) {
404 $XML .= "\t\t<topic label=\"$LABEL\" href=\"$URL\" />\n";
/plugin/selfmeasurement/
H A Ddescription.txt24 Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which poi…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php252 * Get a string representing the current URL that the browser is looking at.
254 * @return string The current URL.
426 * An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
/plugin/revealjs/
H A DREADME.md223 All other options are also overwritable in a wiki page by using the URL query parameter syntax:
227 …ric (1 or 0). If you want to be able to change the options directly in the URL after the presentat…
368 Presentations can be exported as PDF. To do so append a `&print-pdf` to the URL. When you are able …
370 For example if the URL of your DokuWiki reveal.js presentation is usually
/plugin/ckgedit/ckeditor/lang/
H A Den.js.unc5URL","protocol":"Protocol","upload":"Upload","uploadSubmit":"Send it to the Server","image":"Image…
/plugin/tuxquote/
H A DREADME21 …ps://github.com/eldougo/dokuwiki_plugin_tuxquote/archive/master.zip" in the plugin URL and dowload.
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt34 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
H A Ddokuwiki-oembed.org40 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
/plugin/authhiorgserver/
H A DREADME.md12 2. Installieren Sie das Plugin über den Plugin-Manager, Quell-URL:
/plugin/table2csv/
H A DREADME.md9 2. Install the table2csv plugin using the Plugin Manager and the download URL above.
/plugin/rdplink/
H A DREADME.md15 Paste the Zipball URL (http://github.com/justinshepard/rdplink/zipball/master) into the DokuWiki pl…
/plugin/publistf/
H A DCHANGELOG.md44 co-authors by creating an additional file/wiki page with "URL Author Name"
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt33 When enabled, your animals will be accessible under the farmer's URL using the //bang!// mechanism. Eg. if your farmer is
/plugin/diagrams/script/
H A DDiagramsMediaManager.js199 let url = new URL(window.location.href);
/plugin/switchpanel/
H A DREADME.md262 logo="URL OF LOGO"
263 logoLink="URL OF LINK"
/plugin/adfs/phpsaml/
H A DREADME.md323 // URL Location where the <Response> from the IdP will be returned
349 // URL Location where the <Response> from the IdP will be returned
381 // URL Target of the IdP where the Authentication Request Message
391 // URL Location of the IdP where SLO Request will be sent.
523 // If true, Destination URL should strictly match to the address to
1015 * `$returnTo` - The target URL the user should be returned to after logout.
1204 #### URL-guessing methods ####
1212 * `getSelfURL` Returns the URL of the current host + current view + query.
1213 * `getSelfURLNoQuery` Returns the URL of the current host + current view.
1468 * `getSelfURLNoQuery` - Returns the URL of the current host + current view.
[all …]

1...<<11121314151617181920