Home
last modified time | relevance | path

Searched refs:default (Results 51 – 75 of 1338) sorted by path

12345678910>>...54

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md381 * Added a public API for creating a default HTTP adapter.
708 * Bug fix: Setting default options on a client now works
758 default `array()`
965 * URLs with no path no longer contain a "/" by default
1058 * Magic methods are enabled by default on clients
1084 * Now shipping with cURL's CA certs and using it by default
1131 '_default' with a default JSON configuration file.
1149 * Removed SSL information from the default User-Agent header
1188 * Cookies are no longer URL decoded by default
1252 * Bug: Fixing default User-Agent header
[all …]
H A DUPGRADING.md129 // Create a handler stack that has all of the default middlewares attached
353 - `setUserAgent()` has been removed. Use a default request option instead. You
469 // Standard redirects with a default of a max of 5 redirects
588 sending. This subscriber is attached to all requests by default.
732 default `array()`
866 ### No default path
868 URLs no longer have a default path value of '/' if no path was specified.
914 $default = array();
916 $config = Inspector::fromConfig($config, $default, $required);
940 $default = array();
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DProxy.php16 * @param callable $default Handler used for normal responses
22 callable $default, argument
25 return function (RequestInterface $request, array $options) use ($default, $sync) {
27 ? $default($request, $options)
40 * @param callable $default Handler used for non-streaming responses
46 callable $default, argument
49 return function (RequestInterface $request, array $options) use ($default, $streaming) {
51 ? $default($request, $options)
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md256 called "unwrapping" the promise. Waiting on a promise will by default unwrap
329 This is set to `true` by default.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md647 Whether the URI has the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort…
767 …Removes the default host of the given URI scheme from the URI. Only the "file" scheme defines the
775 Removes the default port of the given URI scheme from the URI.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md13 …* Added support for a `user_agent` key in WebProcessor, disabled by default but you can use it by …
81 …addJsonEncodeOption and removeJsonEncodeOption are now public to allow modifying default json flags
138 * BC Break: There is no more default handler configured on empty Logger instances
143 * Added timezone and microseconds to the default date format
219 …* Added SocketHandler::setChunkSize to override the default chunk size in case you must send large…
310 …* Fixed write timeouts in SocketHandler and derivatives, set to 10sec by default, lower it with `s…
432 * Fixed default format of the ErrorLogHandler
461 * Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default
507 * Added `$useSSL` option to the PushoverHandler which is enabled by default
543 * Fixed the log records to use the php default timezone instead of UTC
[all …]
H A DUPGRADE.md29 - There is no more default handler configured on empty Logger instances, if
42 - The exchange name does not default to 'log' anymore, and it is completely ignored
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DServerRequestInterface.php224 * @param mixed $default Default value to return if the attribute does not exist.
227 public function getAttribute($name, $default = null); argument
/plugin/authhttp/
H A DREADME69 DokuWiki's "superuser" configuration setting default of "@admin", you should
/plugin/authorlist/images/
H A DREADME.txt1 Image email.png is from the dokuwiki default template
/plugin/authremoteuser/
H A DREADME.md21 It uses the default plain text file `conf/users.auth.php` to store user
/plugin/authshibboleth/
H A DREADME.md49 … your `DOKUWIKI_HOME/conf/local.protected.php` file (it doesn't exist by default, you have to crea…
55 The `authshibboleth.conf.php` file contains all available directives, set to their default values a…
/plugin/authsplit/
H A DREADME95 you use the default "DokuWiki" template). authsplit will call the PRIMARY
/plugin/authsplit/conf/
H A Dmetadata.php11 function initialize($default=null, $local=null, $protected=null) { argument
12 parent::initialize($default, $local, $protected);
/plugin/authyubikey/
H A Dauth.php.org35 if(!@is_readable($config_cascade['plainauth.users']['default'])) {
38 if(@is_writable($config_cascade['plainauth.users']['default'])) {
119 * The new user will be added to the default group by this
120 * function if grps are not specified (default behaviour).
144 // set default group if no groups specified
150 if(!io_saveFile($config_cascade['plainauth.users']['default'], $userline, true)) {
191 …if(!io_replaceInFile($config_cascade['plainauth.users']['default'], '/^'.$user.':/', $userline, tr…
224 if (!io_deleteFromFile($config_cascade['plainauth.users']['default'], $pattern, true)) {
329 if(!file_exists($config_cascade['plainauth.users']['default'])) return;
331 $lines = file($config_cascade['plainauth.users']['default']);
/plugin/authyubikey/lib/
H A DNEWS22 ** Verify server certificates by default when HTTPS is requested.
25 ** Disable API input by default in demo.php.
/plugin/autolink4/
H A DREADME.md3 This DokuWiki plugin automatically turns specified keywords into links to other wiki pages, similar to the default functionality of MediaWiki.
/plugin/avatar/
H A Dhelper.php80 // we take the monster ID as default
84 // GDlib is not availble - resort to default images
89 default:
93 $default = ml(DOKU_URL.'/lib/plugins/avatar/'.$file, 'cache=recache', true, '&', true);
102 $src .= 'avatar/'.$seed.'?s='.$size.'&d='.$this->getConf('default').'&r='.$this->getConf('rating').'&.jpg';
104 // show only default image if invalid or empty email given
106 $src = $default;
/plugin/barcode/api/google/
H A Dbarcode.inc35 default :
/plugin/barcode/api/inigma/
H A Dbarcode.inc43 default :
/plugin/barcode/api/kawa/
H A Dbarcode.inc33 default :
/plugin/barcode/api/qrserver/
H A Dbarcode.inc33 default :
/plugin/barcodes/
H A DREADME.md36 … optional | Type of the image to be created. Must be one of `svg` (default) or `png` …
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md77 $file Barcode save filename [default: `null`]
78 $scale Barcode unit size in `px` units [default: `1`]
79 $height Barcode height in `px` units [default: `30`]
80 $rotate Support 0, 90 in `degrees` units [default: `0`]
81 $color Support in `hexadecimal` color units [default: `000`]
95 $emblem Insert mask Logo [default: `null`]
96 $file QRcode save filename [default: `null`]
97 $level QRcode level L,M,Q,H [default: `L`]
100 $color Support in `hexadecimal` color units [default: `000`]
114 $file Datamatrix save filename [default: `null`]
[all …]
/plugin/bbcodeextensions/
H A DChangeLog18 …* All forms of simple tag now use a base class with type 'formatting' and default getSort() prio o…

12345678910>>...54