Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/plugin/farm/
H A Dsoapserver.php124 function service_test($args) {
133 function service_animalCreate($args) {
148 function service_animalDelete($args) {
160 function service_animalExists($args) {
176 function service_animalStatus($args) {
190 function service_animalLockState($args) {
204 function service_animalsList($args) {
H A Daction.php56 function cleanACT(&$event, $args) {
84 function displayState(&$event, $args) {
110 function processHeaders(&$event, $args) {
/plugin/autotranslation/
H A Daction.php76 function page_template_replacement(Doku_Event $event, $args) {
127 function translation_js(Doku_Event $event, $args) {
143 function setJsCacheKey(Doku_Event $event, $args) {
161 function translation_jscache(Doku_Event $event, $args) {
188 function translate_media_manager(Doku_Event $event, $args) {
207 function translation_hook(Doku_Event $event, $args) {
253 function translation_search(Doku_Event $event, $args) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php223 public function helperIf($template, $context, $args, $source) argument
296 public function helperEach($template, $context, $args, $source) argument
391 helperUnless($template, $context, $args, $source) global() argument
418 helperWith($template, $context, $args, $source) global() argument
441 helperBindAttr($template, $context, $args, $source) global() argument
459 helperUpper($template, $context, $args, $source) global() argument
477 helperLower($template, $context, $args, $source) global() argument
495 helperCapitalize($template, $context, $args, $source) global() argument
513 helperCapitalizeWords($template, $context, $args, $source) global() argument
531 helperReverse($template, $context, $args, $source) global() argument
549 helperFormatDate($template, $context, $args, $source) global() argument
581 helperInflect($template, $context, $args, $source) global() argument
605 helperDefault($template, $context, $args, $source) global() argument
627 helperTruncate($template, $context, $args, $source) global() argument
653 helperRaw($template, $context, $args, $source) global() argument
674 helperRepeat($template, $context, $args, $source) global() argument
703 helperDefine($template, $context, $args, $source) global() argument
730 helperInvoke($template, $context, $args, $source) global() argument
784 parseArgs($context, $args) global() argument
[all...]
/plugin/partialsearch/
H A Daction.php23 function partial_search_before(&$event, $args) {
31 function partial_search_after(&$event, $args) {
55 function _partial_search(&$event, $args, $surrounding='') {
61 function pagelookup_before(&$event, $args) {
71 function snippet_create_after(&$event, $args) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoolQuery.php23 public function addShould($args): self argument
35 public function addMust($args): self argument
47 public function addMustNot($args): self argument
108 _addQuery(string $type, $args) global() argument
[all...]
H A DRange.php20 public function __construct(?string $fieldName = null, array $args = []) argument
35 public function addField(string $fieldName, array $args): self argument
H A DSpanMulti.php34 public function setMatch($args): self argument
49 protected function _setQuery(string $type, $args): self argument
H A DSpanFirst.php39 public function setMatch($args): self argument
66 protected function _setQuery(string $type, $args): self argument
/plugin/const/
H A Dclass.evalmath.php850 public static function func_and( ...$args ) {
869 public static function func_or( ...$args ) {
897 public static function sum( ...$args ) {
909 public static function counta( ...$args ) {
921 public static function product( ...$args ) {
933 public static function average( ...$args ) {
951 public static function median( ...$args ) {
965 public static function mode( ...$args ) {
980 public static function range( ...$args ) {
993 public static function max( ...$args ) {
[all …]
/plugin/ifauthex/lib/
H A Dparser.php35 public function __construct($definition, $args) {
41 public function args() { return $this->_args; } function in AST\\ElementInstance
335 private static function _getLongestAlternateChain($args, $position, $tokDef, $stopAt=-1) {
350 private static function _isMatchingAlternateChain($args, $position, $tokDefs) {
362 private static function _getWrappedSequence($args, $position, $tokDefs, $nested) {
383 private static function _extractAlternateChain($args, $position, $length) {
391 private static function _splicePrefix(&$args, $firstTokPosition, $chainLength, $definition) {
419 private static function _spliceInfix(&$args, $firstTokPosition, $chainLength, $definition) {
450 private static function _spliceNone(&$args, $firstTokPosition, $definition) {
461 public function trySpliceAt(&$args, &$position) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php16 public static function getopt(array $args, $short_options, $long_options = null)
74 protected static function parseShortOption($arg, $short_options, &$opts, &$args)
108 protected static function parseLongOption($arg, $long_options, &$opts, &$args)
/plugin/searchcombinedgoogle/
H A Daction.php40 function searchlogger__getPageTitle(Doku_Event &$event, $args)
53 function searchlogger__getSnippet(Doku_Event &$event, $args) {
62 function searchlogger__log(Doku_Event &$event, $args) {
/plugin/data-au/helper/
H A Daliastextbox.php10 private $args; variable in helper_plugin_dataau_aliastextbox
22 public function initialize($args) {
42 private function prepareColumns($args) {
/plugin/data/
H A Dbureaucracy_field.php14 private $args; global() variable in syntax_plugin_bureaucracy_field_dataplugin
26 __construct($args) global() argument
46 prepareColumns($args) global() argument
[all...]
/plugin/data/helper/
H A Daliastextbox.php10 private $args; global() variable in helper_plugin_data_aliastextbox
22 initialize($args) global() argument
42 prepareColumns($args) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php24 public static function parse(...$args/* inherit from json_decode */) argument
55 public static function stringify(...$args/* inherit from json_encode */) argument
[all...]
/plugin/jsonrpc/
H A DIJR_Server.php80 private function callClassMethod($method, $args)
90 private function callPlugin($pluginname, $callback, $method, $args)
106 private function callFunction($method, $args)
116 protected function call($methodname, $args)
/plugin/ditaa/
H A Daction.php39 public function ditaa_sendfile(Doku_Event $event, $args) {
71 public function ditaa_sendfile_not_found(Doku_Event $event, $args) {
/plugin/siteexport/action/
H A Dsendfile.php31 public function siteexport_sendfile(Doku_Event &$event, $args) {
62 public function siteexport_sendfile_not_found(Doku_Event &$event, $args)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DFunctionCall.php26 public $args; variable in Google\\Service\\FirebaseRules\\FunctionCall
35 public function setArgs($args)
/plugin/translation3/
H A Daction.php44 function translation_hook(&$event, $args) {
79 function translation_search(&$event, $args) {
/plugin/rssbycreated/
H A Daction.php24 function rss_action(Doku_Event $event, $args) {
48 function rss_action_pre(Doku_Event $event, $args) {
/plugin/html2pdf/multilingual/
H A Daction.php48 function multilingual_start($event, $args) {
62 function multilingual_ui(&$event, $args) {
/plugin/multilingual/
H A Daction.php48 function multilingual_start($event, $args) {
62 function multilingual_ui(Doku_Event $event, $args) {

12345678910>>...13