Home
last modified time | relevance | path

Searched refs:is (Results 76 – 100 of 3535) sorted by relevance

12345678910>>...142

/plugin/flowplay2/flowplayer/
H A Djavascript.txt4 plug-in. mplayer plug-in's API is documented in javascript.txt that can be found
15 called this function the API is guaranteed to be ready for use.
52 This is a JavaScript object that is documented in flowPlayer.js
118 Gets the index of the current clip. First clip is at index zero.
126 Plays the specified clip. Existing playList is discarded
134 Existing playList is discarded.
163 Called when a clip is not found using it's URL.
175 Called when the player is paused.
179 Called when the player is resumed.
183 Called when a cue point is reached.
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc14 Here is a standard curl for a match query:
29 And here is the same query constructed in the client:
49 Notice how the structure and layout of the PHP array is identical to that of the
51 A quick method to check your PHP array (for more complex examples) is to encode
77 Sometimes it is convenient to use raw JSON for testing purposes, or when
103 difference is that the JSON response is serialized back into PHP arrays. Working
104 with the search results is as simple as iterating over the array values:
178 Notice that the `must` clause accepts an array of arrays. This is serialized
179 into an array of JSON objects internally, so the final resulting output is
[all...]
H A Dconnecting.asciidoc34 Where <cloud-id> is reported in the Deployment UI, and <username>, <password>
48 Where <id> and <key> are generated when you create a new API key. The API key is
57 If your {es} server is protected by HTTP authentication, you need to provide the
83 If your {es} cluster is secured by API keys as described
101 Configuring SSL is a little more complex. You need to identify if your
102 certificate has been signed by a public Certificate Authority (CA), or if it is
108 If you believe the client is configured to correctly use SSL, but it simply is
112 7.37.1. The `--cacert` option is equivalent to PHP's `CURLOPT_CAINFO` constant,
137 <1> Note that `https` is use
[all...]
H A Dselectors.asciidoc8 The job of a selector is to return a single connection from a provided array of
16 This selector returns connections in a round-robin fashion. Node #1 is selected
21 The `RoundRobinSelector` is default but if you wish to explicitly configure it
31 Note that the implementation is specified via a namespace path to the class.
37 This selector is "sticky", so that it prefers to reuse the same connection
38 repeatedly. For example, Node #1 is chosen on the first request. Node #1 will
43 This is an ideal strategy for many PHP scripts. Since PHP scripts are
45 request is often a sub-optimal strategy and introduces a lot of overhead.
46 Instead, it is better to "stick" to a single connection for the duration of the
53 If you are using <<future_mode>>, the "sticky" behavior of this selector is
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst51 * ``lipsum`` is not a language construct;
53 * The tag is not flexible as you cannot use it in an expression:
144 compilation, the generated PHP code is roughly equivalent to:
160 argument, and the compiled code is equivalent to:
208 Adding this filter is as easy as before::
307 compilation, the generated PHP code is roughly equivalent to:
381 The ``set`` tag is part of the Core extension and as such is always
447 the token is returned and the stream moves to the next token.
462 The ``Project_Set_Node`` class itself is rather simple::
487 * ``raw()``: Writes the given string as is.
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
11 use is not necessary anymore
12 - Removed `AdvancedNamingStrategyInterface`, the serialized name is now compiled and can not be cha…
13 - "deeper branch group exclusion strategy" has a different behaviour, the latest group is used inst…
15 - Most of the classes are marked as `final`, inheritance is discouraged for all the cases, use comp…
43 - `VisitorInterface` is internal use `SerializationVisitorInterface` and `DeserializationVisitorInt…
44 - `GraphNavigator` is internal use `GraphNavigatorInterface` instead
48 marked as `@internal` shall not be used in user-land code. BC is not guaranteed on this elements.
49 - PSR4 is used
/plugin/icons/assets/
H A DLICENSE.md9 - The Font Awesome font is licensed under the SIL OFL 1.1:
13 - The Font Awesome documentation is licensed under the CC BY 3.0 License:
15 - Attribution is no longer required as of Font Awesome 3.0, but much appreciated:
26 - The Rpg Awesome font is licensed under the SIL OFL 1.1:
30 - The Rpg Awesome documentation is licensed under the CC BY 3.0 License:
32 - Attribution is appreciated but not required
38 Font-logos is an icon font containing logos of popular linux distributions and other open source so…
46 Material design icons is the official [icon set](https://www.google.com/design/spec/style/icons.htm…
51 We'd love attribution in your app's *about* screen, but it's not required. The only thing we ask is
/plugin/bibtex/OSBib/format/
H A DREADME.txt19 The naming of the style files to be downloaded is (for example):
21 …er (in this case '1.0') is the version number of the OSBib classes the style is at least compatibl…
32 This is not part of the distribution but is here as an example of how WIKINDX uses OSBib-Format. p…
67is important here is that the key names of the above array match the key names of the resource typ…
99 Ensure that the first letter of a UTF-8 string is uppercase.
108 This is the main OSBib engine.
112 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
120is used to highlight words or phrases when displaying the results to a browser. This is useful wh…
121 $bibformat->patternHighlight -- A CSS class defining the highlighting for above. Default is FALSE.
149 $type is the resource type which must be one of the ones listed in $this->types in STYLEMAP.php.
[all …]
/plugin/noiewarning/
H A DREADME3 This plugin is an adaptation of the Wordpress "No IE" Plugin.
5 Its function is to display a warning to an user or visitor who is
9 All documentation for this Plugin is available online at:
12 Demo page is available at:
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DREADME.md3 This is _not_ intended for direct use by third parties. Rather, it is for
8 The library requires PHP 5.4 or greater. This library works and is tested
24 This software is Copyright (c) 2015-2018 by MaxMind, Inc.
26 This is free software, licensed under the Apache License, Version 2.0.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Diterable.rst7 ``iterable`` checks if a variable is an array or a traversable object:
11 {# evaluates to true if the foo variable is iterable #}
12 {% if users is iterable %}
17 {# users is probably a string #}
H A Dsameas.rst7 ``same as`` checks if a variable is the same as another variable.
8 This is the equivalent to ``===`` in PHP:
12 {% if foo.attribute is same as(false) %}
13 the foo attribute really is the 'false' PHP value
/plugin/authyubikey/lib/
H A DREADME5 infrastructure. Installation is simple using PEAR.
7 The development community is co-ordinated via
27 This is an example of how you can use the `Yubico.php` inside an HTML *.php file:
49 Provided in the package is also a script
51 that demonstrates how you may use the package. The script is deployed
55 There is also a complete example site that demonstrates one-factor and
57 passwords. Database schema is in
62 The example site is deployed http://demo.yubico.com/php-yubico[here].
68 a web page illustrating how to work with the modhex encoding. It is deployed
72 The project is licensed under a BSD license. See the file COPYING for
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst7 The ``dump`` function dumps information about a template variable. This is
17 The ``dump`` function is not available by default. You must add the
28 ``debug`` option on the environment is not enabled (to avoid leaking debug
42 Using a ``pre`` tag is not needed when `XDebug`_ is enabled and
43 ``html_errors`` is ``on``; as a bonus, the output is also nicer with
/plugin/condition/
H A DREADME.md9 …list] is a set of [condition] records separated by logical operators (&&, and, ||, or, ^, xor for …
11 …[condition] is formed from a [key], followed by an [operator] (optionnal) and then a [value] (opti…
13 [key] is in the list (defined in base_tester.php as of 2009/06/10) :
20 [operator] signification is [key] dependent, for example :
28 All documentation for the User Subscriptions Plugin is available online at:
/plugin/dokutexit/help/
H A Dtexit.txt2 TeXit is a DokuWiki plugin that generates a PDF file from the wiki data. It depends on LaTeX which
4 The main goal is have a nice looking printable version of a DokuWiki pages. LaTeX is a good choice.
29 ^subject |Add to PDF properties | string | title is used |
37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |
/plugin/mcitem/
H A DREADME.md7 If you install this plugin manually, make sure it is installed in
8 lib/plugins/mcitem/ - if the folder is called different it
16 Every mod (that is [Minecraft Forge](http://www.minecraftforge.net/)'s way of talking about extensi…
18 Every mod's sub-space is located within the root space `:mods:`.
20 Every image of a block or item is named exactly like its description page in the wiki. And is provi…
32 Plugin inspiration and major part of readme is from mcrecipe Dokuwiki plugin made by [cryxli](https…
/plugin/drawio/
H A DREADME.md11 If you install this plugin manually, make sure it is installed in
12 lib/plugins/drawio/ - if the folder is called different it
21 This program is free software; you can redistribute it and/or modify
25 This program is distributed in the hope that it will be useful,
35is that they are solving problem that anybody can have not that you are solving your particular pr…
37 … rather than issues, as I am not going to be fixing any bug unless the bug is breaking my personal…
44 This project is completely OpenSource and maintained in my free time, so I can NOT provide any ETA …
45 [Enhancements](https://github.com/lejmr/dokuwiki-plugin-drawio/issues?q=is%3Aopen+is%3Aissue+label%…
54 This is how to start local development server:
58 …t until server is started, and feel free to login using *superuser:password* credentials and go on…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md1 mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML.
3 It is based on [FPDF](http://www.fpdf.org/) and [HTML2FPDF](http://html2fpdf.sourceforge.net/)
4 (see [CREDITS](CREDITS.txt)), with a number of enhancements. mPDF was written by Ian Back and is released
13 > the default repository branch is `development` which can differ from the last stable release.
21 - `mPDF >=7.0` is supported on `PHP ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0`
22 - `PHP 7.3` is supported since `mPDF v7.1.7`
23 - `PHP 7.4` is supported since `mPDF v8.0.4`
24 - `PHP 8.0` is supported since `mPDF v8.0.10`
25 - `PHP 8.1` is supported as of `mPDF v8.0.13`
37 server such as nginx (php-fpm) or Apache is recommende
[all...]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default55 // Note: this directory must be writable (usually chmod 777 is neccesary) for caching to work.
56 // If the directory is not writable no error will be generated but caching will be disabled.
131 // If this is zero then no limit on source image dimensions.
132 // If this is nonzero then this is the maximum number of pixels the source image can have to be pro…
152 …efault maximum thumbnail width. If this is zero then default width is the width of the source i…
153 …efault maximum thumbnail height. If this is zero then default height is the height of the source i…
170 … // if true thumbnail is covered up with $PHPTHUMB_CONFIG['nohotlink_fill_color'] before text
177 … // if true thumbnail is covered up with $PHPTHUMB_CONFIG['nohotlink_fill_color'] before text
200 …ified if $PHPTHUMB_CONFIG['mysql_query'] is not empty, but may be ignored if $PHPTHUMB_CONFIG['mys…
228is available, and is larger or equal to output image dimensions, use EXIF thumbnail rather than ac…
[all …]
/plugin/webcomics/
H A DREADME.md2 …ou to add comics to your page. The source for the comics is a RSS feed. The list of RSS feeds is c…
4 The syntax is ```<comic="comic-name">```. ```comic-name``` must be a name assigned to a RSS feed in…
6 The original author is Christoph Lang.
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md45 This library is the foundation of several others, e.g.
188 The `Stream` capability is already implemented by the
247 firing another event… There is no rule. The observed stream is still
320 MIME-Type is text/html; charset=UTF-8
323 MIME-Type is text/html; charset=UTF-8
328 The exhaustive list of listeners is the following:
330 * `authrequire`, when the authentication is required,
336 * `progress`, when there is significant progression,
339 * `size`, when the size of the stream is known.
357 This is possible for the stream implementer to add more
[all …]
/plugin/bible/bible_douayRheims/
H A DCanticles.txt18 2:2. As the lily among thorns, so is my love among the daughters.
27 2:11. For winter is now past, the rain is over and gone.
28 …The flowers have appeared in our land, the time of pruning is come: the voice of the turtle is hea…
48 …4:4. Thy neck, is as the tower of David, which is built with bulwarks: a thousand bucklers hang up…
70 5:10. My beloved is white and ruddy, chosen out of thousands.
76 …5:16. His throat most sweet, and he is all lovely: such is my beloved, and he is my friend, O ye d…
77 …5:17. Whither is thy beloved gone, O thou most beautiful among women? whither is thy beloved turne…
85 …6:8. One is my dove, my perfect one is but one, she is the only one of her mother, the chosen of h…
91 …7:2. Thy navel is like a round bowl never wanting cups. Thy belly is like a heap of wheat, set abo…
99 7:10. I to my beloved, and his turning is towards me.
[all …]
/plugin/inlinetoc/
H A DREADME.md1 # This plugin is not maintained anymore
19 The plugin replaces the tag with a div. The div's class is inlinetoc**2** (the
20 css is in inlinetoc/all.css file). The 2 is here to not enter in conflict with
29 - This plugin is largely inspired by the TOC
/plugin/catlist/
H A DREADME.md9 Do what you want. Any help to add features or refactor the code is welcome. The only requirement is backwards compatibility and some consistence.
11 The plugin is not actively developped, but still somewhat maintained. Some features may be added if it is not too much work. As I'm not a user of DokuWiki anymore, I'm looking for a new maintainer for this plugin. Please step in if you're interested.
15 The plugin directly scans the file system for pages, and does not use the tree-walking DokuWiki primitive. DokuWiki permissions should be respected, but there is *no absolute guarantee*, as there may be unexplored corner cases. Use with care.

12345678910>>...142