Home
last modified time | relevance | path

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

12345678910>>...66

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
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/
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/
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/searchpattern/
Dplugin.info.txt6used with PHP "preg_match" function. In all cases, every single quote inside the string/regex shal…
/plugin/refnotes/lang/en/
Dintro.txt3 On this page you modify the configuration settings used by [[doku>plugin:refnotes|RefNotes plugin]]…
6 …* //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWi…
10 * **Notes** --- this section is used to predefine commonly used notes.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
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/asciidocjs/node_modules/pug-load/
DREADME.md29 - `lex` (function): **(required)** the lexer used
30 - `parse` (function): **(required)** the parser used
31 - `resolve` (function): a function used to override `load.resolve`. Defaults to `load.resolve`.
32 - `read` (function): a function used to override `load.read`. Defaults to `load.read`.
33 … is **required** when absolute inclusion (file name starts with `'/'`) is used. Defaults to undefi…
39 Callback used by `pug-load` to resolve the full path of an included or extended file given the path…
47 Callback used by `pug-load` to return the contents of a file.
55 Callback used `pug-load` to ensure the options object is valid. If your overriden `load.resolve` or…
/plugin/scrape/vendor/symfony/css-selector/Parser/
DTokenStream.php37 private $used = []; variable in Symfony\\Component\\CssSelector\\Parser\\TokenStream
85 $this->used[] = $this->peeked;
117 return $this->used;
/plugin/findologicxmlexport/vendor/jms/serializer/
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/html2pdf/snorriheim/
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
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/advanced/lang/en/config/
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/findologicxmlexport/vendor/doctrine/lexer/
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/zotero/
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/usecounter/
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/
DBaseTable.php50 $used = [];
55 if (!in_array($pick, $used)) {
57 $used[] = $pick;
/plugin/tagging/lang/en/
H A Dintro.txt3used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a…
/plugin/aichat/
Dcli.php341 …$this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
359 $lastEmbedModel = $data['embed used'] ?? '';
370 $data['embed used'] = (string) $this->helper->getEmbeddingModel();
375 …$this->notice('Peak memory used: {memory}', ['memory' => filesize_h(memory_get_peak_usage(true))]);
/plugin/weiqi/img/
Dreadme.txt1 This is to be used with the Weiqi plugin.
12 - crop to squares the numbers used for the co-ordinates.
/plugin/asciidocjs/node_modules/pug-lexer/
DREADME.md27 - `filename` (string): The name of the Pug file; it is used in error handling if provided.
62 Constructor for a Lexer class. This is not meant to be used directly unless you know what you are d…
66 - `filename` (string): The name of the Pug file; it is used in error handling if provided.
68 - `startingLine` (integer): the real line number of the first line in the input. It is also used fo…
/plugin/data-au/lang/en/
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/
Dadmin_intro.txt5used like any other type of the plugin, but all data will be prefixed or postfixed with the values…
/plugin/ckgdoku/ckeditor/
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/
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/pgn4web/pgn4web/
Dpgn-standard.txt42 variety of different programs, both commercial and public domain, are used to
88 that it can be used by chess database programs, chess publishing programs,
151 The import format is rather flexible and is used to describe data that may have
157 3.2: Export format used for program generated output
159 The export format is rather strict and is used to describe data that is usually
173 Export format should also be used for archival storage. Here, "archival"
211 numeric annotation glyphs ("NAG", see below). Reduced export format is used
231 character in ISO 8859/1; it is not used for PGN data representation.)
234 characters. They are not used for PGN data representation. The 32 code values
285 long tag value, but this particular tag pair is only used to represent a game
[all …]

12345678910>>...66