Lines:
1 to 36 of 36
<?php // (C) Copyright Bobbing Wide 2012, 2017 /* function oikai_determine_from_tokens() – Determine the reference_type from PHP tokens */ /* function oikai_check_constants() – See if this is a constant name */ /* function oikai_check_class_method_or_function() – */ /* function oikai_determine_reference_type() – Determine the reference type for a string */ /* function oikai_handle_reference_type_user() – Handle a link to a "user" function */ /* function oikai_handle_reference_type_internal() – Handle a link to an "internal" PHP function */ /* function oikai_handle_reference_type_function() – Handle a link to a "function" */ /* function oikai_handle_reference_type_class() – Handle a link to a "class" */ /* function oikai_handle_reference_type() – Produce a link to the API based on the reference_type */ /* function oikai_simplify_apiname() – Simplify the API name */ /* function oikai_api() – Implement [api] shortcode to produce simple links to an API */ /* function oikapi_simple_link() – OK, but we also want to link to PHP stuff So we need to be able to call that function */ /* function api__help() – Help hook for [api] shortcode */ /* function api__syntax() – Syntax hook for [api] shortcode */ /* function api__example() – Example hook for [api] shortcode */View on GitHub