Home
last modified time | relevance | path

Searched refs:an (Results 76 – 100 of 1830) sorted by relevance

12345678910>>...74

/plugin/publish/
H A Dsyntax.php140 $an = count($ac);
144 if($an == $bn) { return strcmp($a[0], $b[0]); }
153 if($n + 1 == $an) { return -1; }
/plugin/imagemap/
H A DREADME4 as links. With this plugin, you can not only create an image map,
5 but also an alternate representation that can be used by non-visual
23 * An external link in a polygon. The link is defined with an image,
40 most browsers. If using an image map is not desirable, however, the browser
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md16 To encode an ASN.1 structure you can use the helper methods of the Asn1 class and an encoder:
41 To decode an ASN.1 structure you can get an encoder and call decode then parse it out:
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki65 Take the page's namespace(s) and pagename to create an MD2 hash value and output it.
71 Take the page's namespace(s) and pagename to create an MD2 hash value and output it's first 4 chara…
79 Relay a properly addressed metadata value of the wiki page into a field in an exported ODT file. (R…
81 …ata string stripped by white spaces and non-alphanumeric chars (except for an underscore, this one…
94 Take the page's namespace(s) and pagename to create an MD2 hash value and write it to an exported O…
96 //Example:// <code>{{pagehashtofield>pagecode}}</code> will result in an ODT field with the name "p…
110 Inserts a link to an URL defined in the configuration key 'serverurl' (see configuration). The prov…
122 …to specify that only the first occurence of them will result in setting a field within an ODT file.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dsandbox.rst4 The ``sandbox`` tag can be used to enable the sandboxing mode for an included
20 The ``sandbox`` tag can only be used to sandbox an include tag and it
H A Dif.rst6 In the simplest form you can use it to test if an expression evaluates to
15 You can also test if an array is not empty:
63 The rules to determine if an expression is ``true`` or ``false`` are the
/plugin/tableedit/
H A DREADME.md8 The plugin will add an toolbar-button. Edit a page. Mark a table an press the button. A dialog will…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml5 member of the list on a new line with an opening
17 member of the list on a new line with an opening
29 member of the list on a new line with an opening
41 sequence by giving the sequence an empty
42 dash, followed by an indented list.
/plugin/bootswrapper/exe/help/
H A Dthumbnail.txt50 … readable syntax. The ease of maintenance, backup and integration makes it an administrator's favo…
66 … readable syntax. The ease of maintenance, backup and integration makes it an administrator's favo…
76 … readable syntax. The ease of maintenance, backup and integration makes it an administrator's favo…
86 … readable syntax. The ease of maintenance, backup and integration makes it an administrator's favo…
96 … readable syntax. The ease of maintenance, backup and integration makes it an administrator's favo…
H A Dwell.txt3 Use the well as a simple effect on an element to give it an inset effect.
/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
/plugin/ckgedit/lang/de/
H A Dscayt.txt1an den Scayt-Server geschickt. Obwohl es keinen Grund gibt dies als Sicherheitsrisiko zu sehen, wu…
/plugin/scrollticker/
H A DREADME.md2 plugin that turns an unordered list into a scrolling newsticker
5 simply wrap an unordered list into the tags
/plugin/hidden/
H A DREADME.md3 If you're a user of this plugin, don't worry: I'm still keeping an eye on it, and I'll try to make sure it keeps working fine with future versions of Dokuwiki. But my time is now dedicated to other projects so I will likely not add other features.
5 If you're interested in maintaining this plugin, just send me an email (adress available in the commit log) and I'll make sure to give all the information you will need.
/plugin/imagemapping/
H A DREADME4 as links. With this plugin, you can not only create an image map,
5 but also an alternate representation that can be used by non-visual
23 * An external link in a polygon. The link is defined with an image,
40 most browsers. If using an image map is not desirable, however, the browser
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md75 * `%` at the beginning of an unquoted string throw a `ParseException`
113 * Starting an unquoted string with a question mark followed by a space is
193 * Deprecated usage of `%` at the beginning of an unquoted string.
195 * Added support for customizing the YAML parser behavior through an optional bit field:
201 * Added support for customizing the dumped YAML string through an optional bit field:
210 * Yaml::parse() now throws an exception when a blackslash is not escaped
216 * Deprecated usage of a colon in an unquoted mapping value
217 * Deprecated usage of @, \`, | and > at the beginning of an unquoted string
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki4 …at can be used in other plugins to count the occurences of any object with an arbitrary identifier.
34 - amountOfUses(string $id) - returns an integer value of the amount of uses.
36 …r identifier could be used accross multiple plugins. Keep this in mind when choosing an identifier.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt39 If you're calling phpThumb() as an object then you will
61 re-save the images with an image editor that can embed an EXIF
88 See /demo/phpThumb.demo.object.php for an example.
93 A: This is not phpThumb's fault, it is an IE issue:
122 Q: Should I use phpThumb.php, or use phpThumb() as an object?
126 thumbnailed version of an existing image, use phpThumb.php
128 files (during upload, for example), that's an appropriate
179 phpThumb as an object and call RenderToFile() to save the
181 See /demo/phpThumb.demo.object.php for an example.
307 to know where an image will be rendered to, it may be
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md34 A *promise* represents the eventual result of an asynchronous operation. The
42 Callbacks are registered with the `then` method by providing an optional
43 `$onFulfilled` followed by an optional `$onRejected` function.
145 If an exception is thrown in an `$onRejected` callback, subsequent
162 `GuzzleHttp\Promise\RejectedPromise` in either an `$onFulfilled` or
179 If an exception is not thrown in a `$onRejected` callback and the callback
204 wait function does not deliver a value, then an exception is thrown. The wait
238 the rejection reason is an instance of `\Exception` the reason is thrown.
265 // This will not throw an exception. It simply ensures the promise has
281 method of a promise. When creating a promise you can provide an optional
[all …]
/plugin/components/
H A DREADME.md5an AJAX function call some_plugin.some_call), one needs to put a script some_call.php in the ajax …
17 …onse to be sent to the client. The return value could be an int, a float, a bool, a strng, or an a…
85 See the `commands/example.php` file for an example. You can put
/plugin/userhomepage/lang/de-informal/
H A Duserhomepage_publicspace.default4 * Denke an die [[wp>http://de.wikipedia.org/wiki/Netiquette|Netiquette]] ;-)
8 … Um einen Unter-Namespace zu erstellen, gib einfach die vollständige Position einer neuen Seite an:
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md32 `getDocComment()` method, such as an object of type `ReflectionClass`, the
38 * This is an example of a summary.
50 The `create` method will yield an object of type `\phpDocumentor\Reflection\DocBlock`
/plugin/bibtex/OSBib/
H A DCHANGELOG14 NB - an upgrade of the bibtexparse package is also required since handling of month fields has been…
42 1/ Corrected an error in the incorrect formatting of author names for the bibtex solution.
54 3/ Added an osbib.html page as a more easily navigable verion of README.
58 1/ Added an (almost) 'out-of-the-box' BibTeX solution.
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCLA.md15an agreement or otherwise, in any way that conflicts with the terms of this license. For example, …
19 …as explicitly described in this Agreement, the Contribution is provided on an "AS IS" BASIS, WITHO…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc38 Or using an **API key**:
210 the latest 7.x Elasticsearch client with an 8.x Elasticsearch server, giving more
238 REST endpoint, document and optional parameters - everything is an associative
242 and a document body. This is done by constructing an associative array of
243 key:value pairs. The request body is itself an associative array with key:value
259 index that you specified. The response is an associative array containing a
339 (`took`, `timed_out`, etc.) and an array named `hits`. This represents your
413 ==== Deleting an index
416 built an index with some default settings. Delete that index and specify your
441 ==== Creating an inde
[all...]

12345678910>>...74