/plugin/extlist/ |
D | syntax.php | 219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) 230 private function _openList($m, $pos, $match, $handler) 257 private function _closeList($m, $pos, $match, $handler) 269 private function _openItem($m, $pos, $match, $handler) 293 private function _closeItem($m, $pos, $match, $handler) 302 private function _openWrapper($m, $pos, $match, $handler) 324 private function _closeWrapper($m, $pos, $match, $handler) 346 private function _openParagraph($pos, $match, $handler) 354 private function _closeParagraph($pos, $match, $handler) 362 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | pdf.fpdf.php | 100 function out(&$handler) { 117 function _out_nested(&$handler) { 121 function PDFIndirectObject(&$handler, 128 function pdf(&$handler) { 140 function PDFCMap($mapping, &$handler, $object_id, $generation_id) { 172 function pdf(&$handler) { 190 function PDFPage(&$handler, 207 function _annotations(&$handler) { 231 function PDFAppearanceStream(&$handler, 242 function pdf(&$handler) { [all …]
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
D | Utils.php | 88 $handler = null; variable in GuzzleHttp\\Utils 92 $handler = Proxy::wrapSync(new CurlMultiHandler(), new CurlHandler()); variable in GuzzleHttp\\Utils 94 $handler = new CurlHandler(); variable in GuzzleHttp\\Utils 96 $handler = new CurlMultiHandler(); variable in GuzzleHttp\\Utils 101 $handler = $handler variable in GuzzleHttp\\Utils 108 return $handler; variable in GuzzleHttp\\Utils
|
D | HandlerStack.php | 20 private $handler; variable in GuzzleHttp\\HandlerStack 47 public static function create(callable $handler = null): self 61 public function __construct(callable $handler = null) 114 public function setHandler(callable $handler): void
|
/plugin/numberedheadings/ |
D | syntax.php | 73 public function handle($match, $state, $pos, Doku_Handler $handler) 164 private function addCall(Doku_Handler $handler, $method, $args, $pos) 176 private function getSectionstate(Doku_Handler $handler) 186 private function setSectionstate(Doku_Handler $handler, $value)
|
/plugin/calendoku/syntax/ |
D | showtable.php | 31 function handle($match, $state, $pos, &$handler) { 135 function startCalendar($pos, &$handler) { 148 function endCalendar($pos, &$handler) { 153 function addEntryCalendar($component, $pagename, $pos, &$handler) {
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/ |
D | fpdf.php | 75 function out(&$handler) { 92 function _out_nested(&$handler) { 96 function PDFIndirectObject(&$handler, 103 function pdf(&$handler) { 115 function PDFPage(&$handler, 127 function _annotations(&$handler) { 135 function PDFAppearanceStream(&$handler, 146 function pdf(&$handler) { 166 function PDFAnnotation(&$handler, 174 function _dict(&$handler) { [all …]
|
/plugin/adhoctags/syntax/ |
D | abstract.php | 80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) { 88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { 109 function handleMatched($match, $state, $pos, Doku_Handler $handler) { 114 function handleExit($match, $state, $pos, Doku_Handler $handler) { 125 function handle($match, $state, $pos, Doku_Handler $handler){
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/ |
D | AsMonologProcessor.php | 28 public $handler = null; variable in Monolog\\Attribute\\AsMonologProcessor 39 ?string $handler = null,
|
/plugin/code3/src/ |
D | psyhi.js | 216 ,'handler' : function (el) { method 225 ,'handler' : function (el) { method 235 ,'handler' : function (el) { method 248 ,'handler' : function (el) { method 266 ,'handler' : function (el) { method
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
D | HandlerStack.php | 15 private $handler; variable in GuzzleHttp\\HandlerStack 40 public static function create(callable $handler = null) 54 public function __construct(callable $handler = null) 109 public function setHandler(callable $handler)
|
/plugin/autotabber/ |
D | taboverride.js | 545 loop(function (type, handler) { argument 553 loop(function (type, handler) { argument 560 loop(function (type, handler) { argument 566 loop(function (type, handler) { argument 612 { type: 'keydown', handler: overrideKeyDown }, property 613 { type: 'keypress', handler: overrideKeyPress } property
|
D | taboverride.escape.js | 35 handler: function (e) { method 44 handler: function (e) { method
|
/plugin/combo/ComboStrap/ |
D | IconTag.php | 19 public static function handleSpecial(TagAttributes $tagAttributes, Doku_Handler $handler): array 114 public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler): array 119 public static function handleExit(Doku_Handler $handler): array
|
/plugin/siteexport/syntax/ |
D | toctools.php | 43 private function findPreviousSectionOpen( Doku_Handler $handler ) { 52 …private function addInstructionstoHandler( $match, $state, $pos, Doku_Handler $handler, $instructi… 68 public function handle($match, $state, $pos, Doku_Handler $handler){
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
D | HandlerRegistryInterface.php | 14 public function registerSubscribingHandler(SubscribingHandlerInterface $handler): void; 22 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void;
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
D | OverflowHandler.php | 40 private $handler; variable in Monolog\\Handler\\OverflowHandler 66 HandlerInterface $handler,
|
D | SamplingHandler.php | 41 protected $handler; variable in Monolog\\Handler\\SamplingHandler 54 public function __construct($handler, int $factor)
|
D | HandlerWrapper.php | 39 protected $handler; variable in Monolog\\Handler\\HandlerWrapper 41 public function __construct(HandlerInterface $handler)
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/ |
D | ConnectionFactory.php | 49 private $handler; variable in Elasticsearch\\Connections\\ConnectionFactory 51 …public function __construct(callable $handler, array $connectionParams, SerializerInterface $seria…
|
/plugin/exttab3/ |
D | syntax.php | 90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler) 96 protected function open($tag, $attr, $pos, $match, $handler) 103 protected function close($tag, $pos, $match, $handler) 173 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/plugin/combo/action/ |
D | imgmove.php | 150 … public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) 171 …tion move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) 285 private function moveImage(&$relativeOrAbsoluteWikiId, helper_plugin_move_handler $handler)
|
/plugin/button/ |
D | action.php | 51 function move_newid($handler, $page, $type) 62 … public function rewrite_button($match, $state, $pos, $plugin, helper_plugin_move_handler $handler)
|
/plugin/creole/syntax/ |
D | superscript.php | 46 function handle($match, $state, $pos, Doku_Handler $handler) { 73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|
D | monospace.php | 46 function handle($match, $state, $pos, Doku_Handler $handler) { 94 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|