[core_validation] element index

Package indexes

All elements
c f g h i j l p r t v _
_
top
_check_attributes
_check_attributes() in validation2.php
Checks a tag's attributes.
_check_blockyness
_check_blockyness() in validation2.php
Checks a tag's inline/block/normal nesting situations.
_check_css_value
_check_css_value() in validation2.php
Checks a CSS attribute/value combination is appropriate.
_check_externals
_check_externals() in validation2.php
Checks the content under a tag's external references.
_check_js
_check_js() in js_validator.php
Do the actual code check on the parse structure.
_check_labelling
_check_labelling() in validation2.php
Checks form field labelling.
_check_link_accessibility
_check_link_accessibility() in validation2.php
Checks link accessibility.
_check_tag
_check_tag() in validation.php
Checks an XHTML tag for validity, including attributes. Return the results.
_get_next_tag
_get_next_tag() in validation.php
Get the next tag in the current XHTML document.
_get_tag_basis
_get_tag_basis() in validation.php
Get the tag basis for the specified tag. e.g. '
' would become 'br'. Note: tags with parameters given are not supported.
_js_parse_assignment_operator
Return parse info for parse type.
_js_parse_cases
_js_parse_cases() in js_parse.php
Return parse info for parse type.
_js_parse_command
_js_parse_command() in js_parse.php
Return parse info for parse type.
_js_parse_command_actual
Return parse info for parse type.
_js_parse_comma_expressions
Return parse info for parse type.
_js_parse_comma_parameters
Return parse info for parse type.
_js_parse_comma_variables
Return parse info for parse type.
_js_parse_expression
_js_parse_expression() in js_parse.php
Return parse info for parse type.
_js_parse_expression_inner
Return parse info for parse type.
_js_parse_function_dec
_js_parse_function_dec() in js_parse.php
Return parse info for parse type.
_js_parse_identify_chain
Return parse info for parse type.
_js_parse_if_rest
_js_parse_if_rest() in js_parse.php
Return parse info for parse type.
_js_parse_js
_js_parse_js() in js_parse.php
Return parse info for parse type.
_js_parse_literal
_js_parse_literal() in js_parse.php
Return parse info for parse type.
_js_parse_parameter
_js_parse_parameter() in js_parse.php
Return parse info for parse type.
_js_parse_variable
_js_parse_variable() in js_parse.php
Return parse info for parse type.
_js_parse_variable_actual
Return parse info for parse type.
_strlen_sort
_strlen_sort() in js_lex.php
Helper function for usort to sort a list by string length.
_validate_css_class
_validate_css_class() in validation2.php
Checks a CSS class.
_validate_css_sheet
_validate_css_sheet() in validation2.php
Checks a CSS style sheet.
_xhtml_error
_xhtml_error() in validation.php
Get some general debugging information for an identified XHTML error.
__check_tag
__check_tag() in validation2.php
Checks an XHTML tag for validity, including attributes. Return the results.
c
top
check_css
check_css() in validation2.php
Checks a CSS style sheet (high level).
check_js
check_js() in js_validator.php
Check some JS code for validity.
check_xhtml
check_xhtml() in validation.php
Check the specified XHTML, and return the results.
core_validation.php
core_validation.php in core_validation.php
f
top
fix_entities
fix_entities() in validation.php
Fix any invalid entities in the text.
g
top
get_chmod_array
Get a list of file permissions to set
get_dependencies
Get a mapping of dependency types
get_description
Get the description of the addon
get_file_list
Get a list of files that belong to this addon
get_version
Get the version of ocPortal this addon is for
h
top
Hook_addon_registry_core_validation
i
top
init__js_lex
init__js_lex() in js_lex.php
Standard code module initialisation function.
init__js_parse
init__js_parse() in js_parse.php
Standard code module initialisation function.
init__js_validator
init__js_validator() in js_validator.php
Standard code module initialisation function.
init__validation
init__validation() in validation.php
Standard code module initialisation function.
init__validation2
init__validation2() in validation2.php
Standard code module initialisation function.
is_hex
is_hex() in validation.php
Checks to see if a string holds a hexadecimal number.
j
top
js_add_variable_reference
js_add_variable_reference() in js_validator.php
Add a reference to a named variable.
js_check_assignment
js_check_assignment() in js_validator.php
Check an assignment statement.
js_check_call
js_check_call() in js_validator.php
Check a function call.
js_check_command
js_check_command() in js_validator.php
Check a parsed command.
js_check_expression
js_check_expression() in js_validator.php
Check an expression.
js_check_function
js_check_function() in js_validator.php
Check a function declaration.
js_check_variable
js_check_variable() in js_validator.php
Check a variable.
js_check_variable_list
js_check_variable_list() in js_validator.php
Check a variable list for consistency.
js_die_error
js_die_error() in js_lex.php
Make a JS error (critically).
js_ensure_type
js_ensure_type() in js_validator.php
Do type checking for something specific.
js_get_variable_type
js_get_variable_type() in js_validator.php
Get the type of a variable.
js_infer_expression_type_to_variable_type
If the given expression is a direct variable expression, this function will infer the type as the given type. This therefore allows type infering on usage as well as on assignment.
js_lex
js_lex() in js_lex.php
Lex some Javascript code.
js_log_warning
js_log_warning() in js_lex.php
Log a warning when lexing/parsing/checking.
js_parse
js_parse() in js_parse.php
Return parse info for parse type.
js_parser_error
js_parser_error() in js_parse.php
Give a parse error.
js_pos_to_line_details
Convert a position to a triplet of details about the line it is on.
js_scan_extractive_expressions
Scan through a complex variable, checking any expressions embedded in it.
js_set_ocportal_type
js_set_ocportal_type() in js_validator.php
Add a type to the list of used types for a variable.
js_lex.php
js_lex.php in js_lex.php
js_parse.php
js_parse.php in js_parse.php
js_validator.php
js_validator.php in js_validator.php
l
top
lex__get_next_char
lex__get_next_char() in js_lex.php
Get the next character whilst lexing
lex__get_next_chars
lex__get_next_chars() in js_lex.php
Get the next characters whilst lexing
p
top
parser_expect
parser_expect() in js_parse.php
Expect a token during parsing. Give error if not found. Else give token parameters.
parser_next
parser_next() in js_parse.php
Find the next token and move on.
parser_peek
parser_peek() in js_parse.php
Peek to find the next token.
parser_peek_dist
parser_peek_dist() in js_parse.php
Peek to find the next token after a distance.
precedence_sort
precedence_sort() in js_parse.php
Sort an unordered structure of operations into a precedence tree.
r
top
reset_js_global_variables
reset_js_global_variables() in js_validator.php
Return the global variable array to the defaults.
t
top
test_entity
test_entity() in validation.php
Test the next entity in the output stream.
tpl_previews
Get mapping between template names and the method of this class that can render a preview of them
tpl_preview__administrative__validate
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
tpl_preview__administrative__validate_error_screen
Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.
v
top
validation.php
validation.php in validation.php
validation2.php
validation2.php in validation2.php
validate_spelling
validate_spelling() in validation2.php
Checks the spelling of some text.
c f g h i j l p r t v _