Home
last modified time | relevance | path

Searched refs:INPUT (Results 351 – 375 of 420) sorted by relevance

1...<<11121314151617

/plugin/blog/syntax/
H A Dblog.php49 global $INPUT;
53 $first = $INPUT->int('first');
/plugin/farmsync/meta/
H A DFarmSyncUtil.php119 global $INPUT, $conf;
122 …in("\t", array($timestamp, clientIP(true), DOKU_CHANGE_TYPE_EDIT, $page, $INPUT->server->str('REMO…
137 global $INPUT, $conf;
139 …n("\t", array($timestamp, clientIP(true), DOKU_CHANGE_TYPE_EDIT, $media, $INPUT->server->str('REMO…
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css11 BODY, TEXTAREA, INPUT, TD, SELECT selector
/plugin/struct/renderer/
H A Dcsv.php24 global $INPUT;
28 $this->info['struct_table_hash'] != $INPUT->str('hash')
/plugin/404manager/
H A Daction.php262 global $INPUT;
264 $pageIdOrigin = $INPUT->str(self::QUERY_STRING_ORIGIN_PAGE);
268 $redirectSource = $INPUT->str(self::QUERY_STRING_REDIR_TYPE);
/plugin/swarmwebhook/webhooks/
H A DZapier.php11 global $conf, $INPUT;
H A DIFTTT.php15 global $conf, $INPUT;
/plugin/issuelinks/services/
H A DJira.service.php76 global $INPUT;
77 $userAgent = $INPUT->server->str('HTTP_USER_AGENT');
/plugin/issuelinks/helper/
H A Ddata.php161 global $conf, $INPUT;
164 if ($lockData['user'] !== $INPUT->server->str('REMOTE_USER')) {
/plugin/txt2tags/
H A Dtoolbar.php242 global $INPUT;
246 $sig = str_replace('@USER@',$INPUT->server->str('REMOTE_USER'),$sig);
/plugin/addressbook/
H A Daction.php29 global $INPUT;
/plugin/siteexport/action/
H A Dajax.php213 global $INPUT;
220 …$maxRedirectNumber = ceil((count($this->__get_siteexport_list($INPUT->str('ns'), true))*5)/$this->…
252 global $INPUT;
257 $data = $this->__get_siteexport_list_and_init_tocs($INPUT->str('ns'));
311 global $INPUT;
320 $status = $this->__siteexport_add_site($INPUT->str('site'));
349 global $conf, $INPUT;
359 switch ($INPUT->int('depthType')) {
381 case 2: $depth = $INPUT->int('depth');
/plugin/goto/
H A Daction.php20 global $conf,$USERINFO,$INPUT;
/plugin/schulzevote/syntax/
H A Dvote.php91 global $INPUT;
93 if ($INPUT->post->int('vote_cancel') && checkSecurityToken()) {
/plugin/authgooglesheets/
H A Dhelper.php68 global $INPUT;
74 $depends['purge'] = $INPUT->bool('purge');
/plugin/fedauth/classes/usr/
H A Dfa_register.usr.class.php59 global $conf, $ID, $INPUT, $lang;
/plugin/mediatooltip/
H A Daction.php37 global $USERINFO, $INPUT;
60 $ow = $INPUT->str('ow');
/plugin/attribute/
H A Dhelper.php150 global $INFO, $ACT, $USERINFO, $INPUT;
151 if ($ACT == 'login' && !$USERINFO && $user == $INPUT->str('u')) {
/plugin/dirtylittlehelper/
H A Daction.php48 global $ACT, $JSINFO, $ID, $INPUT, $auth, $TPL, $INFO;
480 global $ID, $INPUT, $auth, $TPL, $INFO;
/plugin/ckgedit/scripts/
H A Dcss6.php24 global $INPUT;
25 $copy = $INPUT->str('ckg_save_ss',FALSE);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php438 global $INPUT;
439 $remoteUser = $INPUT->server->str ( 'REMOTE_USER' );
/plugin/odt/helper/
H A Dconfig.php547 global $conf, $ID, $INPUT;
571 $url_param = $INPUT->get->str($name, $value, true);
/plugin/data/_test/
H A Dhelper.test.php
/plugin/photogallery/
H A Dsyntax.php970 global $INPUT;
976 $user = $INPUT->server->str('REMOTE_USER');
992 global $INPUT;
998 $user = $INPUT->server->str('REMOTE_USER');
/plugin/include/
H A Dhelper.php862 /* @var Input $INPUT */
863 global $INPUT;
868 if($INPUT->server->has('REMOTE_USER')) {
869 $user = $INPUT->server->str('REMOTE_USER');

1...<<11121314151617