Searched refs:googleads (Results 1 – 9 of 9) sorted by relevance
27 public $googleads = ''; variable in admin_plugin_googleads48 $this->googleads = $_REQUEST['googleads'];50 if (is_array($this->googleads)) {64 …ads_settings['code'] = $this->googleads != null && array_key_exists('code', $this->googleads) ? ad…65 …$gads_settings['dontcountadmin'] = $this->getIsValueOn($this->googleads, 'dontcountadmin') ? 1 : 0;66 …$gads_settings['dontcountmanager'] = $this->getIsValueOn($this->googleads, 'dontcountmanager') ? 1…67 …$gads_settings['dontcountusers'] = $this->getIsValueOn($this->googleads, 'dontcountusers') ? 1 : 0;
28 [1.0.1]: https://github.com/tatewake/dokuwiki-plugin-googleads/releases/tag/1.0.129 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-googleads/releases/tag/1.0.031 [GA-2]: http://192.168.1.150/open-source/dokuwiki/googleads/-/issues/232 [GA-1]: http://192.168.1.150/open-source/dokuwiki/googleads/-/issues/1
18 if (file_exists(DOKU_PLUGIN.'googleads/code.php')) include_once(DOKU_PLUGIN.'googleads/code.php');34 * [https://www.dokuwiki.org/plugin:googleads](https://www.dokuwiki.org/plugin:googleads)40 …https://github.com/tatewake/dokuwiki-plugin-googleads](https://github.com/tatewake/dokuwiki-plugin…
1 base googleads
8 if (file_exists(DOKU_PLUGIN.'googleads/code.php')) include_once(DOKU_PLUGIN.'googleads/code.php');11 This will include 'googleads:ads_tpl_top_linklist' in your site.25 Wiki Syntax: %%{{googleads>WIKISITE | [options]}}%%27 Options may be: WIDTH and or direction like LEFT and RIGHT e.g. %%{{googleads>ads_under_sidebar_lef…
12 if (file_exists(DOKU_PLUGIN.'googleads/code.php')) include_once(DOKU_PLUGIN.'googleads/code.php');
7 For further support or discussion, please see the official plugin page [[doku>plugin:googleads|here…
24 var $googleads = ''; variable in admin_plugin_googleads69 $this->googleads = $_REQUEST['googleads'];
40 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{googleads>[^}]*\}\}',$mode,'plugi…