template_preprocess_views_views_json_style_exhibit |
theme/views_views_json_style.theme.inc |
|
|
|
template_preprocess_views_views_json_style_simple |
theme/views_views_json_style.theme.inc |
@file
Views theme to render view fields as JSON. |
|
|
template_preprocess_views_views_rdf_style_doap |
theme/views_views_rdf_style.theme.inc |
Template preprocess for the DOAP vocabulary |
|
|
template_preprocess_views_views_rdf_style_foaf |
theme/views_views_rdf_style.theme.inc |
Template preprocess for the FOAF vocabulary |
|
|
template_preprocess_views_views_rdf_style_sioc |
theme/views_views_rdf_style.theme.inc |
Template preprocess for the SIOC vocabulary |
|
|
template_preprocess_views_views_xhtml_style_hcalendar |
theme/views_views_xhtml_style.theme.inc |
|
|
|
template_preprocess_views_views_xhtml_style_hcard |
theme/views_views_xhtml_style.theme.inc |
@file
View template to render view fields as xhtml. |
|
|
template_preprocess_views_views_xml_style_atom |
theme/views_views_xml_style.theme.inc |
Template preprocess for the Atom format |
|
|
template_preprocess_views_views_xml_style_opml |
theme/views_views_xml_style.theme.inc |
|
|
|
template_preprocess_views_views_xml_style_raw |
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 |
@file
Module definition for views_json |
|
|
views_json_views_plugins |
./views_json.views.inc |
Implementation of hook_views_plugin(). |
|
|
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 |
@file
Module definition for views_rdf |
|
|
views_rdf_views_plugins |
./views_rdf.views.inc |
Implementation of hook_views_plugin(). |
|
|
views_xhtml_views_api |
./views_xhtml.module |
@file
Module definition for views_xhtml |
|
|
views_xhtml_views_plugins |
./views_xhtml.views.inc |
Implementation of hook_views_plugin(). |
|
|
views_xml_views_api |
./views_xml.module |
@file
Module definition for views_xml |
|
|
views_xml_views_plugins |
./views_xml.views.inc |
Implementation of hook_views_plugin(). |
|
|
_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 |
./views_json.module |
Encodes JSON in a pretty-printed fashion. |
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 |
theme/views_views_rdf_style.theme.inc |
|
1 |
|
_views_rdf_sioc_xml_user_render |
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 |
|
_views_xhtml_is_date |
./views_xhtml.module |
If input is a serialized date array, return a date string |
|
|
_views_xhtml_render_fields |
./views_xhtml.module |
Takes each field from a row object and renders the field as determined by the field's theme |
1 |
|
_views_xhtml_render_multiple_field |
./views_xhtml.module |
We almost duplicate the content_handler_field_multiple::render function
to get the multiple rendered field values in an array |
1 |
|
_views_xhtml_strip_illegal_xml_attribute_value_chars |
./views_xhtml.module |
Replaces illegal characters in a attribute value string with their encoded entities as well as the " char. |
|
|
_views_xhtml_strip_illegal_xml_name_chars |
./views_xhtml.module |
Strips characters not matching the xhtml Name production: |
|
|
_views_xml_debug_stop |
./views_xml.module |
may never be used as the properly rendered date strings are available
function views_xml_is_date($input) {
if (strpos($input, 'a:3:{s:5:"month"') !== 0) {
return $input;
}
else { // serialized date array
$date =… |
|
|
_views_xml_format_author |
./views_xml.module |
Creates an author object to use in the headers of OPML and Atom documents |
2 |
|
_views_xml_render_fields |
./views_xml.module |
Takes each field from a row object and renders the field as determined by the field's theme |
1 |
|
_views_xml_render_multiple_field |
./views_xml.module |
We almost duplicate the content_handler_field_multiple::render function
to get the multiple rendered field values in an array |
1 |
|
_views_xml_strip_illegal_xml_attribute_value_chars |
./views_xml.module |
Replaces illegal characters in a attribute value string with their encoded entities as well as the " char. |
2 |
|
_views_xml_strip_illegal_xml_name_chars |
./views_xml.module |
Strips characters not matching the XML Name production: |
5 |
|
_views_xml_xmlEntities |
./views_xml.module |
|
1 |
|