Lines Matching +full:list +full:- +full:users -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)

38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
41 automagically: http://www.google.com or simply www.google.com - You can set
86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
99 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
101 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
115 You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
127 ----
133 Real size: {{wiki:dokuwiki-128.png}}
135 Resize to given width: {{wiki:dokuwiki-128.png?50}}
137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
141 Real size: {{wiki:dokuwiki-128.png}}
142 Resize to given width: {{wiki:dokuwiki-128.png?50}}
143 Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
149 {{ wiki:dokuwiki-128.png}}
151 {{wiki:dokuwiki-128.png }}
153 {{ wiki:dokuwiki-128.png }}
155 {{ wiki:dokuwiki-128.png}}
156 {{wiki:dokuwiki-128.png }}
157 {{ wiki:dokuwiki-128.png }}
161 {{ wiki:dokuwiki-128.png |This is the caption}}
163 {{ wiki:dokuwiki-128.png |This is the caption}}
180 {{wiki:dokuwiki-128.png?linkonly}}
182 {{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
200 * This is a list
205 - The same list but ordered
206 - Another item
207 - Just use indention for deeper levels
208 - That's it
211 * This is a list
216 - The same list but ordered
217 - Another item
218 - Just use indention for deeper levels
219 - That's it
222 Also take a look at the [[doku>faq:lists|FAQ on list items]].
226 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
234 * 8-) %% 8-) %%
235 * 8-O %% 8-O %%
236 * :-( %% :-( %%
237 * :-) %% :-) %%
239 * :-/ %% :-/ %%
240 * :-\ %% :-\ %%
241 * :-? %% :-? %%
242 * :-D %% :-D %%
243 * :-P %% :-P %%
244 * :-O %% :-O %%
245 * :-X %% :-X %%
246 * :-| %% :-| %%
247 * ;-) %% ;-) %%
260 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
264 -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
371 The same is true for %%//__this__ text// with a smiley ;-)%%.
376 The same is true for %%//__this__ text// with a smiley ;-)%%.
385 This is preformatted code all spaces are preserved: like <-this
397 This is preformatted code all spaces are preserved: like <-this
406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
420 The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
438 If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
452 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.