Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 1347) sorted by relevance

12345678910>>...54

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildbotResourceUsageStat.php23 public $used; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildbotResourceUsageStat
33 public function setUsed($used) argument
35 $this->used = $used;
39 return $this->used;
/plugin/swiftmail/Swift/Plugin/
H A DConnectionRotator.php37 protected $used = array(); variable in Swift_Plugin_ConnectionRotator
82 $this->used[] = $e->getSwift()->connection->getActive();
88 if (!in_array(($id = $e->getSwift()->connection->getActive()), $this->used))
91 $this->used[] = $id;
111 $this->used = array();
/plugin/confmanager/lang/en/
H A Dentities.txt1 …ings with other strings based on a configuration file. By default this is used to convert various …
13used with simple character replacements only, the entity system can also be used to insert more co…
/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
21 cannot be used to sandbox a section of a template. The following example
/plugin/refnotes/lang/en/
H A Dintro.txt3 On this page you modify the configuration settings used by [[doku>plugin:refnotes|RefNotes plugin]]. There are three sections that group related settings:
6 * //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWiki footnotes along with it's own syntax.
10 * **Notes** --- this section is used to predefine commonly used notes.
/plugin/searchpattern/
H A Dplugin.info.txt6used with PHP "preg_match" function. In all cases, every single quote inside the string/regex shal…
/plugin/html2pdf/snorriheim/
H A Dstyle.ini2 ; for limitations of the ini format used here
21 ; This section is used to configure some placeholder values used in
45 ; these are used for links
H A Dstyle.ini.dist2 ; for limitations of the ini format used here
21 ; This section is used to configure some placeholder values used in
45 ; these are used for links
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md5 in case you have heavily used internal-api here are the most important the changes:
9 - The minimum PHP version is 7.2, type hints are used almost everywhere, most of the method signatu…
13 - "deeper branch group exclusion strategy" has a different behaviour, the latest group is used inst…
48 marked as `@internal` shall not be used in user-land code. BC is not guaranteed on this elements.
49 - PSR4 is used
/plugin/findologicxmlexport/vendor/doctrine/lexer/
H A DREADME.md3 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).
/plugin/advanced/lang/en/config/
H A Duserstyle.txt3 … itself. The rest of the CSS definitions come from the [[doku>template]] and [[doku>plugins]] used.
11 * **screen**: This is used when displaying pages in the web browser
12 * **print**: Definitions here will be used for printing pages
/plugin/zotero/
H A Dconfig.ini.dist2 ; this username is used to connect to the Zotero website
4 ; this key is used to get access to Zotero's RSS feed
12 ; this wiki page is used to cache the sources read from the Zotero website
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki4 description: Provides a helper that can be used in other plugins to count the occurences of any obj…
31 There are two simple mechanics that can be used.
33 …d) - indicates to the helper that the object with the given identifier is used (once more). The he…
36 The helper is implemented as a Singleton instance, so a particular identifier could be used accross…
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php50 $used = [];
55 if (!in_array($pick, $used)) {
57 $used[] = $pick;
/plugin/weiqi/img/
H A Dreadme.txt1 This is to be used with the Weiqi plugin.
12 - crop to squares the numbers used for the co-ordinates.
/plugin/data-au/lang/en/
H A Dadmin_intro.txt5used like any other type of the plugin, but all dataau will be prefixed or postfixed with the valu…
/plugin/data/lang/en/
H A Dadmin_intro.txt5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
/plugin/ckgdoku/ckeditor/
H A DREADME.md7 CKEditor is a text editor to be used inside web pages. It's not a replacement
8 for desktop text editors like Word or OpenOffice, but a component to be used as
30 The editor comes with a few sample pages that can be used to verify that
/plugin/ckgedit/ckeditor/
H A DREADME.md7 CKEditor is a text editor to be used inside web pages. It's not a replacement
8 for desktop text editors like Word or OpenOffice, but a component to be used as
30 The editor comes with a few sample pages that can be used to verify that
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.MaintainLineNumbers.txt
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst7 The ``attribute`` function can be used to access a "dynamic" attribute of a
25 The resolution algorithm is the same as the one used for the ``.``
/plugin/dokutexit/help/
H A Dtexit.txt29 ^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/imagemap/
H A DREADME5 but also an alternate representation that can be used by non-visual
12 detected and used in the image map.
24 so the alternate text of the image is used for the map.
27 For a link to be used in the map, it must define the shape as part of the
/plugin/geonav/tpl/startermap/
H A Dstyle.ini2 ; for limitations of the ini format used here
44 ; This section is used to configure some placeholder values used in
72 ; these are used for links

12345678910>>...54