Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php10 * presentation of methods from a variety of different objects via an
12 * It is intended to assist in organization of your XML-RPC methods by allowing
38 public function registerObject($object, $methods, $prefix = null) argument
46 foreach ($methods as $method) {
H A DIntrospectionServer.php44 'Returns an array of available methods on this server'
/dokuwiki/inc/Remote/
H A DApi.php12 * == Types of methods ==
13 * There are two types of remote methods. The first is the core methods.
15 * The other is plugin methods. These are provided by remote plugins.
18 * The information about methods will be given in an array with the following structure:
32 * core methods begin by a 'dokuwiki' or 'wiki' followed by a . and the method name itself.
35 * plugin methods are formed like 'plugin.<plugin name>.<method name>'.
40 /** @var ApiCall[] core methods provided by dokuwiki */
43 /** @var ApiCall[] remote methods provided by dokuwiki plugins */
47 * Get all available methods wit
[all...]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
12 to be public methods
51 with a couple of additional methods in case they're helpful:
/dokuwiki/lib/plugins/info/
H A Dsyntax.php123 * uses some of the original renderer methods
165 * uses some of the original renderer methods
177 $methods = $po->getMethods();
186 foreach ($methods as $method) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR-3 is available, too.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt19 The class provides two public methods, encode() and decode(), which do exactly
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md94 - New methods `SimplePie::rename_attributes()` and `SimplePie_Sanitize::rename_attributes()` allow renaming attributes by @math-GH in [#717](https://github.com/simplepie/simplepie/pull/717)
265 * Added backwards compatibility for removed `subscribe_*()` and `enable_xml_dump()` methods. [#348](https://github.com/simplepie/simplepie/pull/348)
266 * Re-added the deprecated `get/set_favicon()` methods for backwards compatibility.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1034 * The authentication methods that may productively continue authentication.
5035 * Uses the same format as https://www.php.net/ssh2-methods-negotiated
5087 * @param array $methods
5089 public function setPreferredAlgorithms(array $methods)
5091 $preferred = $methods;
5144 $m = $methods;
5411 * Return the list of authentication methods that may productively continue authentication.
5016 setPreferredAlgorithms($methods) global() argument
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG569 - Removed some private methods which were only called at exactly one place (milian)
894 in set_*_styles methods (Stebastian Werner)
946 - Added two new methods: load_from_file and get_language_name_from_extension, that can
951 - Fixed bug where methods were not having the correct CSS generated for them
1010 - Added methods set_symbols_style() and set_symbols_highlighting(). These should be used
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php681 * then set configuration options using the provided methods. After setting
683 * object's methods and properties will be available to you.