Home
last modified time | relevance | path

Searched refs:an (Results 26 – 50 of 1830) sorted by relevance

12345678910>>...74

/plugin/popupviewer/
H A DREADME.md14 ```%IMAGE/PAGE%``` | an image or a page as you know it from DokuWiki
17 ```%TEXT/IMAGE%``` (optional) | Here you can set the name or an additional image. This will be dis…
23 * ```keepOpen``` only has an effect when using a page id, never with an image.
/plugin/confmanager/lang/en/
H A Dacronyms.txt1 …y. If your browser supports the <acronym> tag, you can hover your mouse on an abbreviation to see …
3 …ll words will be marked. Eg. an acronym that is used within a word will not result in a acronym to…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md1 Creating an Action <a name="creating-action"></a>
10 an action is the response that an end user will receive.
H A Dimages.md4 Here is an image tag: ![Total Downloads](https://poser.pugx.org/cebe/markdown/downloads.png).
12 This is not an image: ![[ :-)
14 This is not an image: ![[ :-)]]
H A Dlinks.md11 [I'm an inline-style link](https://www.google.com)
13 [I'm an inline-style link with title](https://www.google.com "Google's Homepage")
15 [I'm an inline-style link with title](https://www.google.com "Google's Homepage")
/plugin/strata/lib/
H A Dstrata_aggregate.php23 * @return an array containing the new values
30 * Returns meta-data on the aggregate. This method returns an array with
33 * - synthetic: an optional boolean indicating that the aggregate is synthethic
34 * - hint: an optional string indicating what the aggregate hint's function is
35 * - tags: an array op applicable tags
37 * @return an array containing the info
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc17 When indexing a document, you can either provide an ID or let {es} generate one
22 .Providing an ID value
36 .Omitting an ID value
74 in PHP, the process is similar. You first create an action array object (for
75 example, an `index` object), then you create a document body object. This
143 document is indexed and your client receives an acknowledgement, you can
164 changing an existing field or adding new fields).
169 If you want to partially update a document (for example, change an existing
195 or appending a new value to an array. To perform a scripted update, you need to
218 Upserts are "Update or Insert" operations. This means an upser
[all...]
H A Dindex-operations.asciidoc9 ==== Create an index
12 from other methods that are on the root client object. As an example, let's
64 ==== Create an index (advanced example)
66 This is a more complicated example of creating an index, showing how to define
142 ==== Delete an index
144 Deleting an index is very simple:
197 The PUT Mappings API allows you to modify or add to an existing index's mapping.
255 If you use an IDE with autocompletion, you should be able to easily explore the
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst5 (FP) friendly style by exporting an instance of `lodash` with its methods wrapped
73 // `lodash/padStart` accepts an optional `chars` param.
115 A fixed arity of two has an argument order of:<br>
118 A fixed arity of three has an argument order of:<br>
121 A fixed arity of four has an argument order of:<br>
126 Methods that accept an array as their last, second to last, or only argument:<br>
135 return ' * `_.' + methodName + '` has an order of ' + toArgOrder(orders);
138 The iteratee of `reduceRight` has an argument order of: `(b, a)`
154 return ' * `_.' + alias + '` is an alias of `_.' + realName + '`';
176 on using functional composition as an alternative to method chaining.
[all …]
/plugin/pdfjs/pdfjs/web/locale/gd/
H A Dviewer.properties10 # distributed under the License is distributed on an "AS IS" BASIS,
44 bookmark.title=An sealladh làithreach (dèan lethbhreac no fosgail e ann an uinneag ùr)
63 cursor_text_select_tool.title=Cuir an comas inneal taghadh an teacsa
64 cursor_text_select_tool_label=Inneal taghadh an teacsa
65 cursor_hand_tool.title=Cuir inneal na làimhe an comas
85 document_properties_file_name=Ainm an fhaidhle:
86 document_properties_file_size=Meud an fhaidhle:
107 document_properties_page_size_unit_inches=ann an
192 find_not_found=Cha deach an abairt a lorg
201 # LOCALIZATION NOTE (error_message): "{{message}}" will be replaced by an
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dkeys.rst4 The ``keys`` filter returns the keys of an array. It is useful when you want to
5 iterate over the keys of an array:
/plugin/webcomponent/_test/data/pages/
H A Dteaser.txt4 A teaser is just an alias for [[card|card]]. A teaser in essence is just a card that calls to click…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG90 * fixed use TokenParser to return an empty Node
397 * added an error message when trying to import an undefined block from a trait
412 * fixed error filename/line when an error occurs in an included file
577 * added an embed tag
583 * added an iterable test
705 * added an optimization for the parent() function
738 * fixed output when a macro throws an exception
772 * added null as an alias for none (the null test is also an alias for the none test now)
844 * enhanced error messages when an unexpected token is parsed in an expression
937 …* added strict_variable setting to throw an exception when an invalid variable is used in a templa…
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst56 ``@Target`` indicates the kinds of class element to which an annotation type is applicable.
65 If the annotations is not allowed in the current context you got an ``AnnotationException``
96 If the data type not match you got an ``AnnotationException``
162 If it is not used you get an ``AnnotationException`` stating that this value can not be null.
186 public $direction; // Required field missing, throws an AnnotationException
194 - The annotation parser check the given value and throws an ``AnnotationException`` if the value no…
197 Declaring an enumerated property:
221 public $direction; // Invalid value, throws an AnnotationException
254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md7 PSR-5 also introduces an additional way to describe deeper elements than Classes, Interfaces and Tr…
14 2. Returning an FQSEN object after resolving any partial Structural Element Names into Fully Qualif…
40 - a composite such as an array of string (`@var string[]`).
42 - an object or interface such as the TypeResolver class (`@var TypeResolver`
74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will…
77 ## Resolving an FQSEN
91 Element Names; but in order to do that we need an additional `\phpDocumentor\Reflection\Types\Conte…
162 When you do this you will receive an object of class `\phpDocumentor\Reflection\Types\Object_` for …
169 > type that does not represent a Type. Also: in some cases a type can represent an "Untyped Object"…
170 > is an object (signified by the `object` keyword) but does not refer to a specific element using a…
[all …]
/plugin/issuetracker/
H A DREADME10 Simply spoken a user can easily report an issue for defined products which will
11 be added to an issue log (project). Some checks are implemented to prove if
15 and gets an ID. Automatically the configured admin is informed by mail about a
35 ====== Report an Issue ======
98 Use this plugin to simply create an issue tracking. It is a further development
105 1. Report an issue
129 The Plugin delivers an issue list, where admin can configure a restricted view
138 For better handling and also accessible for users there is a details view of an
140 isuue ID. This will provide a new page displaying all information of an issue
151 provide an overview when the status changed and by whom. All files are stored
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …'mime.local.conf''. The file expects an extension (without the dot) and a mime type. Prefixing the…
15 File type icons can be added by placing an image file (PNG or GIF) named after the file extension i…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DnumericMappingKeys.yml2 test: A sequence with an unordered array
4 A sequence with an unordered array
/plugin/botbouncer/
H A DREADME.md32 http://akismet.com is an anti-comment-spam service from the makers of Wordpress. When you sign up, …
36 http://mollom.com is an anti-form-spam service from the makers of Drupal. They have a free service …
41 …ce that uses the DNS system to manage blocking. You need to sign up to get an API key, which you c…
/plugin/farmer/lang/en/
H A Dtab_new_help.txt12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
13 * domain based: ''%%www.foo.com%%'' for an animal accessible at ''%%http://www.foo.com/%%''
14 * sub domain based: ''foo'' for an animal accessible at ''%%http://foo.example.com/%%''
20 You can select an existing animal to base the new one on. All configuration, page, media and meta data will be copied
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md22 * `%` at the beginning of an unquoted string throw a `ParseException`
60 * Starting an unquoted string with a question mark followed by a space is
140 * Deprecated usage of `%` at the beginning of an unquoted string.
142 * Added support for customizing the YAML parser behavior through an optional bit field:
148 * Added support for customizing the dumped YAML string through an optional bit field:
157 * Yaml::parse() now throws an exception when a blackslash is not escaped
163 * Deprecated usage of a colon in an unquoted mapping value
164 * Deprecated usage of @, \`, | and > at the beginning of an unquoted string
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki4 …n. For example, the plugin can create checkboxes in wiki pages, as well as in an exported ODT file.
34 …lity of the [[https://www.dokuwiki.org/plugin:shy|Shy Syntax Plugin]] plus an export implementatio…
41 | <code>{{utf8symbol>CODE}}</code> | Generic function to insert a hexadecimal code of an UTF8 symbo…
42 | <code><checkbox></code> | Creates an empty checkbox. | <code><CHECKBOX></code> |
60 This entry is an element of the array stored in ''$this->patterns''.
62 …be unique in respect to the plugin's list of patterns. This string maps to an array that consists …
65 | <code>"pattern"</code> | Maps to an array of strings that will be used within the [[https://www.d…
69 …[[https://www.compart.com/de/unicode/U+26A0|&#x26A0]];'' (Warning Sign) as an HTML entity, which s…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
/plugin/dwcommits/
H A DREADME3 It also requires an intial git, the path to which is set in in the Dokuwiki
6 It has an administrative panel which enables the user to create databases of
8 named default.local.ini, located in the conf directory. This file contains an
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst23 * Streams that return an empty string, ``''``, are no longer considered a
30 argument. They now accept an associative array of options, including the
37 streams that can be filled by a remote source (e.g., an event-loop). If a
44 * Added an InflateStream to inflate gzipped or deflated content.
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
83 * Added an AppendStream to stream over multiple stream one after the other.

12345678910>>...74