Go to the source code of this file.
Functions | |
getVar ($name) | |
postVar ($name) | |
cookieVar ($name) | |
requestVar ($name) | |
serverVar ($name) | |
undoMagic ($data) | |
stripslashes_array ($data) | |
undoSybaseQuotes_array ($data) | |
undoSybaseQuotes ($data) | |
requestIntArray ($name) | |
requestArray ($name) | |
passRequestVars () | |
postFileInfo ($name) | |
setOldAction ($value) |
cookieVar | ( | $ | name | ) |
Definition at line 45 of file vars4.0.6.php.
References $HTTP_COOKIE_VARS, and undoMagic().
Referenced by intCookieVar(), ACTIONS::parse_commentform(), and BLOG::showUsingQuery().
getVar | ( | $ | name | ) |
http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group
Definition at line 25 of file vars4.0.6.php.
References $HTTP_GET_VARS, and undoMagic().
Referenced by ADMIN::action_activate(), intGetVar(), ACTIONS::parse_searchform(), and requestVar().
passRequestVars | ( | ) |
Definition at line 117 of file vars4.0.6.php.
References $HTTP_GET_VARS, $HTTP_POST_VARS, passVar(), and requestVar().
Referenced by ADMIN::action_login().
postFileInfo | ( | $ | name | ) |
Definition at line 139 of file vars4.0.6.php.
References $HTTP_POST_FILES.
Referenced by _skinfiles_uploadfile(), do_restore(), and media_upload().
postVar | ( | $ | name | ) |
Definition at line 35 of file vars4.0.6.php.
References $HTTP_POST_VARS, and undoMagic().
Referenced by _skinfiles_editfile_process(), ADMIN::action_activatesetpwd(), ADMIN::action_additem(), ADMIN::action_addnewlog(), ADMIN::action_backupcreate(), ADMIN::action_banlistadd(), ADMIN::action_banlistdeleteconfirm(), ADMIN::action_blogcommentlist(), ADMIN::action_blogsettingsupdate(), ADMIN::action_browseowncomments(), ADMIN::action_browseownitems(), ADMIN::action_categorynew(), ADMIN::action_changemembersettings(), ADMIN::action_commentupdate(), ADMIN::action_itemcommentlist(), ADMIN::action_itemlist(), ADMIN::action_itemupdate(), ADMIN::action_login(), ADMIN::action_memberadd(), ADMIN::action_pluginadd(), ADMIN::action_settingsupdate(), ADMIN::action_skineditgeneral(), ADMIN::action_skiniedoimport(), ADMIN::action_skinieexport(), ADMIN::action_skinieimport(), ADMIN::action_skinnew(), ADMIN::action_skinupdate(), ADMIN::action_templatenew(), ADMIN::action_templateupdate(), ACTION::addComment(), bm_doAddItem(), bm_doEditItem(), ACTION::createAccount(), ITEM::createDraftFromRequest(), ITEM::createFromRequest(), ACTION::forgotPassword(), ACTIONS::parse_commentform(), ACTIONS::parse_membermailform(), requestVar(), ACTION::sendMessage(), and ACTION::validateMessage().
requestArray | ( | $ | name | ) |
Definition at line 104 of file vars4.0.6.php.
References $HTTP_POST_VARS.
Referenced by ADMIN::action_blogsettingsupdate(), ADMIN::action_changemembersettings(), ADMIN::action_pluginoptionsupdate(), ITEM::createFromRequest(), and ITEM::update().
requestIntArray | ( | $ | name | ) |
Definition at line 93 of file vars4.0.6.php.
References $HTTP_POST_VARS.
Referenced by ADMIN::action_batchcategory(), ADMIN::action_batchcomment(), ADMIN::action_batchitem(), ADMIN::action_batchmember(), ADMIN::action_batchteam(), and ADMIN::action_skinieexport().
requestVar | ( | $ | name | ) |
Definition at line 56 of file vars4.0.6.php.
References getVar(), and postVar().
Referenced by _skinfiles_createdir(), _skinfiles_createfile(), _skinfiles_deldir(), _skinfiles_deldir_process(), _skinfiles_delfile(), _skinfiles_delfile_process(), _skinfiles_download(), _skinfiles_editfile(), _skinfiles_editfile_process(), _skinfiles_emptydir(), _skinfiles_emptydir_process(), _skinfiles_rendir(), _skinfiles_rendir_process(), _skinfiles_renfile(), _skinfiles_renfile_process(), _skinfiles_uploadfile(), _skinfiles_viewfile(), ADMIN::action_addnewlog2(), ADMIN::action_banlistdelete(), ADMIN::action_banlistnew(), ADMIN::action_batchcategory(), ADMIN::action_batchcomment(), ADMIN::action_batchitem(), ADMIN::action_batchmember(), ADMIN::action_batchteam(), ADMIN::action_itemmoveto(), ADMIN::action_overview(), ADMIN::action_skinedittype(), ADMIN::action_skinremovetype(), ADMIN::action_skinremovetypeconfirm(), bm_doShowForm(), bm_loginAndPassThrough(), ACTION::callPlugin(), MANAGER::checkTicket(), intRequestVar(), media_choose(), media_select(), media_upload(), ADMIN::pagefoot(), ACTIONS::parse_image(), ACTIONS::parse_imagetext(), passRequestVars(), selector(), and sfShowDirectory().
serverVar | ( | $ | name | ) |
Definition at line 60 of file vars4.0.6.php.
Referenced by ACTIONS::_searchlink(), _skinfiles_download(), COMMENTS::addComment(), ACTION::checkban(), ADMIN::disallow(), ACTION::doKarma(), ACTIONS::parse_referer(), KARMA::saveIP(), selector(), sendContentType(), and ticketForPlugin().
setOldAction | ( | $ | value | ) |
stripslashes_array | ( | $ | data | ) |
undoMagic | ( | $ | data | ) |
Definition at line 71 of file vars4.0.6.php.
References stripslashes_array(), and undoSybaseQuotes_array().
Referenced by NucleusPlugin::_applyPluginOptions(), cookieVar(), getVar(), postVar(), and requestVar().
undoSybaseQuotes | ( | $ | data | ) |
Definition at line 88 of file vars4.0.6.php.
undoSybaseQuotes_array | ( | $ | data | ) |