Searched +full:type +(+path:plugin +path:multiorphan) -(+path:plugin +path:multiorphan +path:lang) (Results 1 – 7 of 7) sorted by relevance
/plugin/multiorphan/action/ |
H A D | multiorphan.php | 71 $type = 'both'; //$INPUT->str('type'); 74 if ( $type == 'both' || $type == 'pages') { 86 if ( $type == 'both' || $type == 'media') { 222 if ( !$data || is_null($data['type'])) { 237 $data['type'] = 'pages'; 259 $links[$data['type']][$itemIndex] = array( 302 $data['type'] = 'pages'; 362 $event->data['type'] = 'urls'; 376 $event->data['type'] = 'media'; 434 private function hrefForType( $type, $id ) { argument [all …]
|
H A D | pluginBlog.php | 42 $event->data['type'] = 'plugin'; 47 'type' => 'pages',
|
H A D | pluginSiteexport.php | 48 $event->data['type'] = 'plugin'; 51 'type' => 'pages',
|
H A D | pluginDir.php | 51 $event->data['type'] = 'plugin'; 54 'type' => 'pages',
|
/plugin/multiorphan/ |
H A D | script.js | 9 view : function(type) { argument 15 if (type === 'Page' || type === 'URL') { 18 …request({'do':'view'+type, 'link':decodeURIComponent($link.attr('elementid'))}, function(response){ 39 delete : function(type) { argument 44 …request({'do':'delete'+type , 'link':decodeURIComponent($link.attr('elementid'))}, function(respon… 85 $orphanForm.find('button[type=submit]').text(getLang('start')); 93 $orphanForm.find('button[type=submit]').text(getLang('stop')); 192 * Add an entry to the accordion of the according type. 321 // data['type'] = $orphanForm.find('select[name=type]').val() || 'both'; 424 $orphanForm.find('button[type=submit]').text(getLang('start'));
|
H A D | helper.php | 97 private function __makeForm(&$form, $type) { argument 99 $form->startFieldset($this->getLang($type . '-result')); 100 …$form->addElement(form_makeOpenTag('div', array('class' => 'multiorphan__result_group ' . $type)));
|
H A D | style.less | 23 input[type=checkbox] {
|