Home
last modified time | relevance | path

Searched refs:INPUT (Results 301 – 325 of 420) sorted by last modified time

1...<<11121314151617

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …lement && curElement.tagName.toUpperCase();\n if (curElementTagName === 'INPUT' ||\n curElem…
/plugin/tagsections/action/
H A Dajax.php37 global $INPUT, $ID, $INFO, $ACT;
46 $range = $INPUT->str('range');
47 $ns = $INPUT->str('ns');
49 if ( $INPUT->has('contentOfPage') ) {
55 if ( $INPUT->has('saveTags') ) {
56 return $this->__saveTags($INPUT->arr('tags'), $range);
59 if ( $INPUT->has('listOfPages') ) {
64 if ( $INPUT->has('availableTags') ) {
70 if ( $INPUT->has('tagsForSection') ) {
/plugin/telleveryone/
H A Dadmin.php38 global $ID, $INPUT, $INFO;
40 if (!$INPUT->param('action')) return;
41 if (!$INPUT->arr('log')) return;
44 $log = $INPUT->arr('log');
55 switch ($INPUT->str('action')) {
88 global $ID, $INPUT;
118 if ($id == $INPUT->int('edit')) {
156 if (!$INPUT->param('edit')) {
H A Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
23 ORDER BY timestamp DESC LIMIT ?', $INPUT->int('limit', -1));
/plugin/jquotes/
H A Daction.php27 global $INPUT;
28 echo helper_plugin_jquotes::getCookieHTML($INPUT->str('cookie'));
/plugin/webdavclient/
H A Dadmin.php37 global $INPUT;
131 $username = $INPUT->str('username', '');
132 $password = $INPUT->str('password', '');
133 $uri = $INPUT->str('uri', '');
/plugin/sketchcanvas/
H A Daction.php179 global $INPUT;
183 if(!$INPUT->post->has('editfigure__new')) return;
191 $fields = $INPUT->post->arr('editfigure__new');
197 $INPUT->post->set('editfigure__new', $fields);
204 $INPUT->post->set('target', 'plugin_sketchcanvas');
208 $INPUT->post->set('target', 'plugin_sketchcanvas');
225 $INPUT->post->set('target', 'section');
227 $INPUT->post->set('wikitext', $TEXT);
232 $INPUT->post->set('target', 'section');
234 $INPUT
[all...]
/plugin/forceuserchange/
H A Daction.php80 global $USERINFO, $auth, $INPUT;
82 if ($user && $user !== $INPUT->server->str('REMOTE_USER')) {
90 global $INPUT;
94 …return !empty($INPUT->server->str('REMOTE_USER')) && !$has_group; // users not having the group ar…
130 global $auth, $INPUT;
133 $event->data['params'][0] == $INPUT->server->str('REMOTE_USER') &&
/plugin/tagadd/
H A Daction.php72 global $INPUT;
76 $action = $INPUT->str('action');
87 foreach($INPUT->arr('form', array()) as $entry){
109 global $INPUT;
110 $ns = $INPUT->str('ns');
/plugin/numbering/
H A Daction.php75 global $INPUT;
76 $db_name = $INPUT->str('data-db');
/plugin/yuriigantt/
H A Daction.php37 global $INPUT;
48 … echo (new JsonRequest(new Embedded(), $INPUT->param('csrf'), $INPUT->param('payload')))->handle();
/plugin/redirect/
H A Dadmin.php54 global $INPUT;
55 if($INPUT->post->has('redirdata')) {
56 if($this->hlp->saveConfigFile($INPUT->post->str('redirdata'))) {
H A Daction.php43 global $INPUT;
46 if($INPUT->get->str('redirect') == 'no') return;
/plugin/pycode/
H A Daction.php61 global $INPUT;
63 if ($INPUT->post->str("submit") == "Ok") {
64 $loc_url = $INPUT->post->str("url");
65 $code_new = unserialize(base64_decode($INPUT->post->str("new")));
66 $ln_s = $INPUT->post->str("start");
67 $ln_e = $INPUT->post->str("end");
H A Dsyntax.php216 global $INPUT;
/plugin/sitemapnavi/action/
H A Dajax.php49 global $INPUT, $INFO;
57 $ns = $INPUT->str('namespace');
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js17789 INPUT(
17800 INPUT({"class": "textEditorInner", type: "text",
/plugin/ipban/
H A Dadmin.php26 global $INPUT;
28 $ip = trim($INPUT->str('ip'));
35 $newban = $ip . "\t" . time() . "\t" . $INPUT->server->str('REMOTE_USER');
36 $cause = trim(preg_replace('/[\n\r\t]+/', '', $INPUT->str('cause')));
43 $delip = $INPUT->extract('delip')->str('delip');
/plugin/bureaucracyau/
H A Dsyntax.php519 global $INPUT;
552 $this->values['__user__'] = $INPUT->server->str('REMOTE_USER');
/plugin/bureaucracy-au/
H A Dsyntax.php519 global $INPUT;
552 $this->values['__user__'] = $INPUT->server->str('REMOTE_USER');
/plugin/swarmwebhook/webhooks/
H A DAbstractWebhook.php14 global $INPUT;
16 if ($INPUT->server->str('HTTP_USER_AGENT') === 'Zapier') {
H A DIFTTT.php15 global $conf, $INPUT;
H A DZapier.php11 global $conf, $INPUT;
/plugin/linksenhanced/
H A Daction.php33 global $INPUT;
35 $action = trim($INPUT->post->str('action'));
36 $url = trim($INPUT->post->str('url'));
/plugin/userimportextended/
H A Dadmin.php47 global $INPUT;
48 $cmd = $INPUT->param('cmd');
270 global $INPUT;
276 $INPUT->set('userid', $candidate[0]);
277 $INPUT->set('userpass', $candidate[1]);
278 $INPUT->set('username', $candidate[2]);
338 global $INPUT;
341 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
342 $user[1] = $INPUT->str('userpass');
343 $user[2] = $INPUT->str('username');
[all …]

1...<<11121314151617