Home
last modified time | relevance | path

Searched full:wiki (Results 1 – 25 of 2442) sorted by relevance

12345678910>>...98

/plugin/adhoctags/lang/de/
Dsettings.php9 $lang['allowedElements_abbr'] = '<code>&lt;abbr&gt;</code> (<a href="https://wiki.selfhtml.org/wiki
10 $lang['allowedElements_b'] = '<code>&lt;b&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/…
11 $lang['allowedElements_cite'] = '<code>&lt;cite&gt;</code> (<a href="https://wiki.selfhtml.org/wiki
12 $lang['allowedElements_dfn'] = '<code>&lt;dfn&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/H…
13 $lang['allowedElements_i'] = '<code>&lt;i&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/…
14 $lang['allowedElements_kbd'] = '<code>&lt;kbd&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/H…
16 …ements_iframe'] = '<code>&lt;iframe&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/HTML/Eleme…
18 $lang['allowedElements_img'] = '<code>&lt;img&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/H…
19 $lang['allowedElements_mark'] = '<code>&lt;mark&gt;</code> (<a href="https://wiki.selfhtml.org/wiki
20 $lang['allowedElements_pre'] = '<code>&lt;pre&gt;</code> (<a href="https://wiki.selfhtml.org/wiki/H…
[all …]
/plugin/farm/install/animaltemplate/data/pages/wiki/
Ddokuwiki.txt3wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a standards compliant, simple to use [[wp>W…
5 Read the [[doku>wiki:manual|DokuWiki Manual]] to unleash the full power of DokuWiki.
14 …yntax|syntax description]] is maintained in the DokuWiki at [[doku>wiki:dokuwiki|wiki.splitbrain.o…
18 * [[doku>wiki:features|A feature list]] :!:
19 * [[doku>wiki:users|Happy Users]]
20 * [[doku>wiki:press|Who wrote about it]]
21 * [[doku>wiki:blogroll|What Bloggers think]]
22 * [[http://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]]
26 * [[doku>wiki:requirements|System Requirements]]
28 * [[doku>wiki:changes|Change Log]]
[all …]
/plugin/xcom/lang/en/
Dfunctions.txt6 …specified, the results will include a column containing a hash of the raw wiki contents of each pa…
19 ^Description|Returns the title of the wiki.|
24 ^Parameters |(string) [[doku>:pagename]], (string) raw Wiki text, (array) attrs \\ Where ''attrs'…
25 ^Description|Appends text to a Wiki Page.|
27 ==== wiki.aclCheck ====
29 ^Name |''wiki.aclCheck'' |
33 ==== wiki.getPage ====
35 ^Name |''wiki.getPage'' |
37 ^Description|Returns the raw Wiki text for a page.|
43 ^Description|Returns the available versions of a Wiki page. The number of pages in the result is co…
[all …]
/plugin/farm/install/animaltemplate/conf/
Dinterwiki.conf10 wp http://en.wikipedia.org/wiki/
11 wpde http://de.wikipedia.org/wiki/
12 wpmeta http://meta.wikipedia.org/wiki/
14 doku http://wiki.splitbrain.org/
32 AcadWiki http://xarch.tu-graz.ac.at/autocad/wiki/
36 ALife http://news.alife.org/wiki/index.php?
37 AndStuff http://andstuff.org/wiki.php?
41 BenefitsWiki http://www.benefitslink.com/cgi-bin/wiki.cgi?
43 C2find http://c2.com/cgi/wiki?FindPage&amp;value=
46 CmWiki http://www.ourpla.net/cgi-bin/wiki.pl?
[all …]
/plugin/move/_test/
Dmediamove.test.php26 [[doku>wiki:dokuwiki|{{wiki:logo.png}}]] [[http://www.example.com|{{testimage.jpg}}]]
27 [[doku>wiki:foo|{{foo.gif?200x3000}}]]', 'Test setup');
37 [[doku>wiki:dokuwiki|{{wiki:logo.png}}]] [[http://www.example.com|{{mediareltest:testimage.jpg}}]]
38 [[doku>wiki:foo|{{mediareltest:foo.gif?200x3000}}]]', rawWiki('foo'));
46 $AUTH_ACL[] = "wiki:*\t@ALL\t16";
49 saveWikiText('wiki:movetest', '{{wiki:dokuwiki-128.png?200}}', 'Test initialized');
50 idx_addPage('wiki:movetest');
52 $src = 'wiki:dokuwiki-128.png';
61 $this->assertEquals('{{foobar:logo.png?200}}', rawWiki('wiki:movetest'));
69 $AUTH_ACL[] = "wiki:*\t@ALL\t16";
[all …]
/plugin/strata/_test/
Dstrataquerytest.inc.php31 $this->_triples->addTriple($bob, 'class', 'person', 'wiki');
32 $this->_triples->addTriple($alice, 'class', 'person', 'wiki');
33 $this->_triples->addTriple($carol, 'class', 'person', 'wiki');
35 $this->_triples->addTriple($bob, 'name', 'Bob', 'wiki');
36 $this->_triples->addTriple($alice, 'name', 'Alice', 'wiki');
37 $this->_triples->addTriple($carol, 'name', 'Carol', 'wiki');
39 $this->_triples->addTriple($bob, 'identifier', 'Β', 'wiki');
40 $this->_triples->addTriple($alice, 'identifier', 'α', 'wiki');
41 $this->_triples->addTriple($carol, 'identifier', 'γ', 'wiki');
43 $this->_triples->addTriple($bob, 'knows', $alice, 'wiki');
[all …]
Dstorage.test.php14 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki');
18 array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice', 'graph' => 'wiki')
24 …>addTriples(array(array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice')), 'wiki');
28 array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice', 'graph' => 'wiki')
34 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki');
36 $OK =$this->_triples->addTriple('Alice', 'knows', 'Carol', 'wiki');
40 array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice', 'graph' => 'wiki'),
41 array('subject' => 'Alice', 'predicate' => 'knows', 'object' => 'Carol', 'graph' => 'wiki')
47 $OK = $this->_triples->addTriple('*', 'select', '%', 'wiki');
49 $OK =$this->_triples->addTriple('_', '(', '`', 'wiki');
[all …]
/plugin/confmanager/lang/ja/
Dinterwiki.txt1 InterWiki リンク (Wiki 間リンク) のもともとの考えは、インターネット全体で1つの巨大な分散管理された[[wpjp>ウィキ]]を構築するというものでした。
2 今では「ある Wiki から他の Wiki へ簡単な記法でリンクする機能」とその意味は変化しています。
4 [[doku>ja:dokuwiki|DokuWiki]] の場合、Wiki の[[doku>ja:pagename|ページ名]]の前にショートカット用の文字列と区切り文字として ''>'' を配置…
8 [[wp>Wiki]] 英語 Wikipedia へのリンク、
9 [[Meatball>TourBusStop]] MeatBall wiki へのリンク、
10 [[google>Wiki]] Google search へのリンク、
11 [[doku>interwiki]] DokuWiki wiki へのリンク。
14 [[wp>Wiki]] 英語 Wikipedia へのリンク、[[Meatball>TourBusStop]] MeatBall wiki InterWiki へのリンク、[[google>Wiki
15 [[doku>interwiki]] DokuWiki wiki へのリンク。
29 * [[MeatBall>InterWiki]] MeatBall wiki
[all …]
/plugin/dirtylittlehelper/
DREADME.md17 I wanted a better way for inserting wiki-internal-links in the editor. After some searching and pro…
23 …: integrated. And dlh ships a mermaid live editor (the first chart in the wiki-editor is now trans…
27 …the wiki should be wider - especially when editing and with "advanced config" plugin - done ...tha…
116 ```` <dlh.div.wiki [ id="" class="" style=""...]> **Your** WIKI __content__ </dlh.div.wiki>````
117 will build a div around your wiki code like ````<html><div></html>**Your** WIKI __content__ <html>…
134 is for pure html and like ```` <dlh.div.wiki> ```` you can build a table around wiki content
137 <dlh.table.wiki [ id="" class="" style=""...]>
138 <dlh.caption.wiki> **wiki caption content** </dlh.caption.wiki>
139 <dlh.tr.wiki>
140 <dlh.th.wiki> table head __wiki__ syntax </dlh.th.wiki>
[all …]
/plugin/bootswrapper/exe/help/
Dnav.txt7 * [[:wiki:plugin:bootswrapper:nav|Nav Plugin]]
10 * [[:wiki:welcome]]
11 * [[:wiki:syntax]]
18 * [[:wiki:plugin:bootswrapper:nav|Nav Plugin]]
21 * [[:wiki:welcome]]
22 * [[:wiki:syntax]]
37 * [[:wiki:plugin:bootswrapper:nav|Nav Plugin]]
40 * [[:wiki:welcome]]
41 * [[:wiki:syntax]]
48 * [[:wiki:plugin:bootswrapper:nav|Nav Plugin]]
[all …]
Dthumbnail.txt9 {{ wiki:dokuwiki-128.png }}
20 {{ wiki:dokuwiki-128.png }}
25 {{ wiki:dokuwiki-128.png }}
30 {{ wiki:dokuwiki-128.png }}
35 {{ wiki:dokuwiki-128.png }}
46 {{ wiki:dokuwiki-128.png }}
50wiki software that doesn't require a database. It is loved by users for its clean and readable syn…
62 {{ wiki:dokuwiki-128.png }}
66wiki software that doesn't require a database. It is loved by users for its clean and readable syn…
72 {{ wiki:dokuwiki-128.png }}
[all …]
/plugin/xcom/
Daction.php68 'dokuwiki.getTitle'=>'Wiki title',
69 'dokuwiki.appendPage'=>'Append text to wiki page',
70 'wiki.aclCheck'=>false,
71 'wiki.getPage'=>'get raw wiki text',
72 'wiki.getPageVersion'=>'get wiki text for specific revision ',
73 'plugin.xcom.pageVersions'=>'available versions of a wiki page',
75 'wiki.getPageHTML'=>'get XHTML body of wiki page',
76 'wiki.putPage'=>'Save page',
77 'wiki.listLinks'=>'all links in page',
78 'wiki.getAllPages'=>'all wiki pages in remote wiki',
[all …]
/plugin/struct/_test/action/
H A DMoveTest.php19 'page' => 'wiki:syntax',
20 'pages' => ['wiki:syntax', 'wiki:welcome'],
23 'media' => 'wiki:logo.png',
24 'medias' => ['wiki:logo.png'],
25 'title' => 'wiki:syntax',
26 'titles' => ['wiki:syntax', 'wiki:welcome']
30 'page' => 'wiki:syntax#something',
31 'pages' => ['wiki:syntax#something', 'wiki:welcome#something'],
34 'media' => 'wiki:logo.png',
35 'medias' => ['wiki:logo.png'],
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Durl.html5 …url decoded: <a href="http://en.wikipedia.org/wiki/Mase_%28disambiguation%29">http://en.wikipedia.…
9 <p>... (see <a href="http://en.wikipedia.org/wiki/Port_(computer_networking)">http://en.wikipedia.o…
10 …... (see <a href="https://en.wikipedia.org/wiki/Port_(computer_networking)_more">https://en.wikipe…
11wiki/Port_(computer_networking)_more">https://en.wikipedia.org/wiki/Port_(computer_networking)_mor…
12wiki/Port_(computer_networking)_more">https://en.wikipedia.org/wiki/Port_(computer_networking)_mor…
13 <p>... (see <a href="http://en.wikipedia.org/wiki/Port">http://en.wikipedia.org/wiki/Port</a>)</p>
14 <p>... (see <a href="http://en.wikipedia.org/wiki/Port">http://en.wikipedia.org/wiki/Port</a>).</p>
/plugin/confmanager/lang/nl/
Dinterwiki.txt1 …e verspreide [[wp>Wiki]] over het hele internet te hebben. Vandaag is het meer een makkelijke mani…
3 In [[doku>DokuWiki]] wordt dit gedaan door een afkorting als voorvoegsel voor Wiki [[doku>nl:pagena…
7 [[wp>Wiki]] linkt naar Wikipedia,
8 [[Meatball>TourBusStop]] linkt naar deMeatBall wiki TourBusStop,
9 [[google>Wiki]] linkt naar een Google zoekactie,
13 [[wp>Wiki]] linkt naar Wikipedia, [[Meatball>TourBusStop]] naar deMeatBall wiki TourBusStop,
14 [[google>Wiki]] naar een Google zoekactie,
15 [[doku>interwiki]] deze tekst maar dan in de DokuWiki wiki.
27 * [[Wiki>InterWiki]] op c2.com Wiki
/plugin/yearbox/_test/
DSyntaxTest.php28wiki-id="2018-01:day-2018-01-01">01</a></td><td><a href="/./doku.php?id=2018-01:day-2018-01-02&amp…
42wiki-id="2018-04:day-2018-04-01">01</a></td><td class="blank">&nbsp;&nbsp;&nbsp;</td><td><a href="…
/plugin/struct/_test/types/
H A DPageTest.php27 idx_addPage('wiki:syntax');
29 idx_addPage('wiki:welcome');
30 idx_addPage('wiki:dokuwiki');
78 'singlepage' => 'wiki:dokuwiki',
79 'multipage' => ['wiki:dokuwiki', 'wiki:syntax', 'wiki:welcome'],
80 'singletitle' => 'wiki:dokuwiki',
81 'multititle' => ['wiki:dokuwiki', 'wiki:syntax', 'wiki:welcome'],
85 // make sure titles for some pages are known (not for wiki:welcome)
86 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('wiki:dokuwiki');
88 $pageMeta = new \dokuwiki\plugin\struct\meta\PageMeta('wiki:syntax');
[all …]
/plugin/jsonrpc/
DIJR_CallbackDefines.php37 $this->obj['help'] = 'Return the current time at the wiki server.';
43 $this->obj['help'] = 'Get wiki title.';
49 $this->obj['help'] = 'Appends text to a Wiki Page.';
58 $this->obj['method'] = 'wiki.getPage';
61 $this->obj['help'] = 'Get the raw Wiki text of page, latest version.';
64 $this->obj['method'] = 'wiki.getPageVersion';
67 $this->obj['help'] = 'Get the raw Wiki text of page.';
70 $this->obj['method'] = 'wiki.getPageHTML';
76 $this->obj['method'] = 'wiki.getPageHTMLVersion';
82 $this->obj['method'] = 'wiki.getAllPages';
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dlinks.md3 link should be url decoded: <http://en.wikipedia.org/wiki/Mase_%28disambiguation%29>
7 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking))
9 About port info on wiki: [port](http://en.wikipedia.org/wiki/Port_(computer_networking) "port wiki")
23 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) )
25 About port info on wiki: [port]( http://en.wikipedia.org/wiki/Port_(computer_networking) "port wi…
/plugin/sync/lang/ja/
Dlang.php8 $lang['menu'] = 'Wiki の同期';
11 $lang['remotever'] = 'Remote Wiki Version:';
12 $lang['xmlerr'] = 'remote Wiki とのアクセスに失敗しました。remote Wiki の XMLRPC 接続許可、設定情報の XMLRPC …
13 $lang['loginerr'] = 'remote Wiki のログインに失敗しました。remote Wiki の認証情報が有効かを確認して下さい。';
14 $lang['versionerr'] = 'remote Wiki の XMLRPC API バージョンが古すぎます。同期プラグインを使用するには remote Wiki を…
48 $lang['local'] = 'Local Wiki';
49 $lang['remote'] = 'Remote Wiki';
51 $lang['push'] = 'local リビジョンを remote Wiki へ push する。';
52 $lang['pushdel'] = 'remote Wiki のリビジョンを削除する。';
53 $lang['pull'] = 'remote リビジョンを local Wiki へ pull する。';
/plugin/dbquery/_test/
H A DQueryTest.php24 ['Nope [[wiki]]', '/^Nope \[\[wiki\]\]$/'],
25 ['[[wiki]]', '/data-wiki-id="wiki">wiki</'],
26 ['[[wiki|]]', '/data-wiki-id="wiki">wiki</'],
27 ['[[wiki|Test]]', '/data-wiki-id="wiki">Test</'],
/plugin/confmanager/lang/en/
Dinterwiki.txt1 …s to have one large distributed [[wp>Wiki]] over the whole net. Today its more of an easy way to l…
3 In [[doku>DokuWiki]] this is done by prefixing Wiki [[doku>pagenames]] with a shortcut separated by…
7 [[wp>Wiki]] links to Wikipedia,
8 [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop,
9 [[google>Wiki]] links to a Google search,
13 [[wp>Wiki]] links to Wikipedia, [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop, [[…
26 * [[Wiki>InterWiki]] at c2.com Wiki
/plugin/eventline/example/
DexampleDataForCutAndPaste.txt4 …dividual, or recorded by other researchers. (ref: http://en.wikipedia.org/wiki/Memex|Wikipedia)</e…
12 … end='2012' isDuration='true' title='WikiWikiWeb' link='http://c2.com/cgi/wiki?FrontPage|titleLink…
13wiki. It provided pages that can be edited via the browser, with a version history for each page. …
16 …publicly available service on the Internet. (ref: http://en.wikipedia.org/wiki/History_of_wikis, p…
19 The first Wiki written in PHP to be publicly released. (ref: http://en.wikipedia.org/wiki/PhpWiki, …
21wiki dedicated to discussion of the game of Go, created by Morten G. Pahle and Arno Hollosi. It is…
23 …le='TWiki'>Wiki, created in Perl by Peter Thoeny, stores data in plain text files instead of in a …
25 …able articles in over two hundred languages.(ref: http://en.wikipedia.org/wiki/History_of_wikis)</…
/plugin/publish/_test/
H A Dmail.unit.test.php20 $ID = 'wiki:syntax';
24 $actual_difflink = $helper->getDifflink('wiki:syntax','1','2');
25 …$expected_difflink = 'http://wiki.example.com' . DOKU_BASE . 'doku.php?id=wiki:syntax&do=diff&rev2…
34 $ID = 'wiki:syntax';
36 $actual_apprejlink = $mail->revlink('wiki:syntax','1');
37 …$expected_apprejlink = 'http://wiki.example.com' . DOKU_BASE . 'doku.php?id=wiki:syntax&rev=1'; //…
68 Previous Revision: http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $oldrevision .…
69 New Revision : http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $newrevision .…
73 http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&do=diff&rev2[0]=' . $oldrevision . '&rev2…
76 Please review the changes and approve the revision at http://wiki.example.com' . DOKU_BASE . 'doku.…
[all …]
/plugin/farmsync/_test/
DgetPagesFromLine.test.php21 mkdir($sourcedir . 'media/wiki');
40 … copy(DOKU_TMP_DATA . 'media/wiki/dokuwiki-128.png', $sourcedir . 'media/wiki/dokuwiki-128.png');
45 saveWikiText('wiki', '', 'deleted');
46 saveWikiText('wiki:wiki', '', 'deleted');
47 saveWikiText('wiki:start', '', 'deleted');
48 saveWikiText('wiki:template', '', 'deleted');
49 …if (file_exists(wikiFN('wiki:_template', null, false))) unlink(wikiFN('wiki:_template', null, fals…
119 'wiki:',
125 'wiki:_template',
156 'wiki:_template',
[all …]

12345678910>>...98