Home
last modified time | relevance | path

Searched defs:call (Results 1 – 15 of 15) sorted by last modified time

/dokuwiki/inc/Parsing/Handler/
H A DAbstractRewriter.php23 public function writeCall($call) argument
H A DBlock.php118 addCall($call) global() argument
129 storeCall($call) global() argument
[all...]
H A DLists.php50 protected function listStart($call) argument
64 listEnd($call) global() argument
78 listOpen($call) global() argument
170 listContent($call) global() argument
[all...]
H A DNest.php29 public function writeCall($call) argument
69 protected function addCall($call) argument
[all...]
H A DTable.php59 tableStart($call) global() argument
66 tableEnd($call) global() argument
72 tableRowOpen($call) global() argument
84 tableRowClose($call) global() argument
116 tableCell($call) global() argument
142 tableDefault($call) global() argument
[all...]
H A DCallWriter.php20 writeCall($call) global() argument
H A DCallWriterInterface.php12 public function writeCall($call); argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php249 public function &call($type, $method, $parameters = []) function in SimplePie\\Registry
/dokuwiki/lib/exe/
H A Dajax.php21 $call = $INPUT->filter([\dokuwiki\Utf8\Clean::class, 'stripspecials'])->str('call'); global() variable
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DClassServer.php57 public function call($methodname, $args) function in IXR\\Server\\ClassServer
H A DIntrospectionServer.php61 public function call($methodname, $args) function in IXR\\Server\\IntrospectionServer
H A DServer.php74 protected function call($methodname, $args) function in IXR\\Server\\Server
/dokuwiki/inc/Remote/
H A DApi.php90 public function call($method, $args = array()) global() function in dokuwiki\\Remote\\Api
H A DXmlRpcServer.php45 public function call($methodname, $args) global() function in dokuwiki\\Remote\\XmlRpcServer
/dokuwiki/inc/
H A DAjax.php21 __construct($call) global() argument