/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/panels/plugins/export_ui/ |
H A D | panels_layouts_ui.class.php | 206 $category = $item->category ? check_plain($item->category) : t('Miscellaneous'); 209 array('data' => check_plain($type), 'class' => 'ctools-export-ui-type'), 210 array('data' => check_plain($item->name), 'class' => 'ctools-export-ui-name'), 211 array('data' => check_plain($item->admin_title), 'class' => 'ctools-export-ui-title'), 215 'title' => check_plain($item->admin_description),
|
/dports/www/drupal7/drupal-7.82/modules/simpletest/tests/ |
H A D | tablesort.test | 60 … $this->verbose(strtr('$ts: <pre>!ts</pre>', array('!ts' => check_plain(var_export($ts, TRUE))))); 73 … $this->verbose(strtr('$ts: <pre>!ts</pre>', array('!ts' => check_plain(var_export($ts, TRUE))))); 89 … $this->verbose(strtr('$ts: <pre>!ts</pre>', array('!ts' => check_plain(var_export($ts, TRUE))))); 120 … $this->verbose(strtr('$ts: <pre>!ts</pre>', array('!ts' => check_plain(var_export($ts, TRUE))))); 139 … $this->verbose(strtr('$ts: <pre>!ts</pre>', array('!ts' => check_plain(var_export($ts, TRUE))))); 161 … $this->verbose(strtr('$ts: <pre>!ts</pre>', array('!ts' => check_plain(var_export($ts, TRUE)))));
|
/dports/www/drupal7/drupal-7.82/modules/system/ |
H A D | system.tokens.inc | 149 $replacements[$original] = $sanitize ? check_plain($site_name) : $site_name; 154 $replacements[$original] = $sanitize ? check_plain($slogan) : $slogan; 203 $replacements[$original] = $sanitize ? check_plain($date) : $date; 227 $replacements[$original] = $sanitize ? check_plain($file->filename) : $file->filename; 231 $replacements[$original] = $sanitize ? check_plain($file->uri) : $file->uri; 235 $replacements[$original] = $sanitize ? check_plain($file->filemime) : $file->filemime; 243 …$replacements[$original] = $sanitize ? check_plain(file_create_url($file->uri)) : file_create_url(… 254 $replacements[$original] = $sanitize ? check_plain($name) : $name;
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/themes/boinc/templates/ |
H A D | user-profile.tpl.php | 50 $name = check_plain($account->boincuser_name); 52 $country = check_plain($content_profile->field_country[0]['value']); 53 $website = check_plain($content_profile->field_url[0]['value']);
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/panels/panels_mini/plugins/export_ui/ |
H A D | panels_mini_ui.class.php | 88 $category = $item->category ? check_plain($item->category) : t('Mini panels'); 92 array('data' => check_plain($item->admin_title), 'class' => 'ctools-export-ui-title'), 93 array('data' => check_plain($item->name), 'class' => 'ctools-export-ui-name'), 99 'title' => !empty($item->admin_description) ? check_plain($item->admin_description) : '',
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/user/ |
H A D | views_handler_field_user_language.inc | 22 return check_plain($lang->name); 26 return $this->render_link(check_plain($values->{$this->field_alias}), $values);
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/filter/ |
H A D | views_handler_field_filter_format_name.inc | 24 return check_plain($format->name); 26 return check_plain($format_name);
|
/dports/www/drupal7/drupal-7.82/modules/profile/ |
H A D | profile.module | 153 $fields[$record->name] = check_plain($record->title); 294 return $browse ? l($field->title, 'profile/' . $field->name) : check_plain($field->title); 296 return '<a href="' . check_url($value) . '">' . check_plain($value) . '</a>'; 340 $title = ($field->type != 'checkbox') ? check_plain($field->title) : NULL; 396 '#title' => check_plain($field->title), 410 '#title' => check_plain($field->title), 420 '#title' => check_plain($field->title), 430 '#title' => check_plain($field->title), 447 '#title' => check_plain($field->title), 459 '#title' => check_plain($field->title), [all …]
|
H A D | profile.pages.inc | 75 $title = strtr(check_plain($field->page), array('%value' => drupal_placeholder($value))); 78 $title = check_plain($field->page); 131 $matches[$value] = check_plain($value);
|
/dports/www/drupal7/drupal-7.82/modules/node/ |
H A D | node.tokens.inc | 124 $replacements[$original] = $sanitize ? check_plain($node->type) : $node->type; 129 $replacements[$original] = $sanitize ? check_plain($type_name) : $type_name; 133 $replacements[$original] = $sanitize ? check_plain($node->title) : $node->title; 167 $replacements[$original] = $sanitize ? check_plain($langcode) : $langcode; 182 $replacements[$original] = $sanitize ? check_plain($name) : $name;
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/aggregator/ |
H A D | views_handler_field_aggregator_title_link.inc | 37 return l(check_plain($value), $link, array('html' => TRUE)); 40 return check_plain($value);
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/node/ |
H A D | views_handler_field_node_type.inc | 33 return t(check_plain(node_get_types('name', $data))); 35 return check_plain($data);
|
H A D | views_plugin_argument_validate_node.inc | 16 $options[$type] = check_plain(t($info->name)); 79 $this->argument->validated_title = check_plain($node->title); 112 $titles[] = check_plain($node->title);
|
/dports/www/drupal7/drupal-7.82/modules/taxonomy/ |
H A D | taxonomy.tokens.inc | 105 $replacements[$original] = $sanitize ? check_plain($term->name) : $term->name; 127 $replacements[$original] = check_plain($vocabulary->name); 133 $replacements[$original] = check_plain($parent->name); 160 $replacements[$original] = $sanitize ? check_plain($vocabulary->name) : $vocabulary->name;
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/content_profile/modules/ |
H A D | content_profile_tokens.module | 30 …$values['content-profile-'. $type_name .'-'. substr($field_name, 6)] = check_plain($profile->{$fie… 46 …$values['requestor-'. $type_name .'-'. substr($field_name, 6)] = check_plain($profile_requestor->{… 49 …$values['requestee-'. $type_name .'-'. substr($field_name, 6)] = check_plain($profile_requestee->{…
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/upload/ |
H A D | views_handler_field_upload_fid.inc | 48 $file['filename'] = check_plain($file['filename']); 49 $file['filemime'] = check_plain($file['filemime']); 50 $file['description'] = check_plain($file['description']);
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/mobile_menu_toggle/ |
H A D | mobile_menu_toggle.module | 30 $menu_default = check_plain(variable_get('mobile_menu_menu', 'main-menu')); 31 $css_class = check_plain(variable_get('mobile_menu_css', ''));
|
/dports/www/drupal7/drupal-7.82/modules/search/ |
H A D | search.api.php | 214 'type' => check_plain(node_type_get_name($node)), 328 $text = '<h1>' . check_plain($node->title) . '</h1>' . $node->rendered;
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/taxonomy/ |
H A D | views_handler_field_term_node_tid.inc | 47 $options[$voc->vid] = check_plain($voc->name); 88 $this->items[$term->node_vid][$term->tid]['name'] = check_plain($term->name); 91 $this->items[$term->node_vid][$term->tid]['vocabulary'] = check_plain($term->vocabulary);
|
/dports/databases/galera26/galera-release_26.4.10/tests/test_drupal/ |
H A D | drupal5.diff | 15 - trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING); 17 + trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING); 81 - trigger_error(check_plain(mysqli_error($active_db) ."\nquery: ". $query), E_USER_WARNING); 83 + trigger_error(check_plain(mysqli_error($active_db) ."\nquery: ". $query), E_USER_WARNING);
|
/dports/databases/galera/galera-release_25.3.35/tests/test_drupal/ |
H A D | drupal5.diff | 15 - trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING); 17 + trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING); 81 - trigger_error(check_plain(mysqli_error($active_db) ."\nquery: ". $query), E_USER_WARNING); 83 + trigger_error(check_plain(mysqli_error($active_db) ."\nquery: ". $query), E_USER_WARNING);
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/themes/zen/ |
H A D | template.php | 113 $output .= '>' . check_plain($heading['text']) . '</' . $heading['level'] . '>'; 144 $link['title'] = check_plain($link['title']); 173 $link['title'] = '<span class="tab">' . check_plain($link['title']) . '</span>';
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/flag/includes/ |
H A D | flag.features.inc | 39 …$options[$name] = drupal_ucfirst(check_plain($flag->content_type)) . ': ' . check_plain($flag->tit…
|
H A D | flag.token.inc | 43 $values['flag-name'] = check_plain($object->name); 44 $values['flag-title'] = check_plain($object->get_title()); 49 $values['flag-content-title'] = check_plain($object->content_title);
|
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/handlers/ |
H A D | views_handler_filter_in_operator.inc | 191 // check_plain() all the options ourselves since FAPI is inconsistent 289 $operator = check_plain($info[$this->operator]['short']); 305 $operator = check_plain($info[$this->operator]['short_single']); 310 $values = check_plain($this->value_options[$value]); 321 $values .= check_plain($this->value_options[$value]);
|