Home
last modified time | relevance | path

Searched +full:type +full:. +full:pages +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/multiorphan/action/
H A Dmultiorphan.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
74 if ( $type == 'both' || $type == 'pages') {
75 $pages = array();
97 'pages' => $pages,
223 // still not media type so ignore the entry.
237 $data['type'] = 'pages';
257 $itemIndex = $mid . (!empty($hash) ? '#'.$hash : '');
302 $data['type'] = 'pages';
383 $event->data['type'] = 'pages';
425 @include_once( dirname( __FILE__ ) . "/../inc/MultiOrphanDummyRenderer.php");
[all …]
H A DpluginSiteexport.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author i-net software <tools@inetsoftware.de>
35 * Handles unknown instructions using the Event.
45 $links = array('pages' => array() );
48 $event->data['type'] = 'plugin';
49 foreach( array_keys($links['pages']) as $page ) {
51 'type' => 'pages',
H A DpluginDir.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author i-net software <tools@inetsoftware.de>
35 * Handles unknown instructions using the Event.
51 $event->data['type'] = 'plugin';
52 foreach( $this->plugin_dir->pages as $page ) {
54 'type' => 'pages',
H A DpluginBlog.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author i-net software <tools@inetsoftware.de>
35 * Handles unknown instructions using the Event.
42 $event->data['type'] = 'plugin';
47 'type' => 'pages',
/plugin/multiorphan/
H A Dscript.js9 view : function(type) { argument
15 if (type === 'Page' || type === 'URL') {
39 delete : function(type) { argument
85 $orphanForm.find('button[type=submit]').text(getLang('start'));
93 $orphanForm.find('button[type=submit]').text(getLang('stop'));
99 checkpagesandmedia($.makeArray($result.pages));
123 // Cycle pages. Media is implicite.
192 * Add an entry to the accordion of the according type.
273 …$currentResults.pages.orphan = orphaned($currentResults.pages.linked, $currentPagesAndMedia.pages);
321 // data['type'] = $orphanForm.find('select[name=type]').val() || 'both';
[all …]
H A 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')
31 // and more supported methods...
49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
85 …$form->addElement(form_makeTag('img', array('src' => DOKU_BASE.'lib/images/throbber.gif', 'id' => …
90 $this->__makeForm($form, 'pages');
97 private function __makeForm(&$form, $type) { argument
99 $form->startFieldset($this->getLang($type . '-result'));
[all …]