Lines Matching refs:this

32 …      $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
33 …$controller->register_hook('MULTIORPHAN_INSTRUCTION_LINKED', 'BEFORE', $this, 'handle_unknown_inst…
34 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'extend_JSINFO');
53 if ((!$helper = $this->loadHelper('multiorphan'))) {
63 $this->checkExternal = $INPUT->bool('checkExternal');
64 $this->includeWindowsShares = $INPUT->bool('includeWindowsShares');
83 array_walk($pages, array($this, '__map_ids'));
93 array_walk($media, array($this, '__map_ids'));
107 $result = $this->__check_pages($id);
170 $this->walk_instructions( $links, $id, $instructions );
189 $this->walk_instructions( $links, $id, $ins[1][0] );
193 $data = $this->_getDataContainer( $id, $ins);
197 …if (!is_null($data['type']) || (in_array($ins[0], $this->checkInstructions) && $evt->advise_before…
198 $this->_addEntryToLinkList( $links, $data);
214 'type' => $this->getInternalMediaType($instructions[0]),
252 $this->_check_locallink( $linkData );
260 'href' => $this->hrefForType( $data['type'], $itemIndex),
272 …$this->_addEntryToLinkList( $links, array_merge( $this->_getDataContainer( $data['id'], $data['ins…
289 $plugin->render($this->renderer->getFormat(), $this->renderer, $input[1][1]);
292 $instructions = $this->renderer->instructions;
293 $this->renderer->nest_close();
294 $this->_check_locallink( $data, $instructions);
300 $this->_init_renderer();
301 $renderer = &$this->renderer;
315 $this->_plugin_input_to_header( $input, $data );
343 $this->_check_locallink( $event->data );
347 if ( ! $this->checkExternal ) { return false; }
348 $this->_init_renderer();
350 …$event->data['entryID'] = $this->renderer->_resolveInterWiki($instructions[2], $instructions[3], $…
354 if ( ! $this->checkExternal ) { return false; }
370 if ( ! $this->includeWindowsShares ) { return false; }
387 $event->data['type'] = $this->getInternalMediaType($instructions[1][4]);
391 $event->data['type'] = $this->getInternalMediaType($instructions[1][1]);
421 if ( $this->renderer != null ) {
426 $this->renderer = new MultiOrphanDummyRenderer();
427 $this->renderer->interwiki = getInterwiki();
431 …return in_array($ins, $this->mediaInstructions) ? 'media' : (in_array($ins, $this->pagesInstructio…
439 $this->_init_renderer();
440 $hash = '#' . $this->renderer->_headerToLink( $hash );