Home
last modified time | relevance | path

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 Dmultiorphan.php71 $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 DpluginBlog.php42 $event->data['type'] = 'plugin';
47 'type' => 'pages',
H A DpluginSiteexport.php48 $event->data['type'] = 'plugin';
51 'type' => 'pages',
H A DpluginDir.php51 $event->data['type'] = 'plugin';
54 'type' => 'pages',
/plugin/multiorphan/
H A Dscript.js9 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 Dhelper.php97 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 Dstyle.less23 input[type=checkbox] {