Home
last modified time | relevance | path

Searched refs:interwiki (Results 51 – 75 of 90) sorted by relevance

1234

/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc27 oRegex.interwiki = /^(.*?)oIWIKIo(.*?)cIWIKIc/;
49 …"interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakes…
323 else if( urlMatch = href.match(oRegex.interwiki) || class_name.match(/interwiki/) ) {
330 ckg_iwikiClass = element.getAttribute( 'class' ); // save for interwiki
355 retval.type = 'interwiki';
580 … [translateItem('InterWikiLink'), 'interwiki' ]
768 id : 'interwiki',
769 label : translateItem('InterwikiPlaceHolder'), //"interwiki link",
1202 case 'interwiki':
1212 else data.adv.advCSSClasses = 'interwiki ' + 'iw_' + data.url.iwiki_shortcut;
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php60 $this->Renderer->interwiki = getInterwiki();
/plugin/epub/scripts/
H A Debook.php51 $Renderer->interwiki = getInterwiki();
/plugin/a2s/
H A Ddemo.txt113 …/"'' where //linktext// is either an internal wiki link, an [[doku>interwiki|interwiki link]], or …
117 "a2s:link":"[[doku>interwiki|interwiki link]]
/plugin/html2pdf/snorriheim/
H A Drtl.css52 div.dokuwiki a.interwiki,
/plugin/dokutexit/
H A Dlatex.php51 var $interwiki = array(); variable in Doku_Renderer_latex
526 if ( isset($this->interwiki[$wikiName]) ) {
527 $url = $this->interwiki[$wikiName];
557 if ( isset($this->interwiki[$wikiName]) ) {
558 $url = $this->interwiki[$wikiName];
H A Dtexitrender.php271 $Renderer->interwiki = getInterwiki();
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1interwiki:false,bottom_url:false,font_family:"inherit",font_size:"inherit",font_weight:"inherit",f…
H A Dparse_wiki.js.unc239 interwiki: false,
278 this.interwiki=true;
349 this.interwiki=false;
556 else if(attrs[i].value.match(/interwiki/)) {
790 else if(this.link_class.match(/interwiki/)) {
1417 if(this.interwiki) {
1420 if(this.interwiki && results.match(/>\w+\s*\|$/)) {
1421 this.interwiki=false;
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1interwiki:false,bottom_url:false,font_family:"inherit",font_size:"inherit",font_weight:"inherit",f…
H A Dparse_wiki.js.unc326 interwiki: false,
362 this.interwiki = true;
436 this.interwiki = false;
636 } else if (attrs[i].value.match(/interwiki/)) {
847 } else if (this.link_class.match(/interwiki/)) {
1426 /*interwiki frasl refactoring*/
1427 if (this.interwiki) {
1430 if (this.interwiki && results.match(/>\w+\s*\|$/)) {
1431 this.interwiki = false;
/plugin/webcode/syntax/
H A Dbasis.php67 $Renderer->interwiki = getInterwiki();
/plugin/ckgdoku/ckeditor/
H A Dcontents-default.css487 a.interwiki {
495 a.interwiki {
/plugin/ckgedit/ckeditor/
H A Dcontents-default.css487 a.interwiki {
495 a.interwiki {
/plugin/multiorphan/action/
H A Dmultiorphan.php427 $this->renderer->interwiki = getInterwiki();
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template274 a.interwiki {
510 a.interwiki {
H A Dfck_editorarea.css274 a.interwiki {
510 a.interwiki {
H A Dfck_editorarea.css.default_template489 a.interwiki {
497 a.interwiki {
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt71 DokuWiki supports [[doku>wiki:interwiki|Interwiki]] links. These are quick links to other Wikis. Fo…
73 DokuWiki supports [[doku>wiki:interwiki|Interwiki]] links. These are quick links to other Wikis.
99 …is supported (including image resizing, internal and external images and URLs and interwiki links).
/plugin/fckg/
H A DChanges149 replace '>' in interwiki markup in lists, removed in above.
154 Upgraded handling of interwiki links
/plugin/jsonrpc/
H A Djsonrpc.php500 $Renderer->interwiki = getInterwiki();
/plugin/fckg/action/
H A Dedit.php2694 $Renderer->interwiki = getInterwiki();
/plugin/imapmarkers/
H A DREADME.md61 This may be an external, internal or interwiki link.
/plugin/ckgdoku/action/
H A Dedit.php1127 $Renderer->interwiki = getInterwiki();
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc714 InterWikiLink: "Lien interwiki",
718 …"interwiki sont des raccourcis ressemblant à : <span style='font-weight:600'>[[wp&gt;Shakespeare]]…
750 InterWikiLink: "Lien interwiki",

1234