ultimate_cron.help.ini 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. [settings]
  2. title = Settings
  3. file = settings
  4. [catch_up]
  5. title = Catch up
  6. file = catch_up
  7. parent = settings
  8. [rules]
  9. title = Rules
  10. file = rules
  11. parent = settings
  12. [polling_latency]
  13. title = Polling latency
  14. file = polling_latency
  15. parent = settings
  16. [simultaneous_connections]
  17. title = Simultaneous connections
  18. file = simultaneous_connections
  19. parent = settings
  20. [cleanup_log]
  21. title = Cleanup log
  22. file = cleanup_log
  23. parent = settings
  24. [poorman]
  25. title = Poormans cron
  26. file = poorman
  27. parent = settings
  28. [service_group]
  29. title = Service group
  30. file = service_group
  31. parent = settings
  32. [hooks]
  33. title = Hooks
  34. file = hooks
  35. [hook_cron]
  36. title = hook_cron
  37. file = hook_cron
  38. parent = hooks
  39. [hook_cronapi]
  40. title = hook_cronapi
  41. file = hook_cronapi
  42. parent = hooks
  43. [hook_cron_alter]
  44. title = hook_cron_alter
  45. file = hook_cron_alter
  46. parent = hooks
  47. [hook_cron_schedule_alter]
  48. title = hook_cron_schedule_alter
  49. file = hook_cron_schedule_alter
  50. parent = hooks
  51. [hook_cron_pre_execute]
  52. title = hook_cron_pre_execute
  53. file = hook_cron_pre_execute
  54. parent = hooks
  55. [hook_cron_pre_execute_FUNCTION]
  56. title = hook_cron_pre_execute_FUNCTION
  57. file = hook_cron_pre_execute_function
  58. parent = hooks
  59. [hook_cron_post_execute]
  60. title = hook_cron_post_execute
  61. file = hook_cron_post_execute
  62. parent = hooks
  63. [hook_cron_post_execute_FUNCTION]
  64. title = hook_cron_post_execute_FUNCTION
  65. file = hook_cron_post_execute_function
  66. parent = hooks
  67. [easy_hooks]
  68. title = Easy hooks
  69. file = easy_hooks
  70. parent = hooks
  71. [hook_hourly]
  72. title = hook_hourly
  73. file = hook_hourly
  74. parent = easy_hooks
  75. [hook_daily]
  76. title = hook_daily
  77. file = hook_daily
  78. parent = easy_hooks
  79. [hook_weekly]
  80. title = hook_weekly
  81. file = hook_weekly
  82. parent = easy_hooks
  83. [hook_monthly]
  84. title = hook_monthly
  85. file = hook_monthly
  86. parent = easy_hooks
  87. [hook_yearly]
  88. title = hook_yearly
  89. file = hook_yearly
  90. parent = easy_hooks