Home
last modified time | relevance | path

Searched refs:which (Results 326 – 350 of 1265) sorted by last modified time

1...<<11121314151617181920>>...51

/plugin/pot/
H A DREADME.md5 This [https://www.dokuwiki.org|Dokuwiki] plugin allows you to define “pot” in a page, which can be …
81 | sepmil | | (,) | the sign which separates the thousand (1.000,00) |
82 | sepdec | | (.) | the sign which separates the decimals (0,00) |
110 You also can also write "{#examp}" to get the sum of all pots above this entry which have the lette…
137 | ~value | defaultentry=value | fetches page settings which were set erlier with "set=value" |
/plugin/spreadout/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
H A Dsyntax.php155 * which is currently handling the rendering.
/plugin/indexmenu/scripts/
H A Dcontextmenu.js407 // mouse clicks: which 3 === right, button 2 === right button
408 if ((e.which === 3 || e.button === 2) || (window.opera && e.which === 1 && e.ctrlKey)) {
/plugin/indexmenu/
H A DCOPYING40 (2) offer you this license which gives you legal permission to copy,
63 0. This License applies to any program or other work which contains
121 distribute the same sections as part of a whole which is a work based
141 source code, which must be distributed under the terms of Sections
165 operating system on which the executable runs, unless that component
221 integrity of the free software distribution system, which is
247 specifies a version number of this License which applies to it and "any
256 to ask for permission. For software which is copyrighted by the Free
291 free software which everyone can redistribute and change under these terms.
336 `Gnomovision' (which make
[all...]
/plugin/actionrenderer/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING42 form, that is based on (or derived from) the Work and for which the
82 with the Work to which such Contribution(s) was submitted. If You
H A DLICENSE41 form, that is based on (or derived from) the Work and for which the
81 with the Work to which such Contribution(s) was submitted. If You
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md501 methods and a way in which to modify the transaction at that specific point in
777 …HeaderFactory which can map specific headers to specific header classes. There is now a Link heade…
1201 In version 2.8 setting the `Accept-Encoding` header would set the CURLOPT_ENCODING option, which pe…
H A DCHANGELOG.md189 * Fixed a memory leak in the curl handlers in which references to callbacks
229 * Request exceptions now include a "handler context" which provides handler
240 * Fixed a bug in which multiple headers using different casing would overwrite
250 * Requires immutable messages, which basically means an event based system
260 * Retry logic is now encapsulated in `GuzzleHttp\Middleware::retry`, which
317 * Added the ability to limit which protocols are allowed for redirects by
386 * Added `GuzzleHttp\Pool` which implements FutureInterface and transfers
412 `GuzzleHttp\Pool::batch`, which returns an `objectStorage`. Using functions.php
439 constructor which is a mapping of the request option name mapping to a
453 "size" key and "metadata" key which can be used to provide custom metadata.
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md11 …* Added `AsMonologProcessor` PHP attribute which can help autowiring / autoconfiguration of proces…
17 …* Fixed error handler signature to accept a null $context which happens with internal PHP errors (…
57 …* Added support for Elastica 7, and deprecated the $type argument of ElasticaFormatter which is no…
77 …er) instead of being converted from ISO-8859-15 to UTF8 as it was before, which was hardly a compr…
100 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
110 …* Added FallbackGroupHandler which works like the WhatFailureGroupHandler but stops dispatching lo…
120 …* Added OverflowHandler which will only flush log records to its nested handler when reaching a ce…
148 …* Added NoopHandler which is similar to the NullHandle but does not prevent the bubbling of log re…
151 …* Added a `$dateFormat` option to the PsrLogMessageProcessor which lets you format DateTime instan…
186 …* Fixed normalization of exception codes to be always integers even for PDOException which have th…
[all …]
H A DUPGRADE.md10 Various formatters and log output might be affected, which may mess with log parsing
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md212 be surrounded by whitespace which should be ignored according to RFC 7230
243 streams, which can sometimes return fewer bytes than requested with `fread`.
H A DREADME.md737 …dds additional normalizations that can be configured with the `$flags` parameter which is a bitmask
742 Default normalizations which only include the ones that preserve semantics.
788 …Paths which include two or more adjacent slashes are converted to one. Webservers usually ignore d…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md443 …/discovery/. Sometimes new features are added to APIs with unusual names, which can cause some une…
447 Some services return XML or similar by default, rather than JSON, which is what the library support…
H A DLICENSE41 form, that is based on (or derived from) the Work and for which the
81 with the Work to which such Contribution(s) was submitted. If You
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md13 library via Composer, which will pull down the most recent tag.
H A DLICENSE41 form, that is based on (or derived from) the Work and for which the
81 with the Work to which such Contribution(s) was submitted. If You
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md35 primary way of interacting with a promise is through its `then` method, which
65 only once and in the order in which they were added.
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md22 `@return static`, which more closelly follows the semantics of the
/plugin/authgooglesheets/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/a2s/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/foldablelist/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/structcondstyle/
H A DLICENSE40 (2) offer you this license which gives you legal permission to copy,
62 0. This License applies to any program or other work which contains
119 distribute the same sections as part of a whole which is a work based
139 source code, which must be distributed under the terms of Sections
163 operating system on which the executable runs, unless that component
218 integrity of the free software distribution system, which is
243 specifies a version number of this License which applies to it and "any
252 to ask for permission. For software which is copyrighted by the Free
286 free software which everyone can redistribute and change under these terms.
330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
/plugin/c3chart/
H A DREADME.md3 … to insert interactive data charts rendered by [C3.js](http://c3js.org/), which is powered by the …

1...<<11121314151617181920>>...51