You are here

Functions in Advertisement 5

Primary tabs

Namesort descending Location Description Direct uses Strings
ad ./ad.module Use this function to display ads from a specified group. 4 11
adserve_ad ./adserve.inc The main adserve logic. 2
adserve_bootstrap ./adserve.inc Include the necessary files and call the Drupal bootstrap. 5
adserve_counter_image ./imageserve.inc Generate a tiny image with GD, used to count when an ad has been displayed on a cached page. 1
adserve_debug ./adserve.inc Display additional debug information. 1
adserve_include_drupal ./adserve.inc Include Drupal's bootstrap.inc. 1
adserve_increment ./adserve.inc Increment ad counters. Increment in cache if enabled. 2
adserve_invoke_file ./adserve.inc Invoke a function in the specified file. 3
adserve_invoke_hook ./adserve.inc Invoke adserve hooks, defined in adapi with adserve_HOOK. 2
adserve_select_ad ./adserve.inc Simple default function to randomly select an ad. Provides a hook to allow the definition of external display methods. 3
adserve_select_reindex ./adserve.inc Remove one or more ids from array. TODO: Optimize. Perhaps something like array_flip, unset, array_flip. 1
adserve_variable ./adserve.inc Retrieve variables from $_GET array or from passed in $value array. 17
ad_access ./ad.module
ad_adaccess ./ad.module Determine whether the user has a given privilege. 11
ad_adapi ./ad.module
ad_add ./ad.module Present a list of ad types to choose from. 1
ad_admin_ads ./ad.module Provide a filterable list of advertisements. 1
ad_admin_ads_submit ./ad.module Submit the ad administration update form.
ad_admin_ads_validate ./ad.module Must select an ad if performing an operation.
ad_admin_configure_settings ./ad.module Display a form for the ad module settings. 1
ad_admin_configure_settings_submit ./ad.module Save updated values from settings form.
ad_admin_configure_settings_validate ./ad.module Validate form settings, calling attention to any illogical configurations.
ad_admin_groups_list ./ad.module 1
ad_admin_group_form ./ad.module Returns a form for adding an ad group. 1
ad_admin_group_form_submit ./ad.module Save a newly created ad group.
ad_admin_list ./ad.module Build default ad administration page. 1
ad_admin_statistics ./ad.module 1
ad_adnotifyapi ./ad.module Implement ad notify api _hook.
ad_ad_operations ./ad.module Implementation of hook_ad_operations().
ad_block ./ad.module Drupal _block hook.
ad_build_filter_query ./ad.module Build query for ad administration filters based on session. 1
ad_cache_file cache/file/ad_cache_file.inc This is the actual cache function called by adserve.php that displays ads without bootstrapping Drupal. 1
ad_cache_file_adcacheapi cache/file/ad_cache_file.module Ad module's adcacheapi _hook().
ad_cache_file_adserve_select cache/file/ad_cache_file.inc
ad_cache_file_build cache/file/ad_cache_file.module Build all required cache files when using the file cache. 2 1
ad_cache_file_get_lock cache/file/ad_cache_file.inc 3 1
ad_cache_file_help cache/file/ad_cache_file.module Drupal _help hook.
ad_cache_file_increment cache/file/ad_cache_file.inc
ad_cache_file_rebuild cache/file/ad_cache_file.inc Bootstrap drupal, then run ad_cache_file_build() from ad.module which will rebuild all cache files. 2
ad_cache_file_ro_cache cache/file/ad_cache_file.inc 2
ad_cache_file_variables cache/file/ad_cache_file.inc Additional variables required by the filecache.
ad_cache_memcache cache/memcache/ad_cache_memcache.inc Called by adserve.inc, display an ad from memcache. 1
ad_cache_memcache_adcacheapi cache/memcache/ad_cache_memcache.module Ad module's adcacheapi _hook().
ad_cache_memcache_adserve_exit_text cache/memcache/ad_cache_memcache.inc Allow external exit text.
ad_cache_memcache_adserve_select cache/memcache/ad_cache_memcache.inc Allow external ad selection logic.
ad_cache_memcache_build cache/memcache/ad_cache_memcache.module Caches ad information into memory. 3
ad_cache_memcache_cron cache/memcache/ad_cache_memcache.module Regularily syncronize counters into RAM.
ad_cache_memcache_get_ad cache/memcache/ad_cache_memcache.inc 1
ad_cache_memcache_get_ids cache/memcache/ad_cache_memcache.inc 1
ad_cache_memcache_help cache/memcache/ad_cache_memcache.module Drupal _help hook.

Pages

Other projects