Home
last modified time | relevance | path

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

1...<<11121314151617

/plugin/sfauth/
H A Dauth.php38 global $INPUT;
40 if(!$INPUT->has('sf')) {
47 if($sfuser->init_by_oauth($INPUT->int('sf', 1))) {
H A Dhelper.php88 global $INPUT;
95 if($INPUT->get->str('user') && $INPUT->get->str('sessionId')) {
96 …if($this->oauth_directlogin($INPUT->get->str('user'), $INPUT->get->str('sessionId'), $INPUT->get->…
111 if($INPUT->get->str('code')) {
112 if($this->oauth_finish($INPUT->get->str('code'), $instance)) {
/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/ajaxpeon/
H A Daction.php39 global $INPUT; //available since release 2012-10-13 "Adora Belle"
41 $pageid =$INPUT->str('pageid');
43 $target = $INPUT->str("target");
45 $reflect = $INPUT->str("reflect");
56 if($INPUT->str('rev')=='ori'){
66 $subtarget = $INPUT->str('sub');
67 $rec_txt = $INPUT->str('txt');
88 $ns=$INPUT->str('ns');
95 $wdstr=$INPUT->str('pglist');
/plugin/pagestat/
H A Dremote.php41 global $INPUT;
42 return $INPUT->server->str('REMOTE_USER') ;
/plugin/components/commands/
H A Dexample.php25 global $INPUT;
26 $EXAMPLE_TAG = htmlspecialchars($INPUT->str('tag', 'pre'));
/plugin/components/lib/
H A Dajax.php107 global $INPUT;
109 $sectok = $INPUT->str('sectok');
115 if ($INPUT->has($var)) {
116 $value = $INPUT->param($var);
/plugin/variants/
H A Dvariants.php119 global $INPUT;
132 if ($INPUT->has($key) && ($INPUT->str($key) == $value) == $condresult) {
/plugin/sectionedit/
H A Daction.php37 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
43 $ACT = act_validate($INPUT->str('do'));
56 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
/plugin/settingstree/
H A Daction.php31 global $INPUT; //available since release 2012-10-13 "Adora Belle"
35 switch($INPUT->str('operation')){
41 switch ($INPUT->str('showtype','normal')){
44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
45 'path'=> ':'.ltrim($INPUT->str('path'),':'),
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
52 'path'=> ':'.ltrim($INPUT->str('path'),':')
62 $data = array('html' => $helper->showHierarchy($INPUT->str('pluginname'),$INPUT->str('key')));
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
[all …]
/plugin/explorertree/
H A Daction.php31 global $INPUT; //available since release 2012-10-13 "Adora Belle"
35 switch($INPUT->str('operation')){
41 if (!($route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader')))){
42 $data = array('error'=>true,'msg'=>"Can't load route '".$INPUT->str('route')."'!");
44 …$data = array('html' => $helper->htmlExplorer($INPUT->str('route'),ltrim(':'.$INPUT->str('itemid')…
52 $route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader'));
53 if (!$route || !is_callable(@$route['callbacks'][$INPUT->str(event)])) {
54 …data = array('error'=>true,'msg'=>"Can't load callback '".$INPUT->str('event')."'for '".$INPUT->st…
56 …$data = @call_user_func_array($route['callbacks'][$INPUT->str(event)],array($INPUT->str('itemid'))…
57 …if (!is_array($data)) $data = array('error'=>true,'msg'=>"Callback for '".$INPUT->str('event')."' …
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1034 non-interactive INPUT type="text" boxes
1574 * css.selectors.inc.php: fixed bug 1235541 - INPUT type attribute
/plugin/redirect2/
H A Dadmin.php42 global $INPUT;
45 if ($INPUT->post->str('redirdata') && checkSecurityToken()) {
46 if (io_saveFile($map->ConfFile, cleanText($INPUT->str('redirdata')))) {
H A Daction.php128 global $ID, $ACT, $REV, $INPUT;
138 if (is_null($INPUT->str('redirect', NULL))) {
159 global $ACT, $ID, $INPUT;
164 if ($INPUT->str('redirect',NULL) == 'no') return;
314 global $ID, $INFO, $INPUT;
319 || ($INPUT->server->has('REMOTE_USER') && ($this->getConf('msg_target') >= 2))
/plugin/permissioninfo/
H A Dadmin.php37 global $INPUT;
70 if($INPUT->has('show') && $INPUT->has('user'))
72 $this->_userPermissions($INPUT->str('user'));
81 global $INPUT;
82 switch($INPUT->str('show','overview'))
/plugin/txt2tags/
H A Dtoolbar.php242 global $INPUT;
246 $sig = str_replace('@USER@',$INPUT->server->str('REMOTE_USER'),$sig);
/plugin/owncloud/exe/
H A Ddetail.php18 $fileID = $INPUT->int('fileid');
H A Dfetch.php23 $fileID = $INPUT->int('fileid');
50 $width = $INPUT->int('w');
51 $height = $INPUT->int('h');
52 $token = $INPUT->str('tok');
/plugin/templateconfhelper/exe/
H A Dcss.php32 global $INPUT;
34 if ($INPUT->str('s') == 'feed') {
42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php59 global $conf, $ID, $INPUT, $lang;

1...<<11121314151617