Home
last modified time | relevance | path

Searched refs:INPUT (Results 101 – 125 of 420) sorted by relevance

12345678910>>...17

/plugin/rtmchecklist/
H A Daction.php91 global $INPUT; //available since release 2012-10-13 "Adora Belle"
111 $tasksList = $INPUT->str('taskslist');
132 $pageId = $INPUT->str('id');
139 global $INPUT; //available since release 2012-10-13 "Adora Belle"
156 …fwrite($fp, "\$INFO['userinfo']['rtmemail'] = '".htmlspecialchars($INPUT->str('rtmemail'))."';\n");
159 …echo $this->getLang('your_email_add').htmlspecialchars($INPUT->str('rtmemail')).$this->getLang('is…
/plugin/recommend/
H A Dadmin.php21 global $INPUT;
27 if ($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
28 $assignment = $INPUT->arr('assignment');
29 if ($INPUT->str('action') === 'delete') {
34 } elseif ($INPUT->str('action') === 'add') {
/plugin/starred/
H A Dhelper.php45 global $INPUT;
53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
79 global $INPUT;
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
103 global $INPUT;
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
H A Daction.php44 global $INPUT;
45 $ID = cleanID($INPUT->str('id'));
76 global $INPUT;
78 if (!$INPUT->server->has('REMOTE_USER')) return false;
/plugin/multiorphan/action/
H A Dmultiorphan.php48 global $INPUT, $conf, $AUTH;
61 $namespace = $INPUT->str('ns');
63 $this->checkExternal = $INPUT->bool('checkExternal');
64 $this->includeWindowsShares = $INPUT->bool('includeWindowsShares');
67 switch( $INPUT->str('do') ) {
72 $includeHidden = $INPUT->bool('includeHidden', false);
81 'idmatch' => trim($INPUT->str('filter'))
106 $id = $INPUT->str('id');
113 $link = urldecode($INPUT->str('link'));
120 $link = $INPUT->str('link');
[all …]
/plugin/evesso/
H A Daction.php98 global $INPUT, $ID;
102 $servicename = $INPUT->str('evessologin');
120 $REV = $INPUT->int('rev');
121 $DATE_AT = $INPUT->str('at');
122 $RANGE = $INPUT->str('range');
123 if($INPUT->post->has('wikitext')) {
124 $TEXT = cleanText($INPUT->post->str('wikitext'));
127 $SUF = cleanText($INPUT->post->str('suffix'));
128 $SUM = $INPUT->post->str('summary');
145 global $INPUT;
[all …]
/plugin/infomail/
H A Dadmin.php11 global $INPUT;
14 if ($INPUT->filter('trim')->str('infomail_simple_new')) {
15 … $newlist = cleanID(":wiki:infomail:list_" . $INPUT->filter('trim')->str('infomail_simple_new'));
20 if ($INPUT->bool('infomail_edit_tpl')) {
/plugin/twofactortelegram/
H A Daction.php48 global $INPUT;
51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('new_chat_id')) {
59 $new_chat_id = $INPUT->str('new_chat_id');
/plugin/fksnewsfeed/admin/
H A Dpush.php33 global $INPUT;
38 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
39 $newsId = $INPUT->param('news')['id'];
44 if ($INPUT->str('all_dependence')) {
57 global $INPUT;
58 $streamName = $INPUT->param('news')['stream'];
/plugin/farmsync/
H A Dadmin.php57 global $INPUT;
58 if (!($INPUT->has('farmsync-animals') && $INPUT->has('farmsync'))) {
92 $targets = array_keys($INPUT->arr('farmsync-animals'));
93 $options = $INPUT->arr('farmsync');
97 $struct = array_keys($INPUT->arr('farmsync_struct'));
/plugin/ckgedit/action/
H A Dmeta.php56 global $INPUT;
96 global $lang,$INPUT;
114 global $INPUT;
188 global $INPUT;
200 global $INPUT;
211 global $INPUT;
212 $which = $INPUT->str('lang');
237 global $INPUT, $USERINFO,$INFO;
241 $dwp = $INPUT->str('dw_val');
282 global $INPUT;
[all …]
/plugin/saveandedit/
H A Daction.php61 global $INPUT;
63 if (!$INPUT->bool('saveandedit')) {
98 $INPUT->post->remove('edittable_data');
137 global $INPUT;
150 $attrs = $INPUT->bool('saveandedit') ? ['checked' => 'checked'] : [];
/plugin/twofactoraltemail/
H A Daction.php48 global $INPUT;
51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('newemail')) {
59 $newmail = $INPUT->str('newemail');
/plugin/approve/action/
H A Dviewmode.php36 global $INPUT;
38 if (!$INPUT->server->str('REMOTE_USER')) return false;
48 global $INPUT;
50 if (!$INPUT->server->str('REMOTE_USER')) return false;
/plugin/issuelinks/admin/
H A Drepoadmin.php59 global $INPUT;
65 if ($INPUT->has('authorize')) {
66 $serviceID = $INPUT->str('authorize');
74 if ($INPUT->str('reconfigureService') === $serviceID || !$service->isConfigured()) {
147 global $INPUT;
148 … $reconfigureURL = $INPUT->server->str('REQUEST_URI') . '&reconfigureService=' . $serviceID;
/plugin/twofactoremail/
H A Daction.php37 global $INPUT;
39 if($INPUT->bool('init')) {
45 if ($INPUT->has('verify')) {
46 if ($this->checkCode($INPUT->str('verify'))) {
/plugin/twofactorsmsgateway/
H A Dhelper.php57 global $INPUT;
58 if ($INPUT->bool('smsgateway_disable', false)) {
67 if ($INPUT->bool('smsgateway_send', false)) {
70 $otp = $INPUT->str('smsgateway_verify', '');
85 $phone = $INPUT->str('phone', '');
102 $provider = $INPUT->str('smsgateway_provider', '');
/plugin/newpagetemplate/
H A Dadmin.php23 global $INPUT;
24 $ini = $INPUT->str('ini_file','none');
25 $tpl = $INPUT->str('tpl_file','none');
26 $nosave = $INPUT->str('nosave','none');
27 $userepl = $INPUT->str('userrelpl','none');
29 $user = $INPUT->server->str('REMOTE_USER', 'none');
H A Daction.php64 global $INPUT;
65 $template = trim($INPUT->str('newpagetemplate'));
82 explode(';', $INPUT->str('newpagevars'))
176 global $INPUT;
177 if (!$INPUT->has('newpagetemplate')) {
181 $pq = trim($INPUT->str('newpagetemplate'), ':');
189 global $ID,$INPUT;
192 echo "You do not have access to the template " . htmlentities($INPUT->str('newpagetemplate')) . '</br>';
/plugin/evesso/classes/
H A DAbstractAdapter.php109 global $INPUT;
111 if ($INPUT->get->has('code')) {
129 * @global type $INPUT
134 global $INPUT, $conf;
137 … $this->oAuth->requestAccessToken($INPUT->get->str('code'), $INPUT->get->str('state', null));
/plugin/letsencrypt/
H A Dadmin.php49 global $INPUT;
55 if($INPUT->bool('init')) {
57 $code = $INPUT->str('country');
59 $this->helper->register($code, $country, $INPUT->str('email'));
61 if($INPUT->bool('sign')) {
/plugin/botbouncer/admin/
H A Dclean.php78 global $INPUT;
83 $fn = $INPUT->param('fn');
94 $this->_start = $INPUT->int('start', 0);
143 global $INPUT;
145 $t_filter = $INPUT->arr('filter');
/plugin/ajaxedit/
H A Daction.php39 global $INPUT;
48 if($INPUT->str('target') !== 'section') return;
50 $range = $INPUT->str('range');
51 $rev = $INPUT->str('rev');
/plugin/ckgdoku/action/
H A Dmeta.php88 global $INPUT;
162 global $INPUT;
174 global $INPUT;
175 $page = $INPUT->str('dw_id');
186 global $INPUT;
187 $which = $INPUT->str('lang');
209 global $INPUT, $USERINFO,$INFO;
213 $dwp = $INPUT->str('dw_val');
214 $client = $INPUT->str('dwp_client');
254 global $INPUT;
[all …]
/plugin/farmer/admin/
H A Dnew.php40 global $INPUT;
42 if (!$INPUT->has('farmer__submit')) return;
140 global $INPUT;
142 $animalname = $INPUT->filter('trim')->str('animalname');
143 $adminsetup = $INPUT->str('adminsetup');
144 $adminpass = $INPUT->filter('trim')->str('adminPassword');
145 $template = $INPUT->filter('trim')->str('animaltemplate');
146 $aclpolicy = $INPUT->filter('trim')->str('aclpolicy');
147 $allowreg = $INPUT->str('allowreg');

12345678910>>...17