Home
last modified time | relevance | path

Searched refs:set (Results 501 – 525 of 1255) sorted by relevance

1...<<21222324252627282930>>...51

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
H A DHTML.DefinitionID.txt
/plugin/latex/
H A DTODO15 manually and set it to a specific shared point, in a small wiki.
/plugin/givemeyouremail/
H A DREADME.txt15 Just give the plugin zip url to Dokuwiki plugin installer, and you're all set !!
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php108 public function set($key, $value) { function in Google_FileCache
/plugin/linkbonus/syntax/
H A Dbase.php99 $set = array(); // {false} if paramenter has not been detected
/plugin/metadisplay/
H A DREADME.md25 …-e, --exact exact page match, set to on for exact match, off for normal match
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php87 public function set(FilterInterface ...$filters)
82 public function set(FilterInterface ...$filters) global() function
/plugin/tablelayout/
H A DREADME3 Set the width of table columns and set which lines to fix
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc29 purposes, and may have keys unrelated to the {es} client), you can set
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md37 $smtp = new SMTP(); // new SMTP(new Logger('Mailer')); # set logger to receive debug log
/plugin/latex-was/
H A DTODO15 manually and set it to a specific shared point, in a small wiki.
/plugin/linkback/
H A DCHANGELOG3 * Fix for nasty recursion bug in sending routine when ''$conf['use_heading']'' was set
/plugin/watchcycle/
H A Daction.php177 $set = implode(',', array_map(function ($v) {
181 $sqlite->query("UPDATE watchcycle SET $set WHERE page=?", $toupdate);
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt31 … start your database for the first time, the database structure is already set up and you can sele…
121 …kup file of the previous record set, which is saved in db/dbnames.ser.prev. If you decide to go b…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php114 '{DAV:}supported-privilege-set',
115 '{DAV:}current-user-privilege-set',
118 '{DAV:}inherited-acl-set',
121 '{DAV:}supported-method-set',
122 '{DAV:}supported-report-set',
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php108 '{DAV:}supported-privilege-set',
109 '{DAV:}current-user-privilege-set',
112 '{DAV:}inherited-acl-set',
115 '{DAV:}supported-method-set',
116 '{DAV:}supported-report-set',
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md38 - Driver capabilities received from the browser when creating now session were not set to the instance of ChromeDriver (when ChromeDriver::start() was used).
56 - Do not require `WEBDRIVER_CHROME_DRIVER` environment variable to be set if `chromedriver` binary is already available via system PATH.
73 - Do not set unnecessary `binary` value of `goog:chromeOptions` while keep the object in proper data type required by ChromeDriver.
150 - Cookies should now be set using `Cookie` value object instead of an array when passed to to `addCookie()` method of `WebDriverOptions`.
208 - FirefoxProfile improved - added possibility to set RDF file and to add datas for extensions.
/plugin/fckg/
H A DChanges43 fckeditor/dwsmileys.php: set alternate path for ajax access to smiley.conf in debian and ubuntu
66 …() that goes through all rows checking for rowspans. Rowspan property of rows array is set to 0 for
75 Added session_id check to config.php: in some system setting session which has already been set th…
183 Automated insertion of ~~COMPLEX_TABLES~~ macro when complex tables checkbox is set to true,
232 Fixed corrupted links to media from userfiles and bad file mode set for edit.php
309 Remove ~~COMPLEX_TABLES~~ macro in save.php and disable macro checkbox if complex set in config man…
/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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst46 The defaults set for ``number_format`` can be over-ridden upon each call using the
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst34 a DateTime instance. Do not set this argument to use current date.
/plugin/authucenter/
H A DREADME.md19 * In `Authentication` settings area, set superuser to your superadmin username in UCenter. Otherwis…
/plugin/odt2dw/
H A DREADME29 * Fixe : check for mime type was too specific : It could be set in config panel
/plugin/bureaucracy-au/_test/
H A Dinput.txt4 Fieldset "A set of fields"

1...<<21222324252627282930>>...51