Home
last modified time | relevance | path

Searched refs:use (Results 251 – 275 of 2144) sorted by relevance

1...<<11121314151617181920>>...86

/plugin/rdplink/
H A DREADME.md10 …ithin the RdpEncrypt folder are two utilities you can use to generate an encrypted password for us…
27 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/plugin/displaywikipage/
H A DREADME.md13 The plugin also exports a function for use with your template, so you will have to insert the follo…
19 To display a wiki page at any point in your document, use the following code:
23 Doing it in this fashion will allow your users to use the template whether or not you have the plug…
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md28 use splitbrain\PHPArchive\Tar;
30 // To list the contents of an existing TAR archive, open() it and use
37 // To extract the contents of an existing TAR archive, open() it and use
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md64 - Option to use asynchronous future, which enables parallel execution of curl requests to multiple nodes
84 - If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85 - If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branch.
86 - If you are using Elasticsearch 5.x, you can use Elasticsearch-PHP 6.x branch.
89 - You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.
133 Composer also prepares an autoload file that's capable of autoloading all the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:
138 use Elasticsearch\ClientBuilder;
265 Searching is a hallmark of Elasticsearch, so let's perform a search. We are going to use the Match query as a demonstration:
422 use GuzzleHtt
[all...]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ClassUseCDATA.txt
H A DCore.LexerImpl.txt
/plugin/diagramsnet/lib/img/lib/mscae/
H A DWorkflow.svg1 …g fill="#59b4d9"><path d="M22.6 14h4.8v24.5h-4.8z"/><use xlink:href="#B"/></g><g fill="#0072c6"><u…
H A DSchedulerJobCollection.svg1 …-2.4 9.7-5.3 2.3-2.8 3.5-6.6 3.1-10.6" fill="#3999c6"/><use xlink:href="#B" fill="#a0a1a2"/><use x…
/plugin/confmanager/lang/en/
H A Dwordblock.txt1 … email, is on the rise. If you use [[doku>DokuWiki]] in your Intranet this is no problem for you. …
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliant, simple to use
43 * [[doku>wiki:tpl:templates|How to create and use templates]]
59 …hr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>wiki:mai…
61 …w.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your co…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dcluster_server.svg1use xlink:href="#M"/><use xlink:href="#M" y="8.75"/></g><path d="M72.673 144.674l48.518-26.17zm0 9…
/plugin/mantis/lib/
H A Dclass.soapclient.php151 …* @param string $use optional (encoded|literal) the use when serializing parameters (WSDL can over…
260 if ($use == 'literal') {
284 …$soapmsg = $this->serializeEnvelope($payload,$this->requestHeaders,$usedNamespaces,$style,$use,$en…
285 …endpoint, soapAction=$soapAction, namespace=$namespace, style=$style, use=$use, encodingStyle=$enc…
632 * @param boolean $use Whether to try to use cURL
635 function setUseCURL($use) { argument
636 $this->debug("setUseCURL($use)");
637 $this->use_curl = $use;
/plugin/publist/
H A DTODO4 use identity function.
6 "sanitise.php" to use.
/plugin/publistf/
H A DTODO4 use identity function.
6 "sanitise.php" to use.
/plugin/google_adsense2/lang/en/
H A Dintro.txt5 To use it, you'll have to insert the following code into your template:
17 Please also try to use the following to let google select the right content for ADS:
/plugin/zotero/
H A DREADME.md9 1. Extract archive to `[DokuWikiRoot]/lib/plugins/zotero` or use the plugin
16 or `ZoteroEntries.txt` if you don't want to use the wiki page). This can be
/plugin/publistx/
H A DTODO4 use identity function.
6 "sanitise.php" to use.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md33 not require the use of recursion).
111 use GuzzleHttp\Event\BeforeEvent;
128 use GuzzleHttp\Middleware;
388 handles both use cases.
908 use Guzzle\Service\Inspector;
934 use Guzzle\Common\Collection;
1137 use Guzzle\Common\Log\ClosureLogAdapter;
1138 use Guzzle\Http\Plugin\LogPlugin;
1150 use Guzzle\Log\ClosureLogAdapter;
1151 use Guzzle\Log\MessageFormatter;
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md43 * removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
50 * deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
68 * support for the comma as a group separator for floats has been dropped, use
70 * support for the `!!php/object` tag has been dropped, use the `!php/object`
73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
84 * removed support for the `!str` tag, use the `!!str` tag instead
105 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
/plugin/strata/
H A Dmanual.txt18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
50 **Empty values**: Any field that doesn't have a value is ignored. This way you can quickly write down some fields you want to use, but fill in their values later.
71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p ?k [date]: 1982-7-23'' to find out who has what relation to the date 1982-7-23.
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
81 **Comparisons**: You can use normal operators (e.g, ''<'', ''>'', ''>='', ''%%<=%%'', ''='', ''!='') to compare values. A variable's type will be taken into account for the comparison. See [[#Comparison Operators]] for more information.
120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use a
[all...]
/plugin/bliki/
H A Dlocal.php.dist3 $conf['plugin']['bliki']['structure'] = 'flat'; // Structure to use when storing posts; [flat | dee…
8 …amp} -- [[{permalink}|Permalink]] -- [[{edit}|Edit]]</sub> \\\\ \\\\ '; // use {timestamp}, {perma…
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc36 use Monolog\Logger;
37 use Monolog\Handler\StreamHandler;
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md13 If you need a logger, you can use the interface like this:
18 use Psr\Log\LoggerInterface;
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`

1...<<11121314151617181920>>...86