Home
last modified time | relevance | path

Searched refs:links (Results 451 – 472 of 472) sorted by last modified time

1...<<111213141516171819

/plugin/gil/
H A DChangeLog14 * DokuWiki page: corrected download and demo links to HTTPS.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt34 DokuWiki supports multiple ways of creating links.
38 External links are recognized automagically: http://www.google.com or simply www.google.com - You c…
40 DokuWiki supports multiple ways of creating links. External links are recognized
49 Internal links are created by using square brackets. You can either just give
59 …ust add the section name behind a hash character as known from HTML. This links to [[syntax#intern…
61 This links to [[syntax#internal|this Section]].
66 …* DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavi…
71 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.
91 … to link to another internal or external page by combining the syntax for links and [[#images_and_…
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf2661 https?:\/\/([^\/]*\.)?fge-teens-links-0\.blogspot\.com
2890 https?:\/\/([^\/]*\.)?free-personal-gay-links-tommys-favorite\.aroundworld\.in\.ua
4021 https?:\/\/([^\/]*\.)?kewl-links\.com
/plugin/phpbblinks/
H A Dinfo.txt4 name Sets the default title for links into the board
/plugin/tooltip/
H A DChangeLog5 * DokuWiki page: corrected download and demo links to HTTPS.
/plugin/hide/
H A Dstyle.css35 * These rules hide links as well
38 /* hide all-purpose links (including their icon) */
44 /* hide the "existing" links */
49 /* hide the "missing" links */
/plugin/ahrefmenu/
H A Dgenerate_map.py84 self.links = []
121 self.links.append(lnk)
126 for lnk in self.links:
263 for lnk in self.network.links:
308 for lnk in self.network.links:
327 self.export_item(self.network.links[0].place_from, self.network.links[0].caption, 1)
/plugin/codehighlight/cp/languages/
H A Dxsl.css9 a {color:#E67300;} /* links */
H A Dhtml.css8 a {color:green;} /* links */
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js179 var links = sourceDoc.getElementsByTagName('link');
181 for(var i = 0; i < links.length; i++)
182 if(links[i].rel.toLowerCase() == 'stylesheet')
183 destDoc.write('<link type="text/css" rel="stylesheet" href="' + links[i].href + '"></link>');
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js29 {var links=sourceDoc.getElementsByTagName('link');for(var i=0;i<links.length;i++)
30 if(links[i].rel.toLowerCase()=='stylesheet')
31 destDoc.write('<link type="text/css" rel="stylesheet" href="'+links[i].href+'"></link>');}
/plugin/superacl/lang/de/
H A Dhelp.txt5 Die Liste links zeigt alle verfügbaren Namensräume und Seiten.
/plugin/flowplay2/
H A Dplaylist.js58 var links = document.getElementsByTagName("a");
59 for (var i = 0; i < links.length; i++)
61 if (links[i].className == "flowplayitem")
63 links[i].onclick = function()
82 links[0].onclick();
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js33 …K.ExecuteNamedCommand('CreateLink',F,false,!!B);var G=this.EditorDocument.links;for (i=0;i<G.lengt…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js391 var oLinks = this.EditorDocument.links ;
/plugin/textile2/
H A DclassTextile.php648 $text = $this->links($text);
714 function links($text) function in Textile
/plugin/gcalendar/inc/
H A Dstandard.css65 /* definition of event to page links ----------------------------------------------------------- */
/plugin/galleryv1.5/
H A Dscript.js143 var links = d.getElementsByTagName("a");
144 for (var i=0;i<links.length;i++) {
145 var anchor = links[i];
/plugin/txtconf/lang/fr/
H A Dintro_interwiki.txt11 Please note that you may specify an image to use with interwiki links in your dokuwiki's ''images/i…
/plugin/txtconf/lang/en/
H A Dintro_interwiki.txt11 Please note that you may specify an image to use with interwiki links in your dokuwiki's ''images/i…
/plugin/bibtex/OSBib/create/
H A Dcommon.js34 …var links = document.getElementsByTagName('body').item(0).getElementsByTagName('a'); // get collec…
35 var linksLength = links.length; // cache
44 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1)
46 links[i].className = 'linkHidden';
53 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1){
54 if (links[i].className == 'imgLink linkHidden') {
55 links[i].className = 'imgLink linkCite';
58 links[i].className = 'link linkCite';
H A Dosbib.css17 /* normal links and paging links */
29 /* resource links for resource URLs */
40 /* image links */

1...<<111213141516171819