Lines Matching +full:d +full:- +full:link
13 'date' => '2010-03-08',
15 'desc' => 'Allow to automatic link and name extract from Wowhead with an ID',
46 $this->Lexer->addSpecialPattern("~~WoW [qisnzr]:\d+~~", $mode, "plugin_wow");
47 /* $this->Lexer->addEntryPattern("<WoW [qisn]:\d+(:[hj])?>(?=.*</WoW>)", $mode, "plugin_wow"); */
53 $this->Lexer->addExitPattern("</WoW>","plugin_wow");
59 preg_match("#~~WoW ([qisnzr]):(\d+)~~#", $match, $matches);
73 $link = "http://" . $this->getConf('lang') . ".wowhead.com/?";
77 $link .= "quest";
80 $link .= "item";
83 $link .= "spell";
86 $link .= "npc";
89 $link .= "zone";
92 $link .= "zones";
95 $link .= "=" . $id;
99 $dir = DOKU_PLUGIN . "/wow/cache/" . $this->getConf('lang');
119 $page = $http->get($link);
121 switch ( $this->getConf('lang') )
171 …preg_match('#<title>(.+) - (?:' . implode('|', $names) . ') - World of Warcraft</title>#', $page, …
176 …$renderer->doc .= '<a href="' . $link . '"><img src="' . substr(DOKU_PLUGIN, strlen($_SERVER["DOCU…