Home
last modified time | relevance | path

Searched refs:using (Results 176 – 200 of 1302) sorted by relevance

12345678910>>...53

/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
135 * Use `splitbrain\phpcli\PSR3CLI` if you're using version 2 of PSR3 (PHP < 8.0)
136 * Use `splitbrain\phpcli\PSR3CLIv3` if you're using version 3 of PSR3 (PHP >= 8.0)
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
144 You can adjust the verbosity of your CLI tool using the `--loglevel` parameter. Supported loglevels are the PSR-3
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md37 * Deprecated using the `!php/object` and `!php/const` tags without a value.
49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.
50 * deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
95 * added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` method
107 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0.
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DSECURITY.md7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/auth/
H A DSECURITY.md7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DSECURITY.md7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/flowcharts/
H A DREADME.md37 A nice feature is that each element of a diagram can be made clickable by using
51 …ntax, see https://mermaidjs.github.io/. Diagrams can be built in realtime using https://mermaidjs.…
/plugin/openas/
H A DREADME26 using the specified template. The current implementation of the OpenAS plugin
33 This will open up the page :hello_temp, using the homepagetemplate (which is
/plugin/dev/
H A DREADME29 dependencies using composer. This is needed because the wizard runs
33 and the Skeletor class which implements the logic for using the
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md28 …niffer using the PEAR installer. This will make the `phpcs` and `phpcbf` commands immediately avai…
32 If you prefer using [Composer](http://getcomposer.org/) you can easily install PHP_CodeSniffer syst…
/plugin/googleanalytics/
H A DREADME.md21 …tps://developers.google.com/analytics/devguides/collection/analyticsjs)") using a **UA-XXXXXX-XX**…
22 …s](https://developers.google.com/analytics/devguides/collection/gtagjs)") using a **G-XXXXXXXXXX**…
40 Search and install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extensi…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst31 * Some Annotation using a constructor
92 Annotation parser check the given parameters using the phpdoc annotation ``@var``,
93 The data type could be validated using the ``@var`` annotation on the annotation properties
94 or using the annotations ``@Attributes`` and ``@Attribute``.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc37 encoded as JSON, it is decoded into an array using `json_decode`. Otherwise, it
48 configure it for explicitness, you can do so by using the `setSerializer()`
90 You can select `ArrayToJSONSerializer` by using the `setSerializer()` method on
132 You can select `EverythingToJSONSerializer` by using the `setSerializer()`
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md5 You can add this library as a local, per-project dependency to your project using [Composer](https:…
/plugin/sympaauth/lang/en/
H A Dintro.txt1 ====== Authentication using a Sympa server ======
/plugin/todo/
H A Dplugin.info.txt6 desc Create a checkbox based todo list with optional user assignment (by using <todo>This is a ToDo</todo>). In combination with dokuwiki searchpattern plugin it is a lightweight task list management system.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md28 - C# style async/await coroutine promises using
70 Promises are fulfilled using the `resolve($value)` method. Resolving a promise
181 invoked using the value returned from the `$onRejected` callback.
200 You can synchronously force promises to complete using a promise's `wait`
280 You can cancel a promise that has not yet been fulfilled using the `cancel()`
415 asynchronously using a task queue. When waiting on promises synchronously, the
417 any forwarded promises are resolved. When using promises asynchronously in an
421 You can run the task queue using the `run()` method of the global task queue
430 For example, you could use Guzzle promises with React using a periodic timer:
472 down the chain without using recursion.
[all …]
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md3 All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the …
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
/plugin/authgoogle/
H A DREADME.md4 using OAuth 2.0 protocol provided by Google
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md9 * Fix: "Undefined index: group" when calling MultiCell when using font without OTL data (@Kekos, #1213, #941)
25 * Fixed SVGs using a style tag, has styles ignored ( Requires ext-dom ) (#450, @antman3351)
193 - QR codes can be generated without a border using `disableborder="1"` HTML attribute in `<barcode>` tag
253 - Automatic language mark-up and font selection using autoScriptToLang and autoLangToFont.
256 - Index mark-up allowing control over layout using CSS.
257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle.
309 - bug accessing images from some servers (HTTP 403 Forbidden whn accessed using fopen etc.)
313 - Tables - bug when using colspan across columns which may have a cell width specified
318 - Tables - if using packTableData, and borders-collapse, wider border is overwriting content of adjacent cell
330 - Barcodes with bottom numerals e.g. EAN-13 - incorrect numeral size when using cor
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Doctype.txt
H A DURI.AllowedSchemes.txt
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djson_encode.rst19 Combine constants using :ref:`bitwise operators<template_logic>`:
/plugin/patchpanel/
H A DREADME.md3 …). Since I haven't had time to maintain this project lately, I recommend using their plugin inste…

12345678910>>...53