XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
core | |
Variables | |
$action = Request::getCmd('action', 'search') | |
$andor = Request::getWord('andor', 'AND') | |
$available_modules = $gperm_handler->getItemIds('module_read', $xoops->getUserGroups()) | |
$available_plugins = \Xoops\Module\Plugin::getPlugins('search') | |
if($action== 'search') if($andor!="OR"&&$andor!="exact"&&$andor!="AND") | $ignored_queries = array() |
$mid = Request::getInt('mid', 0) | |
$mids = Request::getArray('mids', array()) | |
$myts = MyTextSanitizer::getInstance() | |
$queries = array() | |
$queries_pattern = array() | |
$query = Request::getString('query', '') | |
$search = Search::getInstance() | |
$start = Request::getInt('start', 0) | |
$uid = Request::getInt('uid', 0) | |
if(!$search->getConfig('enable_search')) | $xoops = Xoops::getInstance() |
if($action=="results") | else |
$andor = Request::getWord('andor', 'AND') |
Definition at line 38 of file index.php.
Referenced by SearchSearchForm\getSearchFrom().
$available_modules = $gperm_handler->getItemIds('module_read', $xoops->getUserGroups()) |
Definition at line 65 of file index.php.
Referenced by b_comments_show(), and SearchSearchForm\getSearchFrom().
$available_plugins = \Xoops\Module\Plugin::getPlugins('search') |
$mid = Request::getInt('mid', 0) |
Definition at line 39 of file index.php.
Referenced by SystemGroupForm\__construct(), b_comments_show(), createConfigform(), XoopsModuleHandler\deleteModule(), LoggerPreload\getConfigs(), DebugbarPreload\getConfigs(), UserconfigsConfigsForm\getForm(), SystemPreferencesForm\getForm(), ImagesCategoryHandler\getListByPermission(), UserconfigsModulesForm\getModulesForm(), SearchSearchForm\getSearchFrom(), XoopsModuleHandler\insertModule(), XoopsThemeBlocksPlugin\retrieveBlocks(), and Xoops\templateClearModuleCache().
$mids = Request::getArray('mids', array()) |
Definition at line 42 of file index.php.
Referenced by SearchSearchForm\getSearchFrom().
$myts = MyTextSanitizer::getInstance() |
$queries = array() |
Definition at line 44 of file index.php.
Referenced by SearchSearchForm\getSearchFrom(), and SearchSearchForm\queryArrayToString().
$query = Request::getString('query', '') |
Definition at line 37 of file index.php.
Referenced by Xoops\buildUrl(), Xoops\Core\Database\Connection\executeQuery(), Xoops\Core\Database\Connection\executeUpdate(), XoopsDatabaseManager\insert(), SqlUtility\prefixQuery(), SearchSearchForm\queryArrayToString(), Xoops\Core\Database\Connection\queryFromFile(), XoopsMySQLDatabase\queryFromFile(), and synchronize().
$search = Search::getInstance() |
Definition at line 28 of file index.php.
Referenced by Snoopy\_expandlinks(), Snoopy\_striptext(), b_search_show(), SearchSearchForm\getSearchFrom(), Xmf\Utilities\html2text(), and MytsTextfilter\load().
if (!$search->getConfig('enable_search')) $xoops = Xoops::getInstance() |
if ($action=="results") else |