Lines:
1 to 66 of 66
<?php // (C) Copyright Bobbing Wide 2012-2017 /* function oiksc_lazy_api_do_page() – Display the "Create API" admin page */ /* function _oiksc_get_plugins() – Produce a list of all the installed, but not necessarily active plugins */ /* function _oiksc_get_plugin() – Get the selected plugin */ /* function _oiksc_get_api() – Get the selected API */ /* function _oiksc_apis_list() – Return the array of oiksc_token_objs as a simple assoc array */ /* function oiksc_get_plugin_slug() – Get the plugin slug */ /* function _oiksc_get_apis() – List the APIs for the selected filename */ /* function _oiksc_get_apis2() – List the APIs for the selected filename */ /* function _oiksc_get_type() – Get the selected API type */ /* function _oiksc_get_files() – Produce a list of the files for a plugin/theme */ /* function _oiksc_get_php_files() – List PHP files within this directory */ /* function _oiksc_get_file() – Get the selected file */ /* function oiksc_api() – API creation form */ /* function oiksc_create_api() – Respond to the submit button by creating an oik_api */ /* function oiksc_report() – Report the results performing the action */ /* function oiksc_save_hooks() – Save the hook invocations */ /* function oiksc_save_associations() – Update hook associations defined by this API */ /* function oiksc_handle_association_differences() – Handle any changes to the association differences defined by this API */ /* function _oiksc_create_api() – Create or update an "oik_api" post_type */ /* function oiksc_build_callees() – Build the callees for this API */ /* function oikai_add_callee() – Add a callee for the current function */ /* function oikai_record_association() – Add a hook function association. */ /* function oikai_record_hook() – Add a hook invocation. */ /* function oikai_save_callees() – Save the callee list for the current API */ /* function oikai_map_callees() – Map API names to post IDs */ /* function oiksc_list_file_functions() – List functions implemented in the file */ /* function _oiksc_get_token() – Return the token value at $index if it’s of type $type */ /* function _oiksc_list_functions() – Return an array of implemented functions */ /* function oiksc_query_component_type() – Determine the component type */ /* function oiksc_load_files() – Load the filenames for the selected component */ /* function oiksc_do_files() – Invoke the callback function for each file */View on GitHub