public/main/lp/lp_list_search.php
Variable "specific_field" is not in valid camel caps format Open
Open
$prefix = $specific_field['code'];
- Exclude checks
Variable "sf_terms_for_code" is not in valid camel caps format Open
Open
foreach ($sf_terms_for_code as $term) {
- Exclude checks
Variable "fixed_queries" is not in valid camel caps format Open
Open
$fixed_queries = [$course_filter];
- Exclude checks
Variable "a_prefix" is not in valid camel caps format Open
Open
$blocks[] = [1 => $a_prefix.'<img src="'.$result['thumbnail'].'" />'.$a_suffix.'<br />'.$title.'<br />'.$result['author'],
- Exclude checks
Variable "per_page" is not in valid camel caps format Open
Open
$s->per_page = 9;
- Exclude checks
Variable "a_suffix" is not in valid camel caps format Open
Open
$a_suffix = '';
- Exclude checks
Variable "term_array" is not in valid camel caps format Open
Open
$term_array[] = chamilo_get_boolean_query($term['name']); // Here name includes prefix.
- Exclude checks
Variable "term_array" is not in valid camel caps format Open
Open
$term_array[] = chamilo_get_boolean_query($prefix.$term);
- Exclude checks
Variable "get_params" is not in valid camel caps format Open
Open
$get_params = '';
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
$specific_fields = get_specific_field_list();
- Exclude checks
Variable "term_array" is not in valid camel caps format Open
Open
$term_array[] = chamilo_get_boolean_query($term['name']);
- Exclude checks
Variable "term_array" is not in valid camel caps format Open
Open
if (count($term_array)) {
- Exclude checks
Variable "course_filter" is not in valid camel caps format Open
Open
$fixed_queries = [$course_filter];
- Exclude checks
Variable "a_suffix" is not in valid camel caps format Open
Open
$title = $a_prefix.str_replace('_', ' ', $result['title']).$a_suffix;
- Exclude checks
Variable "a_suffix" is not in valid camel caps format Open
Open
$title = '<div style="text-align:left;">'.$a_prefix.$result['title'].$a_suffix.(!empty($result['author']) ? ' '.$result['author'] : '').'<div>';
- Exclude checks
Variable "additional_parameters" is not in valid camel caps format Open
Open
$additional_parameters = [
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
if (!empty($_REQUEST['sf_'.$specific_field['code']])) {
- Exclude checks
Variable "fixed_queries" is not in valid camel caps format Open
Open
$fixed_queries = chamilo_join_queries($term_array, null, $op);
- Exclude checks
Variable "a_prefix" is not in valid camel caps format Open
Open
$a_prefix = '<a href="'.$result['url'].'">';
- Exclude checks
Variable "a_suffix" is not in valid camel caps format Open
Open
$a_suffix = '</a>';
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$values = $_REQUEST['sf_'.$specific_field['code']];
- Exclude checks
Variable "sf_terms_for_code" is not in valid camel caps format Open
Open
$sf_terms_for_code = xapian_get_all_terms(1000, $specific_field['code']);
- Exclude checks
Variable "course_filter" is not in valid camel caps format Open
Open
$course_filter = chamilo_get_boolean_query(XAPIAN_PREFIX_COURSEID.$cid);
- Exclude checks
Variable "course_filter" is not in valid camel caps format Open
Open
$course_filter,
- Exclude checks
Variable "display_mode_params" is not in valid camel caps format Open
Open
$s->display_mode_params = 3;
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$specific_field['code']
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$sf_terms_for_code = xapian_get_all_terms(1000, $specific_field['code']);
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "fixed_queries" is not in valid camel caps format Open
Open
$fixed_queries = [];
- Exclude checks
Variable "fixed_queries" is not in valid camel caps format Open
Open
$fixed_queries
- Exclude checks
Variable "sf_terms_for_code" is not in valid camel caps format Open
Open
$sf_terms_for_code = xapian_get_all_terms(
- Exclude checks
Variable "term_array" is not in valid camel caps format Open
Open
$term_array = [];
- Exclude checks
Variable "display_mode" is not in valid camel caps format Open
Open
$s->display_mode = $mode; // default
- Exclude checks
Variable "course_filter" is not in valid camel caps format Open
Open
if (null != $course_filter) {
- Exclude checks
Variable "fixed_queries" is not in valid camel caps format Open
Open
$fixed_queries,
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "sf_terms_for_code" is not in valid camel caps format Open
Open
foreach ($sf_terms_for_code as $term) {
- Exclude checks
Variable "a_prefix" is not in valid camel caps format Open
Open
$a_prefix = '';
- Exclude checks
Variable "term_array" is not in valid camel caps format Open
Open
$fixed_queries = chamilo_join_queries($term_array, null, $op);
- Exclude checks
Variable "fixed_queries" is not in valid camel caps format Open
Open
$fixed_queries = chamilo_join_queries(
- Exclude checks
Variable "a_prefix" is not in valid camel caps format Open
Open
$title = $a_prefix.str_replace('_', ' ', $result['title']).$a_suffix;
- Exclude checks
Variable "a_prefix" is not in valid camel caps format Open
Open
$title = '<div style="text-align:left;">'.$a_prefix.$result['title'].$a_suffix.(!empty($result['author']) ? ' '.$result['author'] : '').'<div>';
- Exclude checks
Variable "course_filter" is not in valid camel caps format Open
Open
$course_filter = null;
- Exclude checks
Variable "a_suffix" is not in valid camel caps format Open
Open
$blocks[] = [1 => $a_prefix.'<img src="'.$result['thumbnail'].'" />'.$a_suffix.'<br />'.$title.'<br />'.$result['author'],
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
$mode_selector .= ('default' == $mode) ? getMdiIcon(ObjectIcon::LIST, 'ch-tool-icon') : getMdiIcon(ObjectIcon::LIST, 'ch-tool-icon-disabled');
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
$mode_selector .= ('gallery' == $mode) ? getMdiIcon(ObjectIcon::GALLERY, 'ch-tool-icon') : getMdiIcon(ObjectIcon::GALLERY, 'ch-tool-icon-disabled');
- Exclude checks
Variable "search_link" is not in valid camel caps format Open
Open
$mode_selector .= sprintf($search_link, api_get_path(WEB_CODE_PATH), 'default', $_REQUEST['query'], $get_params);
- Exclude checks
Variable "additional_parameters" is not in valid camel caps format Open
Open
$s->additional_parameters = $additional_parameters;
- Exclude checks
Variable "get_params" is not in valid camel caps format Open
Open
$mode_selector .= sprintf($search_link, api_get_path(WEB_CODE_PATH), 'default', $_REQUEST['query'], $get_params);
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks
Variable "additional_parameters" is not in valid camel caps format Open
Open
$s->additional_parameters = $additional_parameters;
- Exclude checks
Variable "get_params" is not in valid camel caps format Open
Open
$mode_selector .= sprintf($search_link, api_get_path(WEB_CODE_PATH), 'gallery', $_REQUEST['query'], $get_params);
- Exclude checks
Variable "additional_parameters" is not in valid camel caps format Open
Open
$additional_parameters['operator'] = $op;
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
$mode_selector = '<div id="mode-selector">';
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
if (isset($_REQUEST['sf_'.$specific_field['code']])) {
- Exclude checks
Variable "get_params" is not in valid camel caps format Open
Open
$get_params .= '&sf_'.$specific_field['code'].'[]='.$value;
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$get_params .= '&sf_'.$specific_field['code'].'[]='.$value;
- Exclude checks
Variable "get_params" is not in valid camel caps format Open
Open
$get_params .= '&';
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
$mode_selector .= sprintf($search_link, api_get_path(WEB_CODE_PATH), 'gallery', $_REQUEST['query'], $get_params);
- Exclude checks
Variable "search_link" is not in valid camel caps format Open
Open
$search_link = '<a href="%ssearch/index.php?mode=%s&action=search&query=%s%s">';
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
echo $mode_selector;
- Exclude checks
Variable "search_link" is not in valid camel caps format Open
Open
$mode_selector .= sprintf($search_link, api_get_path(WEB_CODE_PATH), 'gallery', $_REQUEST['query'], $get_params);
- Exclude checks
Variable "specific_field" is not in valid camel caps format Open
Open
$values = $_REQUEST['sf_'.$specific_field['code']];
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
$mode_selector .= sprintf($search_link, api_get_path(WEB_CODE_PATH), 'default', $_REQUEST['query'], $get_params);
- Exclude checks
Variable "mode_selector" is not in valid camel caps format Open
Open
$mode_selector .= '</div>';
- Exclude checks
Variable "specific_fields" is not in valid camel caps format Open
Open
foreach ($specific_fields as $specific_field) {
- Exclude checks