SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

Revision: 7369
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7369&view=rev
Author: vargenau
Date: 2010年04月30日 08:39:48 +0000 (2010年4月30日)
Log Message:
-----------
Mediawiki table for arguments
Modified Paths:
--------------
 trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
===================================================================
--- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2010年04月30日 08:25:43 UTC (rev 7368)
+++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2010年04月30日 08:39:48 UTC (rev 7369)
@@ -1,4 +1,4 @@
-Date: 2010年4月15日 16:32:58 +0000
+Date: 2010年4月30日 10:38:49 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -12,17 +12,34 @@
 highlighter called "highlight" (available at http://www.andre-simon.de/).
 
 == Arguments
-syntax |
- (required), See http://www.andre-simon.de/doku/highlight/highlight.html 
-style |
- ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required)
-color |
- null (optional), see =highlight/themes=
-number |
- 0 (optional)
-wrap |
- 0 (optional)
 
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **syntax**
+| 
+| (required), See http://www.andre-simon.de/doku/highlight/highlight.html
+|-
+| **style**
+| 
+| ~[ "ansi", "gnu", "kr", "java", "linux" ~] (required)
+|-
+| **color**
+| 
+| null (optional), see ##highlight/themes##
+|-
+| **number**
+| 
+| 0 (optional)
+|-
+| **wrap**
+| 
+| 0 (optional)
+|}
+
 == Example
 
 {{{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 7389
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7389&view=rev
Author: vargenau
Date: 2010年05月10日 12:05:19 +0000 (2010年5月10日)
Log Message:
-----------
Be more explicit
Modified Paths:
--------------
 trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
===================================================================
--- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2010年05月08日 19:18:36 UTC (rev 7388)
+++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2010年05月10日 12:05:19 UTC (rev 7389)
@@ -1,4 +1,4 @@
-Date: 2010年4月30日 10:38:49 +0000
+Date: Fri, 7 May 2010 15:25:56 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -11,7 +11,7 @@
 The **~SyntaxHighlighter** [[Help:WikiPlugin|plugin]] passes all its arguments through a C++
 highlighter called "highlight" (available at http://www.andre-simon.de/).
 
-== Arguments
+== Arguments ==
 
 {| class="bordered"
 |-
@@ -40,7 +40,7 @@
 | 0 (optional)
 |}
 
-== Example
+== Example ==
 
 {{{
 <<SyntaxHighlighter syntax=c style=kr color=emacs
@@ -52,7 +52,7 @@
 >>
 }}}
 
-=>
+will give:
 
 <<SyntaxHighlighter syntax=c style=kr color=emacs
 #include <stdio.h>
@@ -66,7 +66,7 @@
 my system and PHP killed it. I'm not sure whether this is a problem
 with my integration, or with beautifier itself.
 
-== Authors
+== Authors ==
 
 * alecthomas
 * Fixes by [[PhpWiki:ReiniUrban|Reini Urban]]:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 8570
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8570&view=rev
Author: vargenau
Date: 2012年11月28日 15:43:19 +0000 (2012年11月28日)
Log Message:
-----------
color=bright to be compatible between highlight version 2 and 3
Modified Paths:
--------------
 trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
===================================================================
--- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2012年11月28日 11:04:40 UTC (rev 8569)
+++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2012年11月28日 15:43:19 UTC (rev 8570)
@@ -1,4 +1,4 @@
-Date: 2011年12月16日 12:51:22 +0000
+Date: 2012年11月28日 16:42:00 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
 Content-Type: application/x-phpwiki;
 pagename=Help%2FSyntaxHighlighterPlugin;
@@ -8,7 +8,7 @@
 Content-Transfer-Encoding: binary
 
 The **~SyntaxHighlighter** [[Help:WikiPlugin|plugin]] passes all its arguments through a C++
-highlighter called "highlight" (available at http://www.andre-simon.de/).
+highlighter called "highlight" (available at [[http://www.andre-simon.de]]).
 
 == Arguments ==
 
@@ -42,7 +42,7 @@
 == Example ==
 
 {{{
-<<SyntaxHighlighter syntax=c style=kr color=emacs
+<<SyntaxHighlighter syntax=c style=kr color=bright
 #include <stdio.h>
 
 int main() {
@@ -53,7 +53,7 @@
 
 will give:
 
-<<SyntaxHighlighter syntax=c style=kr color=emacs
+<<SyntaxHighlighter syntax=c style=kr color=bright
 #include <stdio.h>
 
 int main() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10102
 http://sourceforge.net/p/phpwiki/code/10102
Author: vargenau
Date: 2019年04月18日 14:36:33 +0000 (2019年4月18日)
Log Message:
-----------
Add ~
Modified Paths:
--------------
 trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin
===================================================================
--- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2019年04月17日 17:32:19 UTC (rev 10101)
+++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin	2019年04月18日 14:36:33 UTC (rev 10102)
@@ -1,4 +1,4 @@
-Date: 2016年10月13日 15:09:28 +0000
+Date: 2019年4月18日 15:07:59 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0)
 Content-Type: application/x-phpwiki;
 pagename=Help%2FSyntaxHighlighterPlugin;
@@ -12,11 +12,11 @@
 Highlighting is done in Javascript with [[http://highlightjs.org/]].
 
 Recognized languages are the following:
-| Apache | Bash | C# | C++
-| CSS | CoffeeScript | Diff | HTML, XML
-| HTTP | Ini | JSON | Java
-| JavaScript | Makefile | Markdown | Nginx
-| Objective C | PHP | Perl | Python
+| Apache | Bash | C# | C++
+| CSS | ~CoffeeScript | Diff | HTML, XML
+| HTTP | Ini | JSON | Java
+| ~JavaScript | Makefile | Markdown | Nginx
+| Objective C | PHP | Perl | Python
 | Ruby | SQL
 
 == Arguments ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /