|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| if($xoopsConfigSearch['enable_search']!=1) | $action = "search" |
| if(!empty($_GET['query'])) else if(!empty($_POST['query'])) | $andor = "AND" |
| $available_modules = $gperm_handler->getItemIds('module_read', $groups) | |
| $config_handler =& xoops_gethandler('config') | |
| $gperm_handler =& xoops_gethandler('groupperm') | |
| if($action=="results") else if($action=="showall") else if($action=="showallbyuser") | $groups = is_object($xoopsUser) ? $xoopsUser->getGroups() : XOOPS_GROUP_ANONYMOUS |
| if(!empty($_GET['andor'])) else if(!empty($_POST['andor'])) | $mid = $uid = $start = 0 |
| if($action== 'search') if($andor!="OR"&&$andor!="exact"&&$andor!="AND") | $myts =& MyTextSanitizer::getInstance() |
| if(!empty($_GET['mid'])) else if(!empty($_POST['mid'])) if(!empty($_GET['uid'])) else if(!empty($_POST['uid'])) if(!empty($_GET['start'])) else if(!empty($_POST['start'])) | $queries = array() |
| if(!empty($_GET['action'])) else if(!empty($_POST['action'])) | $query = "" |
| $xoopsConfigSearch = $config_handler->getConfigsByCat(XOOPS_CONF_SEARCH) | |
| if($action!= 'showallbyuser') | switch ($action) |
| if ($xoopsConfigSearch['enable_search']!=1) $action = "search" |
Definition at line 38 of file search.php.
Definition at line 50 of file search.php.
Referenced by XoopsModule\search().
| $available_modules = $gperm_handler->getItemIds('module_read', $groups) |
Definition at line 94 of file search.php.
| $config_handler =& xoops_gethandler('config') |
Definition at line 31 of file search.php.
| $gperm_handler =& xoops_gethandler('groupperm') |
Definition at line 93 of file search.php.
| if ($action=="results") else if ($action=="showall") else if ($action=="showallbyuser") $groups = is_object($xoopsUser) ? $xoopsUser->getGroups() : XOOPS_GROUP_ANONYMOUS |
Definition at line 92 of file search.php.
Definition at line 56 of file search.php.
| if ($action== 'search') if ($andor!="OR"&&$andor!="exact"&&$andor!="AND") $myts =& MyTextSanitizer::getInstance() |
Definition at line 106 of file search.php.
| if (!empty($_GET['mid'])) else if (!empty($_POST['mid'])) if (!empty($_GET['uid'])) else if (!empty($_POST['uid'])) if (!empty($_GET['start'])) else if (!empty($_POST['start'])) $queries = array() |
Definition at line 73 of file search.php.
Referenced by phpthumb_functions\CleanUpURLencoding().
Definition at line 44 of file search.php.
Referenced by xos_kernel_Xoops2\buildUrl(), phpthumb_functions\CleanUpURLencoding(), db_manager\insert(), HTMLPurifier_URIParser\parse(), SqlUtility\prefixQuery(), XoopsMySQLDatabase\queryFromFile(), and Protector\stopforumspam().
| $xoopsConfigSearch = $config_handler->getConfigsByCat(XOOPS_CONF_SEARCH) |
Definition at line 32 of file search.php.
| if ($action!= 'showallbyuser') switch($action) |
Definition at line 132 of file search.php.