oikai_explode_tag() – Parse the tag into separate fields
oikai_external_links() – Display external links
oikai_filelink() – Implement [files] shortcode – links to a list of APIs
oikai_fileref() – Implement [file] shortcode for oik-files
oikai_first_line() – The end of the first line is detected by a newline character (n) NOT a carriage return (r) NOT PHP_EOL;
oikai_format_description() – Format the long description
oikai_format_markdown_heading() – Create a heading taking into account number of #’s
oikai_format_markdown_line() – Format a markdown line
oikai_format_markdown_list() – Format markdown list
oikai_format_markdown_list_end() – End the list we’ve started
oikai_format_markdown_list_hyphen() – Format a markdown list started with a hyphen
oikai_format_markdown_list_number() – Format a markdown list started with a number
oikai_format_markdown_table() – Handle the end of a table
oikai_format_markdown_table_line() – Handle a line which appears to be part of a table
oikai_format_preprocess_line() – Preprocess a line for subsequent formatting
oikai_funcname_analysis() – Detect "hook" type functions that end with a hook suffix e.g. __help
oikai_function_implements() – Return information about the function implementing something
oikai_get_class() – Return the class name for this method
oikai_get_classref() – Return the classref for the API, if applicable, creating the oik_class if necessary
oikai_get_current_post_filename() – Get the file name from the current post
oikai_get_func() – Return the API or method name given the full funcname and classname
oikai_get_noderef_value() – Get the string value for a noderef
oikai_get_oik_apis_byname() – Load the APIs listed in the array
oikai_get_oik_api_byname() – Load the API(s) for the given function
oikai_get_oik_classes_byname() – Load the APIs listed in the array
oikai_get_oik_class_byname() – Query class from class name
oikai_get_oik_files_byname() – Load the APIs listed in the array
oikai_handle_association() – Handle the add_action() or add_filter() association
oikai_handle_char() – Handle this specific character
oikai_handle_char_() – Default handling for a character
oikai_handle_char_comma() – Handle a parameter to a hook definition or invocation
oikai_handle_char_dquote() – Handle a double quote ( " )
oikai_handle_char_equals() – Handle the equals sign token
oikai_handle_char_rparen() – Handle the last parameter to a hook definition or invocation
oikai_handle_char_semicolon() – Handle the semicolon ( ; )
oikai_handle_dummy_TCES() – Handle a ‘dummy’ T_CONSTANT_ENCAPSED_STRING token
oikai_handle_hook() – Handle the hook
oikai_handle_reference_type() – Produce a link to the API based on the reference_type
oikai_handle_reference_type_class() – Handle a link to a "class"
oikai_handle_reference_type_function() – Handle a link to a "function"
oikai_handle_reference_type_internal() – Handle a link to an "internal" PHP function
oikai_handle_reference_type_user() – Handle a link to a "user" function
oikai_handle_token() – Handle this specific token
oikai_handle_token2() – Display the output token, as a link if available
oikai_handle_token_T_ARRAY() – Handle a T_ARRAY ( array )
oikai_handle_token_T_CONSTANT_ENCAPSED_STRING() – Handle a T_CONSTANT_ENCAPSED_STRING token
oikai_handle_token_T_DOC_COMMENT() – Handle a T_DOC_COMMENT When we see a T_DOC_COMMENT in a function then this is expected to precede the first call to do_action() or apply_filters() and contains the definition of the action or filter.
oikai_handle_token_T_DOUBLE_ARROW() – Handle a T_DOUBLE_ARROW ( => )
oikai_handle_token_T_DOUBLE_COLON() – Handle a T_DOUBLE_COLON ( :: )
oikai_handle_token_T_ENCAPSED_AND_WHITESPACE() – Handle a T_ENCAPSED_AND_WHITESPACE token
oikai_handle_token_T_FUNC_C() – Handle a T_FUNC_C
oikai_handle_token_T_OBJECT_OPERATOR() – Handle a T_OBJECT_OPERATOR ( -> )
oikai_handle_token_T_STRING() – Handle a T_STRING token
oikai_handle_token_T_STRING_VARNAME() – Handle a T_STRING_VARNAME token ( e.g. ${post_type} )
oikai_handle_token_T_VARIABLE() – Handle a T_VARIABLE
oikai_highlight_source() – Simple function to syntax hilight PHP source
oikai_link_to_github() – Display "View on GitHub" link
oikai_link_to_local_site() – Create a link to the local site
oikai_link_to_php() – Create a link for a PHP function
oikai_link_to_trac() – View on Trac
oikai_link_to_wordpress() – Create a link to WordPress documentation
oikai_listapis() – Automagically determine the API list
oikai_listclasses() – Automagically determine the class list
oikai_listcodes() – Automagically determine the shortcode list
oikai_listfiles() – Automagically determine the file list
oikai_listsource() – List the source of the function
oikai_list_apis_byname() – Produce a list of APIs as links
oikai_list_callees() – List callees of the selected API
oikai_list_callers() – List callers of the selected API
oikai_list_callers_callees() – List the callers and callees for the selected oik_api including information about hooks
oikai_list_classes_byname() – Produce a list of classes as links
oikai_list_files_byname() – Produce a list of files as links
oikai_list_hooks() – List hooks invoked by the selected API
oikai_list_invokers() – List invokers of the selected API
oikai_list_type() –
oikai_load_and_reflect() – Create a dummy reflection object for the API
oikai_load_from_file() – Load a function from the source file
oikai_load_posts() – Load posts associated with the given function
oikai_map_callees() – Map API names to post IDs
oikai_markdown() – Implement [md] shortcode for Markdown
oikai_navi_parsed_source() – Navigate the parsed source
oikai_navi_source() – List the source of a function using pagination
oikai_oik_class_parent() – Return this class’es parent ID
oikai_oik_class_post_title() – Return the title for an oik_class post
oikai_parm_match() – Attempt to determine the API type based on the parameters
oikai_parsed_source() – Implement [parsed_source] shortcode to support pagination of parsed_source using AJAX
oikai_pragmatic_link() – Create a pragmatic link for a file
oikai_pragmatic_link_to_api() – Create a link to the API without accessing the database
oikai_print_param() – Print a parameter
oikai_print_param_info() – Print a function’s parameters in a definition list
oikai_print_return() – Print information about the @return value
oikai_print_return_info() – Print the return field information
oikai_print_todos() – Print information about the @TODO tags, if any
oikai_print_todo_info() – Print information about a TODO
oikai_process_tokens1() – First pass of tokens
oikai_process_tokens2() – Second pass of tokens
oikai_pseudo_reflect() – Attempt to create a reflection function / reflection method for this API
oikai_query_function_type() – Match the function type, if it’s a defined function
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 22
- Next Page »
