/plugin/extlist/ |
H A D | syntax.php | 219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument 230 private function _openList($m, $pos, $match, $handler) argument 255 _closeList($m, $pos, $match, $handler) global() argument 267 _openItem($m, $pos, $match, $handler) global() argument 291 _closeItem($m, $pos, $match, $handler) global() argument 300 _openWrapper($m, $pos, $match, $handler) global() argument 322 _closeWrapper($m, $pos, $match, $handler) global() argument 344 _openParagraph($pos, $match, $handler) global() argument 352 _closeParagraph($pos, $match, $handler) global() argument 360 handle($match, $state, $pos, Doku_Handler $handler) global() argument [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.php | 100 function out(&$handler) { 128 function pdf(&$handler) { 172 function pdf(&$handler) { 242 function pdf(&$handler) { 270 function _dict(&$handler) { 289 function left(&$handler) { 293 function right(&$handler) { 297 function top(&$handler) { 305 function pdf(&$handler) { 359 function pdf(&$handler) { [all …]
|
/plugin/numberedheadings/ |
H A D | syntax.php | 66 handle($match, $state, $pos, Doku_Handler $handler) global() argument 155 addCall(Doku_Handler $handler, $method, $args, $pos) global() argument 167 getSectionstate(Doku_Handler $handler) global() argument 177 setSectionstate(Doku_Handler $handler, $value) global() argument [all...] |
/plugin/calendoku/syntax/ |
H A 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/ |
H A D | fpdf.php | 75 function out(&$handler) { 103 function pdf(&$handler) { 115 function PDFPage(&$handler, 146 function pdf(&$handler) { 174 function _dict(&$handler) { 193 function left(&$handler) { 197 function right(&$handler) { 201 function top(&$handler) { 209 function pdf(&$handler) { 263 function pdf(&$handler) { [all …]
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/ |
H A D | AsMonologProcessor.php | 28 public $handler = null; variable in Monolog\\Attribute\\AsMonologProcessor 39 ?string $handler = null,
|
/plugin/code3/src/ |
H A D | psyhi.js | 216 ,'handler' : function (el) { method in PSyHi.toolbar.expand 225 ,'handler' : function (el) { method in PSyHi.toolbar.togglelinenumbers 235 ,'handler' : function (el) { method in PSyHi.toolbar.togglesource 248 ,'handler' : function (el) { method in PSyHi.toolbar.clipboardcopy 266 ,'handler' : function (el) { method in PSyHi.toolbar.toggleabout
|
/plugin/adhoctags/syntax/ |
H A D | abstract.php | 80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) {
argument 88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) {
argument 109 function handleMatched($match, $state, $pos, Doku_Handler $handler) {
argument 114 function handleExit($match, $state, $pos, Doku_Handler $handler) {
argument 125 function handle($match, $state, $pos, Doku_Handler $handler){
argument [all...] |
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
H A 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/combo/ComboStrap/ |
H A D | IconTag.php | 19 public static function handleSpecial(TagAttributes $tagAttributes, Doku_Handler $handler): array argument 114 public static function handleEnter(TagAttributes $tagAttributes, Doku_Handler $handler): array argument 119 public static function handleExit(Doku_Handler $handler): array argument
|
H A D | CarrouselTag.php | 58 public static function handleEnter(\Doku_Handler $handler): array argument 69 public static function handleExit(\Doku_Handler $handler): array argument
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
H A D | HandlerRegistryInterface.php | 14 public function registerSubscribingHandler(SubscribingHandlerInterface $handler): void; 22 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void;
|
/plugin/siteexport/syntax/ |
H A 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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | OverflowHandler.php | 40 private $handler; variable in Monolog\\Handler\\OverflowHandler 66 HandlerInterface $handler,
|
H A D | SamplingHandler.php | 41 protected $handler; variable in Monolog\\Handler\\SamplingHandler 54 public function __construct($handler, int $factor)
|
H A 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/ |
H A D | ConnectionFactory.php | 49 private $handler; variable in Elasticsearch\\Connections\\ConnectionFactory 51 public function __construct(callable $handler, array $connectionParams, SerializerInterface $serializer, LoggerInterface $logger, LoggerInterface $tracer) argument
|
/plugin/button/ |
H A D | action.php | 51 function move_newid($handler, $page, $type) argument 62 public function rewrite_button($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument [all...] |
/plugin/exttab3/ |
H A 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/ |
H A D | imgmove.php | 150 public function move_combo_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument 171 public function move_combo_frontmatter_img($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument 285 moveImage(& $relativeOrAbsoluteWikiId, helper_plugin_move_handler $handler) global() argument [all...] |
/plugin/creole/syntax/ |
H A D | subscript.php | 46 function handle($match, $state, $pos, Doku_Handler $handler) { 73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|
H A D | superscript.php | 46 function handle($match, $state, $pos, Doku_Handler $handler) { 73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|
H A D | monospace.php | 46 function handle($match, $state, $pos, Doku_Handler $handler) { 94 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
|
/plugin/diagrams/syntax/ |
H A D | mediafile.php | 48 public function handle($match, $state, $pos, Doku_Handler $handler) argument 74 public function handleMove($match, $state, $pos, $plugin, $handler) argument
|
/plugin/autotabber/ |
H A 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
|