Home
last modified time | relevance | path

Searched refs:site (Results 51 – 75 of 211) sorted by last modified time

123456789

/plugin/vshare/
H A Daction.php22 * Add the site regexes
35 foreach ($sites as $site => $data) {
37 $js[$site] = $data['rex'];
H A Dscript.js33 for (const [site, rex] of Object.entries(JSINFO.plugins.vshare)) {
39 PluginVShare.insert(site, videoid, urlparam);
H A Dsites.ini1 ; [site]
/plugin/vshare/syntax/
H A Dvideo.php79 // get site and video
80 [$site, $vid] = explode('>', $command);
81 if (!$this->sites[$site]) return null; // unknown site
90 $url = $this->insertPlaceholders($this->sites[$site]['url'], $vid, $width, $height);
99 'site' => $site,
H A Ddebug.php59 foreach ($sites as $site => $info) {
60 $renderer->header($site, 2, 0);
63 $data = $syntax->handle("{{ $site>{$info['vid']} }}", DOKU_LEXER_MATCHED, 0, $handler);
/plugin/vshare/_test/
H A DSitesTest.php8 * site configuration tests for the vshare plugin
22 foreach ($sites as $site => $data) {
23 yield [$site, $data];
29 * @param string $site
32 public function testPlaceholder($site, $data) argument
34 $this->assertArrayHasKey('url', $data, $site);
35 $this->assertStringContainsString('@VIDEO@', $data['url'], $site);
40 * @param string $site
43 public function testRegEx($site, $data) argument
46 $this->markTestSkipped("$site ha
[all...]
/plugin/hidemenus/
H A Dplugin.info.txt6 desc If the user is not logged in, hide the page and site tools.
/plugin/structtemplate/
H A DREADME.md6 Full documentation is on the DokuWiki web site: https://www.dokuwiki.org/plugin:structtemplate
/plugin/xtern/
H A Dadmin.php87 $site = $this->scanDirectories($dir);
91 foreach($site AS $entry=>$data) {
/plugin/xtern/scripts/
H A Dchk_links.php11 $site = scanDirectories($dir); variable
14 foreach($site AS $entry=>$data) {
/plugin/xcom/
H A Daction.php58 foreach ($ini as $name=>$site) {
60 foreach($site as $item=>$val) {
/plugin/xcom/lang/en/
H A Dhowto.txt21site. If your remote site is at ''<nowiki>http://www.example.com</nowiki>'' and the name of the w…
22 …- Enter the remote user name and password for the remote site. In your configuration settings you …
/plugin/xcom/scripts/
H A Dsample.xcom.ini1 ; This file initializes the remote site selection menu
3 ; Eeach site requires a title and three optional entries for each site
H A Dxcom.ini1 ; This file initializes the remote site selection menu
3 ; Eeach site requires a title and three optional entries for each site
/plugin/newpagetemplate/
H A Dnewpage.ini2 ; This file initializes the remote site selection menu
4 ; Eeach site requires a title and at least one entry of page id
/plugin/passpolicy/
H A D10k-common-passwords.txt2574 site
H A Dwords.txt3236 site
/plugin/quickstats/lang/en/
H A Dquery.txt39 The accesses field in the table refers to the number of times the IP address has accessed the site.
/plugin/quickstats/lang/fr/
H A Dquery.txt32 …rogée. le champ accès dans la table se réfère au nombre de fois qu'une adresse IP a accédé au site.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md357 please check the [GeoNames site](http://www.geonames.org/) first. Once
/plugin/quickstats/
H A DHOW-TO4 This plugin has a page on Dokuwiki's web site which is lkept up-to-date:
116 …sses from stats, for instance if you don't want your own accesses to your site counted in the stats
117 2. aborts: prevents IPs from accessing the site (for nuisance and spam accesses).
/plugin/linkscollection/
H A DREADME3 Create a link collection from site tree
H A Dplugin.info.txt6 desc Create a link collection from site tree
/plugin/tplmod/
H A DREADME.md3 Features include page and site tools, logos, taglines, wiki titles.
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705site,r=e.left,i=e.right;return n===i&&(i=r,r=n),i?Math.atan2(i[1]-r[1],i[0]-r[0]):(n===r?(r=e[1],i… property in nw.ow

123456789