Home
last modified time | relevance | path

Searched refs:as (Results 976 – 1000 of 2343) sorted by relevance

1...<<31323334353637383940>>...94

/plugin/addressbook/
H A DREADME.md78as blobs) is stored ``data/meta/addressbook.sqlite3`` and can be backuped easily. An addressbook (…
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md165 You can add this library as a local, per-project dependency to your project using [Composer](https:…
169 …ent, for instance to run your project's test suite, then you should add it as a development-time d…
/plugin/table2csv/
H A DREADME.md16 …lowing the start marker. The startmarker cannot be part of the table such as a column heading or …
28 it under the terms of the GNU General Public License as published by
/plugin/eventline/
H A DREADME29 it under the terms of the GNU General Public License as published by
60 located in the LICENSE.txt file located in the same directory as this very file
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst18 this component offers a way to use the PHP doc-blocks as a
52 The annotation class is declared as an annotation by
/plugin/oembed/docs/
H A Ddokuwiki-oembed.org36 Some providers can be given extra options in the form ~{{>url?options}}~ such as ~maxwidth~ or ~max…
66 The current plugin (as of 2019) has been updated from an old unmaintained version but doesn't use t…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst37 {# you can omit the first argument -- which is the same as 0 #}
43 The ``slice`` filter works as the `array_slice`_ PHP function for arrays and
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css5 [mPDF default CSS set in configuration only works on basic elements, cannot do selectors such as "ol ol"]
6 Need to add the following to do this, but also prevent margins in nested lists as per default HTML in most browsers:
/plugin/dev/
H A DREADME20 also provides the web interface known as the "DokuWiki Plugin Wizard"
40 it under the terms of the GNU General Public License as published by
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md45 automatically be repaired, make sure we report the change as 'repaired'.
58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl)
149 * #233: The `+00:00` timezone is now recognized as UTC. (@c960657)
154 such as large iCalendar objects.
517 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
551 * Fixed: vCard date-time parser supported extended-format dates as well.
568 * Fixed: Iterating parameter values should now fully work as expected.
593 * Fixed: QUOTED-PRINTABLE is now correctly encoded as well as encoded, for
614 * Added: Decoding RFC6868 parameter values (uses ^ as an escape character).
628 * Added: It's now possible to easy set multi-value properties as arrays.
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md26 In that case, definitely let us know about your plugin as well, so we can
49 4. Try to keep your lines under 80 characters. This is not a hard rule, as
53 5. Opening braces (`{`) are _always_ on the same line as the `class`, `if`,
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md26 In that case, definitely let us know about your plugin as well, so we can
49 4. Try to keep your lines under 80 characters. This is not a hard rule, as
53 5. Opening braces (`{`) are _always_ on the same line as the `class`, `if`,
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md23 Requires PHP 5.4 or greater. PHP 5.3 is supported as long as no more recent
33 Provided for convenience; this is exactly the same as counting the number of
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md49 # The base_dn is used as the default for searches
76 foreach ($entries as $entry) {
112 # Optionally pass an array of attributes to select as the second argument.
162 # You could also pass a DN object or a simple DN as a string.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc49 If you need to set other parameters, such as a `routing` value, you specify
142 {es} provides realtime GETs of documents. This means that as soon as the
194 Sometimes you need to perform a scripted update, such as incrementing a counter
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md7 on Promise v3. We encourage upgrading to the latest version when possible, as
53 * Mark `FulfilledPromise`, `RejectedPromise` and `LazyPromise` as deprecated for Promise v2 (and remove for Promise v3).
104 * Mark legacy progress support / notification API as deprecated
136 foreach ($promises as $promise) {
164 * Handle `\Throwable` in the same way as `\Exception` (#51 by @joshdifabio).
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt31 The Font Software may be sold as part of a larger software package but no
44 Except as contained in this notice, the names of Gnome, the Gnome
79 The Font Software may be sold as part of a larger software package but
93 Except as contained in this notice, the name of Tavmjong Bah shall not
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt4 * You can use this file as your template and over-write the English with your tanslations
28 …e Alignment</b> The align property will place your images in text contexts as illustrated in the p…
159 …+" in particular where the text has already been marked up as a Geshi code block, the parser wil…
171 …gInfo : "FCKeditor smileys are inserted as images. Dokuwiki smileys are inserted as text and …
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md11 "Responsive" chart or map will modify it's features dynamically (even as you
140 To override a property of a child object, such as "legend", you would simply go
156 There are some ways to override their properties as well.
159 override instruction as an object. I.e.:
178 instructions as an array:
196 Or you can omit the "id" and just apply overrides in the same order as you have
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md96 …com/sebastianbergmann/phpunit/issues/2478): Tests that take too long are not reported as risky test
177 ….com/sebastianbergmann/phpunit/issues/2394): Do not treat `AssertionError` as assertion failure on…
202 …on directive to configure a directory from which all `.phar` files are loaded as PHPUnit extensions
204 * Added `PHPUnit\Framework\Assert` as an alias for `PHPUnit_Framework_Assert` for forward compatibi…
205 * Added `PHPUnit\Framework\BaseTestListener` as an alias for `PHPUnit_Framework_BaseTestListener` f…
206 * Added `PHPUnit\Framework\TestListener` as an alias for `PHPUnit_Framework_TestListener` for forwa…
/plugin/downloadcodeblock/
H A DREADME.md9 as the file name for the download if it ends with a file extension (dot followed
/plugin/langdelete/
H A DREADME15 Just download and extract it as folder “langdelete” into your “\lib\plugins”
/plugin/idcount/
H A DREADME.md3 Provides a button in the editor to insert an ongoing number (to be used as unique ids) in the text.…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dblock.rst4 Blocks are used for inheritance and act as placeholders and replacements at
/plugin/oiddelegate/lang/en/
H A Dintro.txt3 …legation headers]] for certain wiki pages. You may use the ''*'' character as page name to setup a…

1...<<31323334353637383940>>...94