hook_views_json_render_row_alter |
./views_json.api.php |
Alter rendered json row. |
|
|
template_preprocess_views_views_json_style_autocomplete |
views/theme/views_views_json_style.theme.inc |
|
|
|
template_preprocess_views_views_json_style_exhibit |
views/theme/views_views_json_style.theme.inc |
|
|
|
template_preprocess_views_views_json_style_jqgrid |
views/theme/views_views_json_style.theme.inc |
|
|
|
template_preprocess_views_views_json_style_simple |
views/theme/views_views_json_style.theme.inc |
@file
Views theme to render view fields as JSON. |
1 |
|
template_preprocess_views_views_json_style_simple_object |
views/theme/views_views_json_style.theme.inc |
Theme preprocess for "single simple object" format. |
|
|
template_preprocess_views_views_rdf_style_doap |
views/theme/views_views_rdf_style.theme.inc |
Template preprocess for the DOAP vocabulary |
|
|
template_preprocess_views_views_rdf_style_foaf |
views/theme/views_views_rdf_style.theme.inc |
Template preprocess for the FOAF vocabulary |
|
|
template_preprocess_views_views_rdf_style_sioc |
views/theme/views_views_rdf_style.theme.inc |
Template preprocess for the SIOC vocabulary |
|
|
template_preprocess_views_views_xhtml_style_hcalendar |
views/theme/views_views_xhtml_style.theme.inc |
|
|
|
template_preprocess_views_views_xhtml_style_hcard |
views/theme/views_views_xhtml_style.theme.inc |
@file
View template to render view fields as xhtml. |
|
|
template_preprocess_views_views_xml_style_atom |
views/theme/views_views_xml_style.theme.inc |
Template preprocess for the Atom format |
|
|
template_preprocess_views_views_xml_style_opml |
views/theme/views_views_xml_style.theme.inc |
|
|
|
template_preprocess_views_views_xml_style_raw |
views/theme/views_views_xml_style.theme.inc |
@file
View template to render view fields as XML. |
|
|
views_json_get |
./views_json.module |
Gets JSON data from a View rendered in the JSON data document style. |
|
|
views_json_views_api |
./views_json.module |
Implements hook_views_api(). |
|
|
views_json_views_formats |
views/views_json.views.inc |
|
2 |
|
views_json_views_json_formats |
views/views_json.views.inc |
Implements hook_views_json_formats(). |
|
|
views_json_views_plugins |
views/views_json.views.inc |
Implements hook_views_plugins(). |
|
|
views_json_views_pre_render |
./views_json.module |
Implements hook_views_pre_render(). |
|
|
views_rdf_is_date |
./views_rdf.module |
If input is a serialized date array, return a date string |
|
|
views_rdf_strip_illegal_chars |
./views_rdf.module |
Strips illegal Unicode characters and encodes entities in string. |
|
|
views_rdf_views_api |
./views_rdf.module |
Implements hook_views_api(). |
|
|
views_rdf_views_formats |
views/views_rdf.views.inc |
All recognised RDF output formats |
2 |
|
views_rdf_views_plugins |
views/views_rdf.views.inc |
Implements hook_views_plugins(). |
|
|
views_rdf_views_rdf_formats |
views/views_rdf.views.inc |
Implements hook_views_rdf_formats(). |
|
|
views_xhtml_views_api |
./views_xhtml.module |
Implements hook_views_api(). |
|
|
views_xhtml_views_formats |
views/views_xhtml.views.inc |
All recognised XHTML output formats |
2 |
|
views_xhtml_views_plugins |
views/views_xhtml.views.inc |
Implements hook_views_plugins(). |
|
|
views_xhtml_views_xhtml_formats |
views/views_xhtml.views.inc |
Implements hook_views_xhtml_formats(). |
|
|
views_xml_views_api |
./views_xml.module |
Implements hook_views_api(). |
|
|
views_xml_views_formats |
views/views_xml.views.inc |
All recognised XML output formats |
2 |
|
views_xml_views_plugins |
views/views_xml.views.inc |
Implements hook_views_plugins(). |
|
|
views_xml_views_xml_formats |
views/views_xml.views.inc |
Implements hook_views_xml_formats(). |
|
|
_views_json_check_label |
./views_json.module |
Strips illegal characters for an identifier from a JSON string. |
|
|
_views_json_debug_stop |
./views_json.module |
|
|
|
_views_json_encode_formatted Deprecated |
./views_json.module |
Encodes JSON in a pretty-printed fashion. |
3 |
|
_views_json_json_encode |
./views_json.module |
Backwards-compatible JSON encoder. |
2 |
|
_views_json_render_fields |
./views_json.module |
Takes each field from a row object and renders the field as determined by the field's theme |
1 |
|
_views_json_render_multiple_field |
./views_json.module |
We almost duplicate the content_handler_field_multiple::render function
to get the multiple rendered field values in an array |
1 |
|
_views_rdf_debug_stop |
./views_rdf.module |
|
|
|
_views_rdf_format_author |
./views_rdf.module |
Creates an author object to use in the headers of OPML and Atom documents |
3 |
|
_views_rdf_render_fields |
./views_rdf.module |
Takes each field from a row object and renders the field as determined by the field's theme |
1 |
|
_views_rdf_render_multiple_field |
./views_rdf.module |
We almost duplicate the content_handler_field_multiple::render function
to get the multiple rendered field values in an array |
1 |
|
_views_rdf_sioc_xml_story_render |
views/theme/views_views_rdf_style.theme.inc |
|
1 |
|
_views_rdf_sioc_xml_user_render |
views/theme/views_views_rdf_style.theme.inc |
|
1 |
|
_views_rdf_strip_illegal_xml_attribute_value_chars |
./views_rdf.module |
Replaces illegal characters in a XML attribute value string with their encoded entities as well as the " char. |
2 |
|
_views_rdf_strip_illegal_xml_name_chars |
./views_rdf.module |
Strips characters not matching the XML Name production: |
|
|
_views_xhtml_debug_stop |
./views_xhtml.module |
may never be used as the properly rendered date strings are available
function views_xhtml_is_date($input) {
if (strpos($input, 'a:3:{s:5:"month"') !== 0) {
return $input;
}
else { // serialized date array
$date =… |
|
|
_views_xhtml_format_author |
./views_xhtml.module |
Creates an author object to use in the headers of OPML and Atom documents |
2 |
|