Searched refs:WIKI_AUTHORITY (Results 1 – 3 of 3) sorted by relevance
72 public static final String WIKI_AUTHORITY = "wiktionary"; field in ExtendedWikiHelper176 String.format("<a href=\"%s://%s/$1\">$1</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add() argument178 String.format("<a href=\"%s://%s/$1\">$2</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add() argument
114 String definePage = String.format("%s://%s/%s", ExtendedWikiHelper.WIKI_AUTHORITY, in buildUpdate()
254 mWebView.loadDataWithBaseURL(ExtendedWikiHelper.WIKI_AUTHORITY, entryContent, in setEntryContent()