Home
last modified time | relevance | path

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

/plugin/multiorphan/action/
H A Dmultiorphan.php22 private $includeWindowsShares = false; variable in action_plugin_multiorphan_multiorphan
64 $this->includeWindowsShares = $INPUT->bool('includeWindowsShares');
370 if ( ! $this->includeWindowsShares ) { return false; }
/plugin/multiorphan/
H A Dhelper.php64 …eckboxField('includeWindowsShares', 1, $this->getLang('includeWindowsShares') . '<span style="colo…
H A Dscript.js313 if ( $orphanForm.find('input[name=includeWindowsShares]').is(':checked') ) {
314 data['includeWindowsShares'] = true