SYMBOL INDEX (327 symbols across 92 files) FILE: hook.php function local_replace_header (line 21) | function local_replace_header($m){ FILE: index.php function local_sort (line 44) | function local_sort($a, $b){ FILE: lib/auth.php class SlackAuthPlugin (line 3) | class SlackAuthPlugin { method saveConfig (line 5) | function saveConfig(){ method isUserAuthed (line 9) | function isUserAuthed(){ method getConfigUrl (line 14) | function getConfigUrl(){ FILE: lib/data.php class SlackData (line 5) | class SlackData { method get (line 7) | function get($table, $key){ method get_all (line 11) | function get_all($table){ method set (line 15) | function set($table, $key, $value){ method del (line 19) | function del($table, $key){ method clear (line 23) | function clear($table){ FILE: lib/data_files.php class SlackDataFiles (line 2) | class SlackDataFiles extends SlackData { method get (line 6) | function get($table, $key){ method get_all (line 15) | function get_all($table){ method set (line 24) | function set($table, $key, $value){ method del (line 32) | function del($table, $key){ method clear (line 40) | function clear($table){ method load (line 48) | private function load($table){ method save (line 71) | private function save($table, $data){ FILE: lib/data_redis.php class SlackDataRedis (line 2) | class SlackDataRedis extends SlackData { method SlackDataRedis (line 4) | function SlackDataRedis(){ method get (line 15) | function get($table, $key){ method get_all (line 21) | function get_all($table){ method set (line 35) | function set($table, $key, $value){ method del (line 41) | function del($table, $key){ method clear (line 47) | function clear($table){ FILE: lib/http.php class SlackHTTP (line 2) | class SlackHTTP { method get (line 4) | public static function get($url, $headers=array()){ method post (line 24) | public static function post($url, $params=array(), $headers=array()){ method parse_response (line 46) | private static function parse_response($raw, $info){ method parse_headers (line 92) | private static function parse_headers($raw, $first){ method prepare_outgoing_headers (line 128) | private static function prepare_outgoing_headers($headers=array()){ FILE: lib/init.php function load_plugins (line 34) | function load_plugins(){ function createPluginInstance (line 63) | function createPluginInstance($class_name){ function getPluginInstance (line 76) | function getPluginInstance($iid){ function getAuthPlugin (line 91) | function getAuthPlugin($id){ function dumper (line 104) | function dumper($foo){ function api_call (line 115) | function api_call($method, $args = array()){ function api_channels_list (line 135) | function api_channels_list(){ function verify_auth (line 147) | function verify_auth(){ function split_sets (line 184) | function split_sets($in, $size){ FILE: lib/service.php class SlackServicePlugin (line 2) | class SlackServicePlugin { method SlackServicePlugin (line 15) | function SlackServicePlugin(){ method createInstanceId (line 22) | function createInstanceId(){ method setInstanceConfig (line 26) | function setInstanceConfig($iid, $icfg){ method checkRequirements (line 31) | function checkRequirements(){ method getHookUrl (line 41) | function getHookUrl(){ method getEditUrl (line 50) | function getEditUrl(){ method getViewUrl (line 55) | function getViewUrl(){ method dump (line 60) | function dump(){ method saveConfig (line 67) | function saveConfig(){ method deleteMe (line 73) | function deleteMe(){ method postToChannel (line 79) | function postToChannel($text, $extra){ method getLog (line 118) | function getLog(){ method escapeText (line 122) | function escapeText($str){ method escapeLink (line 126) | function escapeLink($url, $label=null){ method onParentInit (line 142) | function onParentInit(){ method regenToken (line 149) | function regenToken(){ method getChannelsList (line 154) | function getChannelsList(){ method onLiveHook (line 159) | function onLiveHook($req){ method onView (line 178) | function onView(){ method onEdit (line 183) | function onEdit(){ method getLabel (line 188) | function getLabel(){ method onInit (line 193) | function onInit(){ method onHook (line 197) | function onHook($request){ method iconUrl (line 205) | function iconUrl($size=32, $abs=false){ FILE: lib/smarty/Config_File.class.php class Config_File (line 38) | class Config_File { method Config_File (line 76) | function Config_File($config_path = NULL) method set_path (line 88) | function set_path($config_path) method get (line 112) | function get($file_name, $section_name = NULL, $var_name = NULL) method get_key (line 152) | function &get_key($config_key) method get_file_names (line 164) | function get_file_names() method get_section_names (line 176) | function get_section_names($file_name) method get_var_names (line 195) | function get_var_names($file_name, $section = NULL) method clear (line 217) | function clear($file_name = NULL) method load_file (line 233) | function load_file($file_name, $prepend_path = true) method set_file_contents (line 260) | function set_file_contents($config_file, $contents) method parse_contents (line 271) | function parse_contents($contents) method _set_config_var (line 352) | function _set_config_var(&$container, $var_name, $var_value, $booleanize) method _trigger_error_msg (line 386) | function _trigger_error_msg($error_msg, $error_type = E_USER_WARNING) FILE: lib/smarty/Smarty.class.php class Smarty (line 64) | class Smarty method Smarty (line 569) | function Smarty() method assign (line 581) | function assign($tpl_var, $value = null) method assign_by_ref (line 601) | function assign_by_ref($tpl_var, &$value) method append (line 613) | function append($tpl_var, $value=null, $merge=false) method append_by_ref (line 653) | function append_by_ref($tpl_var, &$value, $merge=false) method clear_assign (line 675) | function clear_assign($tpl_var) method register_function (line 691) | function register_function($function, $function_impl, $cacheable=true,... method unregister_function (line 703) | function unregister_function($function) method register_object (line 717) | function register_object($object, &$object_impl, $allowed = array(), $... method unregister_object (line 730) | function unregister_object($object) method register_block (line 742) | function register_block($block, $block_impl, $cacheable=true, $cache_a... method unregister_block (line 753) | function unregister_block($block) method register_compiler_function (line 764) | function register_compiler_function($function, $function_impl, $cachea... method unregister_compiler_function (line 775) | function unregister_compiler_function($function) method register_modifier (line 786) | function register_modifier($modifier, $modifier_impl) method unregister_modifier (line 797) | function unregister_modifier($modifier) method register_resource (line 808) | function register_resource($type, $functions) method unregister_resource (line 833) | function unregister_resource($type) method register_prefilter (line 844) | function register_prefilter($function) method unregister_prefilter (line 855) | function unregister_prefilter($function) method register_postfilter (line 866) | function register_postfilter($function) method unregister_postfilter (line 877) | function unregister_postfilter($function) method register_outputfilter (line 888) | function register_outputfilter($function) method unregister_outputfilter (line 899) | function unregister_outputfilter($function) method load_filter (line 910) | function load_filter($type, $name) method clear_cache (line 936) | function clear_cache($tpl_file = null, $cache_id = null, $compile_id =... method clear_all_cache (line 968) | function clear_all_cache($exp_time = null) method is_cached (line 982) | function is_cached($tpl_file, $cache_id = null, $compile_id = null) method clear_all_assign (line 1004) | function clear_all_assign() method clear_compiled_tpl (line 1019) | function clear_compiled_tpl($tpl_file = null, $compile_id = null, $exp... method template_exists (line 1039) | function template_exists($tpl_file) method get_template_vars (line 1052) | function &get_template_vars($name=null) method get_config_vars (line 1072) | function &get_config_vars($name=null) method trigger_error (line 1091) | function trigger_error($error_msg, $error_type = E_USER_WARNING) method display (line 1105) | function display($resource_name, $cache_id = null, $compile_id = null) method fetch (line 1118) | function fetch($resource_name, $cache_id = null, $compile_id = null, $... method config_load (line 1320) | function config_load($file, $section = null, $scope = 'global') method get_registered_object (line 1332) | function &get_registered_object($name) { method clear_config (line 1347) | function clear_config($var = null) method _get_plugin_filepath (line 1365) | function _get_plugin_filepath($type, $name) method _is_compiled (line 1379) | function _is_compiled($resource_name, $compile_path) method _compile_resource (line 1412) | function _compile_resource($resource_name, $compile_path) method _compile_source (line 1449) | function _compile_source($resource_name, &$source_content, &$compiled_... method _get_compile_path (line 1512) | function _get_compile_path($resource_name) method _fetch_resource_info (line 1532) | function _fetch_resource_info(&$params) method _parse_resource_name (line 1616) | function _parse_resource_name(&$params) method _run_mod_handler (line 1677) | function _run_mod_handler() method _dequote (line 1698) | function _dequote($string) method _read_file (line 1714) | function _read_file($filename) method _get_auto_filename (line 1738) | function _get_auto_filename($auto_base, $auto_source = null, $auto_id ... method _unlink (line 1770) | function _unlink($resource, $exp_time = null) method _get_auto_id (line 1788) | function _get_auto_id($cache_id=null, $compile_id=null) { method _trigger_fatal_error (line 1807) | function _trigger_fatal_error($error_msg, $tpl_file = null, $tpl_line ... method _process_compiled_include_callback (line 1827) | function _process_compiled_include_callback($match) { method _smarty_include (line 1846) | function _smarty_include($params) method _smarty_cache_attrs (line 1896) | function &_smarty_cache_attrs($cache_serial, $count) { method _include (line 1919) | function _include($filename, $once=false, $params=null) method _eval (line 1933) | function _eval($code, $params=null) method _get_filter_name (line 1944) | function _get_filter_name($function) FILE: lib/smarty/Smarty_Compiler.class.php class Smarty_Compiler (line 35) | class Smarty_Compiler extends Smarty { method Smarty_Compiler (line 81) | function Smarty_Compiler() method _compile_file (line 225) | function _compile_file($resource_name, $source_content, &$compiled_con... method _compile_tag (line 435) | function _compile_tag($template_tag) method _compile_compiler_tag (line 606) | function _compile_compiler_tag($tag_command, $tag_args, &$output) method _compile_block_tag (line 675) | function _compile_block_tag($tag_command, $tag_args, $tag_modifier, &$... method _compile_custom_tag (line 766) | function _compile_custom_tag($tag_command, $tag_args, $tag_modifier, &... method _compile_registered_object_tag (line 839) | function _compile_registered_object_tag($tag_command, $attrs, $tag_mod... method _compile_insert_tag (line 931) | function _compile_insert_tag($tag_args) method _compile_include_tag (line 969) | function _compile_include_tag($tag_args) method _compile_include_php_tag (line 1022) | function _compile_include_php_tag($tag_args) method _compile_section_start (line 1054) | function _compile_section_start($tag_args) method _compile_foreach_start (line 1159) | function _compile_foreach_start($tag_args) method _compile_capture_tag (line 1220) | function _compile_capture_tag($start, $tag_args = '') method _compile_if_tag (line 1253) | function _compile_if_tag($tag_args, $elseif = false) method _compile_arg_list (line 1423) | function _compile_arg_list($type, $name, $attrs, &$cache_code) { method _parse_is_expr (line 1463) | function _parse_is_expr($is_arg, $tokens) method _parse_attrs (line 1524) | function _parse_attrs($tag_args) method _parse_vars_props (line 1608) | function _parse_vars_props(&$tokens) method _parse_var_props (line 1623) | function _parse_var_props($val) method _expand_quoted_text (line 1683) | function _expand_quoted_text($var_expr) method _parse_var (line 1709) | function _parse_var($var_expr) method _parse_parenth_args (line 1844) | function _parse_parenth_args($parenth_args) method _parse_conf_var (line 1861) | function _parse_conf_var($conf_var_expr) method _parse_section_prop (line 1882) | function _parse_section_prop($section_prop_expr) method _parse_modifiers (line 1907) | function _parse_modifiers(&$output, $modifier_string) method _add_plugin (line 1976) | function _add_plugin($type, $name, $delayed_loading = null) method _compile_smarty_ref (line 1995) | function _compile_smarty_ref(&$indexes) method _compile_plugin_call (line 2186) | function _compile_plugin_call($type, $name) { method _load_filters (line 2210) | function _load_filters() method _quote_replace (line 2241) | function _quote_replace($string) method _syntax_error (line 2254) | function _syntax_error($error_msg, $error_type = E_USER_ERROR, $file=n... method _push_cacheable_state (line 2266) | function _push_cacheable_state($type, $name) { method _pop_cacheable_state (line 2284) | function _pop_cacheable_state($type, $name) { method _push_tag (line 2298) | function _push_tag($open_tag) method _pop_tag (line 2309) | function _pop_tag($close_tag) function _smarty_sort_length (line 2351) | function _smarty_sort_length($a, $b) FILE: lib/smarty/internals/core.assemble_plugin_filepath.php function smarty_core_assemble_plugin_filepath (line 15) | function smarty_core_assemble_plugin_filepath($params, &$smarty) FILE: lib/smarty/internals/core.assign_smarty_interface.php function smarty_core_assign_smarty_interface (line 17) | function smarty_core_assign_smarty_interface($params, &$smarty) FILE: lib/smarty/internals/core.create_dir_structure.php function smarty_core_create_dir_structure (line 16) | function smarty_core_create_dir_structure($params, &$smarty) FILE: lib/smarty/internals/core.display_debug_console.php function smarty_core_display_debug_console (line 17) | function smarty_core_display_debug_console($params, &$smarty) FILE: lib/smarty/internals/core.get_include_path.php function smarty_core_get_include_path (line 19) | function smarty_core_get_include_path(&$params, &$smarty) FILE: lib/smarty/internals/core.get_microtime.php function smarty_core_get_microtime (line 12) | function smarty_core_get_microtime($params, &$smarty) FILE: lib/smarty/internals/core.get_php_resource.php function smarty_core_get_php_resource (line 18) | function smarty_core_get_php_resource(&$params, &$smarty) FILE: lib/smarty/internals/core.is_secure.php function smarty_core_is_secure (line 18) | function smarty_core_is_secure($params, &$smarty) FILE: lib/smarty/internals/core.is_trusted.php function smarty_core_is_trusted (line 18) | function smarty_core_is_trusted($params, &$smarty) FILE: lib/smarty/internals/core.load_plugins.php function smarty_core_load_plugins (line 16) | function smarty_core_load_plugins($params, &$smarty) FILE: lib/smarty/internals/core.load_resource_plugin.php function smarty_core_load_resource_plugin (line 16) | function smarty_core_load_resource_plugin($params, &$smarty) FILE: lib/smarty/internals/core.process_cached_inserts.php function smarty_core_process_cached_inserts (line 14) | function smarty_core_process_cached_inserts($params, &$smarty) FILE: lib/smarty/internals/core.process_compiled_include.php function smarty_core_process_compiled_include (line 17) | function smarty_core_process_compiled_include($params, &$smarty) FILE: lib/smarty/internals/core.read_cache_file.php function smarty_core_read_cache_file (line 21) | function smarty_core_read_cache_file(&$params, &$smarty) FILE: lib/smarty/internals/core.rm_auto.php function smarty_core_rm_auto (line 20) | function smarty_core_rm_auto($params, &$smarty) FILE: lib/smarty/internals/core.rmdir.php function smarty_core_rmdir (line 20) | function smarty_core_rmdir($params, &$smarty) FILE: lib/smarty/internals/core.run_insert_handler.php function smarty_core_run_insert_handler (line 14) | function smarty_core_run_insert_handler($params, &$smarty) FILE: lib/smarty/internals/core.smarty_include_php.php function smarty_core_smarty_include_php (line 21) | function smarty_core_smarty_include_php($params, &$smarty) FILE: lib/smarty/internals/core.write_cache_file.php function smarty_core_write_cache_file (line 21) | function smarty_core_write_cache_file($params, &$smarty) FILE: lib/smarty/internals/core.write_compiled_include.php function smarty_core_write_compiled_include (line 16) | function smarty_core_write_compiled_include($params, &$smarty) FILE: lib/smarty/internals/core.write_compiled_resource.php function smarty_core_write_compiled_resource (line 15) | function smarty_core_write_compiled_resource($params, &$smarty) FILE: lib/smarty/internals/core.write_file.php function smarty_core_write_file (line 16) | function smarty_core_write_file($params, &$smarty) FILE: lib/smarty/plugins/block.textformat.php function smarty_block_textformat (line 31) | function smarty_block_textformat($params, $content, &$smarty) FILE: lib/smarty/plugins/compiler.assign.php function smarty_compiler_assign (line 21) | function smarty_compiler_assign($tag_attrs, &$compiler) FILE: lib/smarty/plugins/function.assign_debug_info.php function smarty_function_assign_debug_info (line 19) | function smarty_function_assign_debug_info($params, &$smarty) FILE: lib/smarty/plugins/function.config_load.php function smarty_function_config_load (line 27) | function smarty_function_config_load($params, &$smarty) FILE: lib/smarty/plugins/function.counter.php function smarty_function_counter (line 22) | function smarty_function_counter($params, &$smarty) FILE: lib/smarty/plugins/function.cycle.php function smarty_function_cycle (line 44) | function smarty_function_cycle($params, &$smarty) FILE: lib/smarty/plugins/function.debug.php function smarty_function_debug (line 24) | function smarty_function_debug($params, &$smarty) FILE: lib/smarty/plugins/function.eval.php function smarty_function_eval (line 21) | function smarty_function_eval($params, &$smarty) FILE: lib/smarty/plugins/function.fetch.php function smarty_function_fetch (line 23) | function smarty_function_fetch($params, &$smarty) FILE: lib/smarty/plugins/function.html_checkboxes.php function smarty_function_html_checkboxes (line 41) | function smarty_function_html_checkboxes($params, &$smarty) function smarty_function_html_checkboxes_output (line 126) | function smarty_function_html_checkboxes_output($name, $value, $output, ... FILE: lib/smarty/plugins/function.html_image.php function smarty_function_html_image (line 37) | function smarty_function_html_image($params, &$smarty) FILE: lib/smarty/plugins/function.html_options.php function smarty_function_html_options (line 30) | function smarty_function_html_options($params, &$smarty) function smarty_function_html_options_optoutput (line 98) | function smarty_function_html_options_optoutput($key, $value, $selected) { function smarty_function_html_options_optgroup (line 111) | function smarty_function_html_options_optgroup($key, $values, $selected) { FILE: lib/smarty/plugins/function.html_radios.php function smarty_function_html_radios (line 41) | function smarty_function_html_radios($params, &$smarty) function smarty_function_html_radios_output (line 130) | function smarty_function_html_radios_output($name, $value, $output, $sel... FILE: lib/smarty/plugins/function.html_select_date.php function smarty_function_html_select_date (line 38) | function smarty_function_html_select_date($params, &$smarty) FILE: lib/smarty/plugins/function.html_select_time.php function smarty_function_html_select_time (line 24) | function smarty_function_html_select_time($params, &$smarty) FILE: lib/smarty/plugins/function.html_table.php function smarty_function_html_table (line 49) | function smarty_function_html_table($params, &$smarty) function smarty_function_html_table_cycle (line 164) | function smarty_function_html_table_cycle($name, $var, $no) { FILE: lib/smarty/plugins/function.mailto.php function smarty_function_mailto (line 50) | function smarty_function_mailto($params, &$smarty) FILE: lib/smarty/plugins/function.math.php function smarty_function_math (line 22) | function smarty_function_math($params, &$smarty) FILE: lib/smarty/plugins/function.popup.php function smarty_function_popup (line 22) | function smarty_function_popup($params, &$smarty) FILE: lib/smarty/plugins/function.popup_init.php function smarty_function_popup_init (line 22) | function smarty_function_popup_init($params, &$smarty) FILE: lib/smarty/plugins/modifier.capitalize.php function smarty_modifier_capitalize (line 21) | function smarty_modifier_capitalize($string, $uc_digits = false) function smarty_modifier_capitalize_ucfirst (line 27) | function smarty_modifier_capitalize_ucfirst($string, $uc_digits = null) FILE: lib/smarty/plugins/modifier.cat.php function smarty_modifier_cat (line 26) | function smarty_modifier_cat($string, $cat) FILE: lib/smarty/plugins/modifier.count_characters.php function smarty_modifier_count_characters (line 22) | function smarty_modifier_count_characters($string, $include_spaces = false) FILE: lib/smarty/plugins/modifier.count_paragraphs.php function smarty_modifier_count_paragraphs (line 21) | function smarty_modifier_count_paragraphs($string) FILE: lib/smarty/plugins/modifier.count_sentences.php function smarty_modifier_count_sentences (line 21) | function smarty_modifier_count_sentences($string) FILE: lib/smarty/plugins/modifier.count_words.php function smarty_modifier_count_words (line 21) | function smarty_modifier_count_words($string) FILE: lib/smarty/plugins/modifier.date_format.php function smarty_modifier_date_format (line 31) | function smarty_modifier_date_format($string, $format = '%b %e, %Y', $de... FILE: lib/smarty/plugins/modifier.debug_print_var.php function smarty_modifier_debug_print_var (line 23) | function smarty_modifier_debug_print_var($var, $depth = 0, $length = 40) FILE: lib/smarty/plugins/modifier.default.php function smarty_modifier_default (line 22) | function smarty_modifier_default($string, $default = '') FILE: lib/smarty/plugins/modifier.escape.php function smarty_modifier_escape (line 22) | function smarty_modifier_escape($string, $esc_type = 'html', $char_set =... FILE: lib/smarty/plugins/modifier.indent.php function smarty_modifier_indent (line 23) | function smarty_modifier_indent($string,$chars=4,$char=" ") FILE: lib/smarty/plugins/modifier.lower.php function smarty_modifier_lower (line 21) | function smarty_modifier_lower($string) FILE: lib/smarty/plugins/modifier.nl2br.php function smarty_modifier_nl2br (line 28) | function smarty_modifier_nl2br($string) FILE: lib/smarty/plugins/modifier.regex_replace.php function smarty_modifier_regex_replace (line 23) | function smarty_modifier_regex_replace($string, $search, $replace) function _smarty_regex_replace_check (line 35) | function _smarty_regex_replace_check($search) FILE: lib/smarty/plugins/modifier.replace.php function smarty_modifier_replace (line 23) | function smarty_modifier_replace($string, $search, $replace) FILE: lib/smarty/plugins/modifier.spacify.php function smarty_modifier_spacify (line 22) | function smarty_modifier_spacify($string, $spacify_char = ' ') FILE: lib/smarty/plugins/modifier.string_format.php function smarty_modifier_string_format (line 22) | function smarty_modifier_string_format($string, $format) FILE: lib/smarty/plugins/modifier.strip.php function smarty_modifier_strip (line 26) | function smarty_modifier_strip($text, $replace = ' ') FILE: lib/smarty/plugins/modifier.strip_tags.php function smarty_modifier_strip_tags (line 22) | function smarty_modifier_strip_tags($string, $replace_with_space = true) FILE: lib/smarty/plugins/modifier.truncate.php function smarty_modifier_truncate (line 27) | function smarty_modifier_truncate($string, $length = 80, $etc = '...', FILE: lib/smarty/plugins/modifier.upper.php function smarty_modifier_upper (line 21) | function smarty_modifier_upper($string) FILE: lib/smarty/plugins/modifier.wordwrap.php function smarty_modifier_wordwrap (line 24) | function smarty_modifier_wordwrap($string,$length=80,$break="\n",$cut=fa... FILE: lib/smarty/plugins/outputfilter.trimwhitespace.php function smarty_outputfilter_trimwhitespace (line 28) | function smarty_outputfilter_trimwhitespace($source, &$smarty) function smarty_outputfilter_trimwhitespace_replace (line 64) | function smarty_outputfilter_trimwhitespace_replace($search_str, $replac... FILE: lib/smarty/plugins/shared.escape_special_chars.php function smarty_function_escape_special_chars (line 19) | function smarty_function_escape_special_chars($string) FILE: lib/smarty/plugins/shared.make_timestamp.php function smarty_make_timestamp (line 17) | function smarty_make_timestamp($string) FILE: new.php function local_sort (line 24) | function local_sort($a, $b){ FILE: plugins/atlassian_stash_commits/plugin.php class atlassian_stash_commits (line 3) | class atlassian_stash_commits extends SlackServicePlugin { method onInit (line 12) | function onInit() { method onView (line 25) | function onView() { method onEdit (line 29) | function onEdit() { method onHook (line 48) | function onHook($req) { method getLabel (line 111) | function getLabel() { FILE: plugins/coveralls/plugin.php class coveralls (line 3) | class coveralls extends SlackServicePlugin { method onView (line 8) | function onView(){ method onEdit (line 12) | function onEdit(){ method onHook (line 32) | function onHook($req){ method sendMessage (line 48) | private function sendMessage($text){ FILE: plugins/dployio/plugin.php class dployio (line 3) | class dployio extends SlackServicePlugin { method onInit (line 12) | function onInit() { method onView (line 25) | function onView() { method onEdit (line 29) | function onEdit() { method onHook (line 47) | function onHook($req) { method getLabel (line 86) | function getLabel() { FILE: plugins/fogbugz/plugin.php class fogbugz (line 12) | class fogbugz extends SlackServicePlugin method onInit (line 21) | public function onInit() { method onView (line 34) | public function onView() { method getLabel (line 38) | public function getLabel() { method onEdit (line 42) | public function onEdit() { method onHook (line 62) | public function onHook($req) { method sendMessage (line 77) | private function sendMessage($text) { FILE: plugins/github_commits/plugin.php class github_commits (line 3) | class github_commits extends SlackServicePlugin { method onInit (line 12) | function onInit(){ method onView (line 26) | function onView(){ method onEdit (line 31) | function onEdit(){ method onHook (line 52) | function onHook($req){ method getLabel (line 151) | function getLabel(){ method sendMessage (line 155) | private function sendMessage($text){ FILE: plugins/gitlab_commits/plugin.php class gitlab_commits (line 3) | class gitlab_commits extends SlackServicePlugin { method onInit (line 12) | function onInit() { method onView (line 25) | function onView() { method onEdit (line 29) | function onEdit() { method onHook (line 47) | function onHook($req) { method getLabel (line 103) | function getLabel() { FILE: plugins/kiln/plugin.php class kiln (line 17) | class kiln extends SlackServicePlugin method onInit (line 26) | public function onInit() { method onView (line 39) | public function onView() { method getLabel (line 43) | public function getLabel() { method onEdit (line 47) | public function onEdit() { method onHook (line 67) | public function onHook($req) { method sendMessage (line 106) | private function sendMessage($text) { FILE: plugins/papertrail/plugin.php class papertrail (line 6) | class papertrail extends SlackServicePlugin { method onInit (line 15) | function onInit() { method onView (line 30) | function onView() { method onEdit (line 34) | function onEdit() { method onHook (line 54) | function onHook($req) { method searchLink (line 122) | private function searchLink($search) { method renderEvent (line 130) | private function renderEvent($e) { method getLabel (line 138) | function getLabel() { method sendMessage (line 142) | private function sendMessage($text) { FILE: plugins/plugins_default/plugin_name.php class MyServicePlugin (line 3) | class MyServicePlugin extends SlackServicePlugin { FILE: plugins/semaphore/plugin.php class semaphore (line 12) | class semaphore extends SlackServicePlugin method onInit (line 21) | public function onInit() { method onView (line 33) | public function onView() { method getLabel (line 37) | public function getLabel() { method onEdit (line 41) | public function onEdit() { method onHook (line 60) | public function onHook($req) { method sendMessage (line 84) | private function sendMessage($text) { FILE: plugins/sentry/plugin.php class sentry (line 3) | class sentry extends SlackServicePlugin { method onView (line 8) | function onView(){ method onEdit (line 12) | function onEdit(){ method onHook (line 32) | function onHook($req){ method sendMessage (line 45) | private function sendMessage($text){ FILE: plugins/testflight/plugin.php class testflight (line 4) | class testflight extends SlackServicePlugin method onInit (line 13) | public function onInit() { method onView (line 25) | public function onView() { method getLabel (line 29) | public function getLabel() { method onEdit (line 33) | public function onEdit() { method onHook (line 52) | public function onHook($req) { method sendMessage (line 77) | private function sendMessage($text) {