Home
last modified time | relevance | path

Searched refs:usage (Results 26 – 50 of 254) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php455 public function setUsage(Usage $usage) argument
457 $this->usage = $usage;
464 return $this->usage;
/plugin/freechat/phpfreechat/src/commands/
H A Dinvite.class.php38 var $usage = "/invite {nickname to invite} [ {target channel} ]"; variable in pfcCommand_invite
62 $cmdp["param"] .= " (".$this->usage.")";
H A Dunban.class.php7 var $usage = "/unban {nickname}"; variable in pfcCommand_unban
31 $cmdp["param"] .= " (".$this->usage.")";
H A Dban.class.php7 var $usage = "/ban {nickname} [ {reason} ]"; variable in pfcCommand_ban
37 $cmdp["param"] .= " (".$this->usage.")";
H A Djoin.class.php7 var $usage = "/join {channelname}"; variable in pfcCommand_join
28 $cmdp["param"] .= " (".$this->usage.")";
H A Dnick.class.php7 var $usage = "/nick {newnickname}"; variable in pfcCommand_nick
26 $cmdp["param"] .= " (".$this->usage.")";
H A Dprivmsg.class.php7 var $usage = "/privmsg {nickname}"; variable in pfcCommand_privmsg
26 $cmdp["param"] .= " (".$this->usage.")";
H A Dprivmsg2.class.php32 var $usage = "/privmsg2 {nicknameid}"; variable in pfcCommand_privmsg2
H A Dversion.class.php7 var $usage = "/version"; variable in pfcCommand_version
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php77 return $this->usage();
201 public function usage() function in Hoa\\Math\\Bin\\Calc
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DReports.php209 'path' => 'admin/reports/v1/usage/dates/{date}',
241 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}',
291 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}',
/plugin/symbols4odt/
H A DREADME.md2 Plugin for dokuwiki (dokuwiki.org) that enables usage of soft hyphens.
/plugin/remust/
H A DREADME.md2 Extra font files for usage in CJK/SEA and other non-latin alphabets
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/LegacyFixtures/
H A Dtest.legacy.test2 Old test classes usage
/plugin/txt2tags/
H A DREADME.doku34 ==== Installation and usage ====
38 //(for an occasional usage of txt2tags)//
94 ==== Power user usage ====
H A DREADME.t2t35 == Installation and usage ==
39 //(for an occasional usage of txt2tags)//
94 ==== Power user usage ====
/plugin/oauth/
H A Dcomposer.lock4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
33 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
/plugin/toggle/
H A DREADME.md7 ## Installation and usage
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc11 (for example the usage of typeless APIs, see below).
13 From 7.4.1, we mitigated the usage of E_USER_DEPRICATED warning by using the `@`
/plugin/remotelistnamespace/
H A DREADME.md3 Example usage:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt50 --strict-coverage Be strict about @covers annotation usage.
53 --disallow-resource-usage Be strict about resource usage during small tests.
97 -h|--help Prints this usage information.
H A Dhelp2.phpt51 --strict-coverage Be strict about @covers annotation usage.
54 --disallow-resource-usage Be strict about resource usage during small tests.
98 -h|--help Prints this usage information.
/plugin/htmlsafe/
H A Dplugin.info.txt6 desc Allows <html> tag usage with security concerned markups excluded
/plugin/custombuttons/
H A DREADME3 … visit https://www.dokuwiki.org/plugin:custombuttons for instructions about installation and usage.
/plugin/statistics/
H A Dplugin.info.txt7 desc Gather usage/view statistics

1234567891011