Lines:
1 to 100 of 222
<?php // (C) Copyright Bobbing Wide 2012-2021 /* function oikai_print_param_info() – Print a function’s parameters in a definition list */ /* function oikai_print_param() – Print a parameter */ /* function oikai_explode_tag() – Parse the tag into separate fields */ /* function oikai_print_return_info() – Print the return field information */ /* function oikai_print_return() – Print information about the @return value */ /* function oikai_print_todos() – Print information about the @TODO tags, if any */ /* function oikai_print_todo_info() – Print information about a TODO */ /* function oikai_using_opcache() – Check to see if opcache is being used */ /* function oikai_using_libs() – Determine if we’re using oik-lib */ /* function oikai_pseudo_reflect() – Attempt to create a reflection function / reflection method for this API */ /* function oik_pathw() – Return the file path taking into account the special plugin name of ‘wordpress’ */ /* function oikai_load_and_reflect() – Create a dummy reflection object for the API */ /* function oikai_reflect() – Return the ReflectionFunction for a function */ /* function oikai_reflect_method() – Return the ReflectionFunction for a method */ /* function oikai_reflect_filename() – Display the source file name */ /* function oikai_reflect_usage() – Display the Syntax for calling the API */ /* function oikai_reflect_etc() – echo some other stuff */ /* function oikai_reflect_docblock() – Return the docBlock from the Reflection function */ /* function oikai_reflect_descriptions() – Display the API descriptions */ /* function oikai_format_markdown_list() – Format markdown list */ /* function oikai_list_type() – */ /* function oikai_format_markdown_list_hyphen() – Format a markdown list started with a hyphen */ /* function oikai_format_markdown_list_number() – Format a markdown list started with a number */ /* function oikai_format_markdown_list_end() – End the list we’ve started */ /* function oikai_format_markdown_heading() – Create a heading taking into account number of #’s */ /* function oikai_format_preprocess_line() – Preprocess a line for subsequent formatting */ /* function oikai_format_markdown_table() – Handle the end of a table */ /* function oikai_format_markdown_table_line() – Handle a line which appears to be part of a table */ /* function oikai_format_markdown_line() – Format a markdown line */ /* function URL_autolink() – Autolink an URL */ /* function paired_replacements() – Perform replacements of paired markup strings */ /* function replace_at() – Replace the instance of $source at $pos with $replace */ /* function oikai_format_description() – Format the long description */ /* function oikai_check_its_a_list() – Check that it really is a list item */ /* function oikai_reflect_parameters() – List the function parameters */ /* function oikai_load_from_file() – Load a function from the source file */ /* function oikai_set_time_limit() – Set the time limit except in batch mode */ /* function oikai_protect_save_post */ /* function oikai_listsource() – List the source of the function */ /* function oikai_navi_source() – List the source of a function using pagination */ /* function oikai_highlight_source() – Simple function to syntax hilight PHP source */ /* function oikai_link_to_php() – Create a link for a PHP function */ /* function oikai_link_to_wordpress() – Create a link to WordPress documentation */ /* function _oikai_create_oik_hook() – Create an "oik_hook" post_type */ /* function oikai_concoct_hook_name2() – Return a hook name from the dummy_TCES */ /* function oikai_concoct_api_name2() – Return an API name from the dummy_TCES */ /* function oikai_set_links() – Set a link on each relevant token in the dummy TCES */View on GitHub