25 calls to _debug_echo() in Advertisement 5.2
- adserve_bootstrap in ./
adserve.inc - Include the necessary files and call the Drupal bootstrap.
- adserve_cache in ./
adcache.inc - Wrapper for calling adserve_cache functions.
- adserve_cache_display in ./
adcache.inc - Default function for displaying advertisements. This is not generally replaced by ad cache modules.
- adserve_cache_display_ad in ./
adcache.inc - Load and display an advertisement directly from the database.
- adserve_cache_get_ad_ids in ./
adcache.inc - Default wrapper function for displaying advertisements. This generally is not replaced by ad caches modules.
- adserve_cache_hook in ./
adcache.inc - Invoke the appropraite hook.
- adserve_cache_id in ./
adcache.inc - Default function for retrieving list of ids.
- adserve_cache_increment in ./
adcache.inc - Increment action directly in the database.
- adserve_hook_select in ./
adcache.inc - Randomly select advertisements.
- adserve_invoke_hook in ./
adcache.inc - Invoke adserve cache hook, including files as necessary.
- ad_cache_file_close in cache/
file/ ad_cache_file.inc - Close the cache file and write updated cache to disk.
- ad_cache_file_display_ad in cache/
file/ ad_cache_file.inc - Display a given advertisement.
- ad_cache_file_get_lock in cache/
file/ ad_cache_file.inc - Try and obtain a lock on one of the available cache files. If we already have a lock, simply return the filename.
- ad_cache_file_hook in cache/
file/ ad_cache_file.inc - Return hook defintion.
- ad_cache_file_id in cache/
file/ ad_cache_file.inc - Return an array of aids to choose an advertisement from.
- ad_cache_file_increment in cache/
file/ ad_cache_file.inc - Increment an advertisement counter.
- ad_cache_file_open in cache/
file/ ad_cache_file.inc - Initialization function. Loads cache from file into memory.
- ad_cache_file_validate in cache/
file/ ad_cache_file.inc - Validate advertisement ids, filtering those that shouldn't be displayed.
- ad_cache_memcache in cache/
memcache/ ad_cache_memcache.inc - Called by adserve.inc, display an ad from memcache.
- ad_cache_memcache_adserve_exit_text in cache/
memcache/ ad_cache_memcache.inc - Allow external exit text.
- ad_cache_memcache_adserve_select in cache/
memcache/ ad_cache_memcache.inc - Allow external ad selection logic.
- ad_cache_memcache_hook in cache/
memcache/ ad_cache_memcache.inc - ad_cache_memcache_increment in cache/
memcache/ ad_cache_memcache.inc - Increment view counter in memcache.
- ad_channel_cache_filter in channel/
ad_channel.inc - Filter advertisements not in an appropriate channel, from cache.
- ad_weight_probability_cache_filter in weight/
probability/ ad_weight_probability.inc - @file A plug in for the ad.module, allowing an admin to set the probability that a given advertisement will be displayed.