Home
last modified time | relevance | path

Searched refs:topic (Results 51 – 60 of 60) sorted by last modified time

123

/plugin/articlelinks/
H A Dplugin.info.txt6 desc Creates mediawiki style links to main articles for a topic
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt138 Other than formats, there is the additional topic of PGN presentation. While
/plugin/tuxquote/
H A Dquotes.txt548 I argue very well. Ask any of my remaining friends. I can win an argument on any topic, against any…
1109 … angry letters correcting me. This is in no way whatsoever related to the topic of this week's col…
3176 Thanks to my solid academic training, today I can write hundreds of words on virtually any topic wi…
/plugin/geonav/server/
H A Dget_county.php10 $topic=$_GET["p"]; variable
15 $html = '<h1> '.ucwords($topic).'</h1>';
21 $namespace = $topic;
22 $path = $topic . ':earth:' . $continent . ':' . $countryCode. ':' . $region . ':' . $county;
24 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_locality.php14 $topic=$_GET["p"]; variable
19 $html = '<h1> '.ucwords($topic).'</h1>';
27 $namespace = $topic;
28 …$path = $topic . ':earth:' . $continent . ':' . $countryCode . ':' . $region . ':' . $county . ':'…
30 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_state.php9 $topic=$_GET["p"]; variable
14 $html = '<h1> '.ucwords($topic).'</h1>';
40 $namespace = $topic;
41 $path = $topic . ':earth:' . $continent . ':' . $countryCode . ':' . $region;
42 $wikiData = pullInWikiData($path, $namespace, $topic);
H A DgetWikiData.php2 function pullInWikiData ($dokuPageId, $namespace, $topic) { argument
H A Dget_continent.php8 $topic=$_GET["p"]; variable
12 $html = '<h1> '.ucwords($topic).'</h1>';
14 $namespace = $topic;
15 $path = $topic . ':earth:' . $continent;
16 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_country.php8 $topic=$_GET["p"]; variable
13 $html = '<h1> '.ucwords($topic).'</h1>';
16 $namespace = $topic;
17 $path = $topic . ':earth:' . $continent . ':' . $countryCode;
18 $wikiData = pullInWikiData($path, $namespace, $topic);
/plugin/socialshareprivacy2/JC/
H A DREADME.md118 Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branc…

123