Home
last modified time | relevance | path

Searched refs:googleads (Results 1 – 9 of 9) sorted by relevance

/plugin/googleads/
H A Dadmin.php27 public $googleads = ''; variable in admin_plugin_googleads
48 $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;
H A DCHANGELOG.md28 [1.0.1]: https://github.com/tatewake/dokuwiki-plugin-googleads/releases/tag/1.0.1
29 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-googleads/releases/tag/1.0.0
31 [GA-2]: http://192.168.1.150/open-source/dokuwiki/googleads/-/issues/2
32 [GA-1]: http://192.168.1.150/open-source/dokuwiki/googleads/-/issues/1
H A DREADME.md18 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…
H A Dplugin.info.txt1 base googleads
/plugin/google_adsense2/lang/en/
H A Dintro.txt8 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…
/plugin/googleads/lang/en/
H A Dintro.txt12 if (file_exists(DOKU_PLUGIN.'googleads/code.php')) include_once(DOKU_PLUGIN.'googleads/code.php');
H A Douttro.txt7 For further support or discussion, please see the official plugin page [[doku>plugin:googleads|here…
/plugin/google_adsense2/
H A Dadmin.php24 var $googleads = ''; variable in admin_plugin_googleads
69 $this->googleads = $_REQUEST['googleads'];
H A Dsyntax.php40 …function connectTo($mode) { $this->Lexer->addSpecialPattern('\{\{googleads>[^}]*\}\}',$mode,'plugi…