Home
last modified time | relevance | path

Searched +full:pages +full:- +full:result +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/multiorphan/action/
Dmultiorphan.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author i-net software <tools@inetsoftware.de>
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');
50 if ( $event->data != 'multiorphan' ) {
53 if ((!$helper = $this->loadHelper('multiorphan'))) {
59 $event->preventDefault();
61 $namespace = $INPUT->str('ns');
63 $this->checkExternal = $INPUT->bool('checkExternal');
[all …]
/plugin/multiorphan/
Dscript.js23 height: Math.min(700,$(window).height()-50),
24 width: Math.min(700,$(window).width()-50),
76 * Load all pages and media
77 * Cycle the result.
86 errorLog(getLang('request-aborted'));
94 request({'do':'loadpages'}, function( $result ){ argument
96 // Start cycling pages
97 $currentPagesAndMedia = $result;
98 … $currentPagesAndMedia.interval = 1;//Math.floor($currentPagesAndMedia.pages.length / 10);
99 checkpagesandmedia($.makeArray($result.pages));
[all …]
Dhelper.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author i-net software <tools@inetsoftware.de>
23 'desc' => 'returns pages with discussion sections, sorted by recent comments',
28 'return' => array('pages' => 'array')
44 print $this->locale_xhtml('intro');
47 $form->startFieldset($this->getLang('startProcess'));
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
50 $form->addElement(form_makeTag('br'));
52 … $form->addElement(form_makeTextField('filter', '', $this->getLang('idFilter') . ':', 'filter'));
53 $form->addElement(form_makeTag('br'));
[all …]