/dokuwiki/inc/Parsing/Handler/ |
D | Table.php | 58 protected function tableStart($call) 65 protected function tableEnd($call) 71 protected function tableRowOpen($call) 83 protected function tableRowClose($call) 115 protected function tableCell($call) 141 protected function tableDefault($call)
|
D | Lists.php | 50 protected function listStart($call) 64 protected function listEnd($call) 78 protected function listOpen($call) 170 protected function listContent($call)
|
D | Nest.php | 29 public function writeCall($call) 69 protected function addCall($call)
|
D | Block.php | 110 protected function addCall($call) 121 protected function storeCall($call)
|
D | CallWriterInterface.php | 12 public function writeCall($call);
|
D | CallWriter.php | 19 public function writeCall($call)
|
D | AbstractRewriter.php | 23 public function writeCall($call)
|
/dokuwiki/lib/exe/ |
D | ajax.php | 25 $call = $INPUT->filter([Clean::class, 'stripspecials'])->str('call'); variable
|
/dokuwiki/_test/tests/lib/exe/ |
D | ajax_requests.test.php | 37 public function test_defaultCallsExist($call, $post, $regexp) {
|
/dokuwiki/_test/tests/inc/parser/ |
D | parser.inc.php | 28 function stripByteIndex($call) {
|
/dokuwiki/inc/Remote/ |
D | XmlRpcServer.php | 50 protected function call($methodname, $args) function in dokuwiki\\Remote\\XmlRpcServer
|
D | JsonRpcServer.php | 173 public function call($methodname, $args) function in dokuwiki\\Remote\\JsonRpcServer
|
D | Api.php | 121 public function call($method, $args = []) function in dokuwiki\\Remote\\Api
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/ |
D | ClassServer.php | 57 public function call($methodname, $args) function in IXR\\Server\\ClassServer
|
D | IntrospectionServer.php | 61 public function call($methodname, $args) function in IXR\\Server\\IntrospectionServer
|
D | Server.php | 80 protected function call($methodname, $args) function in IXR\\Server\\Server
|
/dokuwiki/lib/plugins/acl/ |
D | script.js | 30 {call: 'plugin_acl', property
|
/dokuwiki/inc/ |
D | Ajax.php | 24 public function __construct($call)
|
/dokuwiki/lib/plugins/extension/ |
D | script.js | 63 call: 'plugin_extension', property
|
/dokuwiki/lib/scripts/ |
D | qsearch.js | 52 call: 'qsearch', property
|
D | edit.js | 212 call: 'draftdel', property
|
D | linkwiz.js | 321 call: 'linkwiz', property
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Registry.php | 248 public function &call($type, $method, $parameters = []) function in SimplePie\\Registry
|
/dokuwiki/inc/Remote/OpenApiDoc/ |
D | OpenAPIGenerator.php | 167 protected function getMethodDefinition(string $method, ApiCall $call)
|
/dokuwiki/inc/Debug/ |
D | DebugHelper.php | 68 protected static function formatCall($call)
|