Home
last modified time | relevance | path

Searched refs:syntax (Results 151 – 175 of 636) sorted by relevance

12345678910>>...26

/plugin/tagfilter/
H A Ddeleted.files1 syntax.php
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.protobuf.css1 .syntax .protobuf .variable {
H A Djquery.syntax.brush.ocaml.css1 .syntax .ocaml .operator {
/plugin/codehighlight/cp/languages/
H A Dtext.js6 Language.syntax = []
H A Dtext.css2 * CodePress color styles for Text syntax highlighting
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml5 single line, using the inline syntax.
17 syntax. Each key-value pair is
/plugin/credits/
H A DREADME11 The syntax is one of the following:
24 There is a sample user-defined function in the syntax.php file:
/plugin/bpmnio/
H A Ddeleted.files4 syntax.php
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js16syntax=function(options,callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',f… function
19syntax(jQuery.extend({},options,{brush:Syntax.extractBrushName(this.className),layout:options.bloc…
/plugin/confmanager/lang/zh/
H A Dentities.txt10 另请参阅 [[doku>syntax#text_to_html_conversions|文本到html的转换]].
/plugin/syntaxhighlighter/syntax/
H A Dcode.php37 var $syntax = ""; variable in syntax_plugin_syntaxhighlighter_code
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
62 This links to [[syntax#internal|this Section]].
66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
92 You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
98 Please note: The image formatting is the only formatting syntax accepted in link names.
100 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
241 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
269 DokuWiki supports a simple syntax to create tables.
306 Apart from the rowspan syntax thos
[all...]
/plugin/jquery-syntax/syntax/
H A Dcode.php13 var $syntax = ""; variable in syntax_plugin_jquerysyntax_code
/plugin/exttab1/
H A DREADME.md4 1st try to implement extended table syntax in DokuWiki
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt59 …section name behind a hash character as known from HTML. This links to [[syntax#internal|this Sect…
61 This links to [[syntax#internal|this Section]].
65 …* Links to [[wiki:syntax|existing pages]] are shown in a different style from [[wiki:nonexisting]]…
91 You can also use an image to link to another internal or external page by combining the syntax for …
97 Please note: The image formatting is the only formatting syntax accepted in link names.
99 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including imag…
230 …times you want to mark some text to show it's a reply or comment. You can use the following syntax:
258 DokuWiki supports a simple syntax to create tables.
410 Some syntax influences how DokuWiki renders a page without creating any output it self. The followi…
414 …t by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), ad…
[all …]
/plugin/confmanager/lang/ja/
H A Dentities.txt12 [[doku>ja:syntax#テキストから HTML への変換]]も参照してください。
/plugin/columns/
H A Dsyntax.php15 private $syntax; variable in syntax_plugin_columns
43 $this->syntax[DOKU_LEXER_ENTER] = '/' . $enterHandler . '/';
44 $this->syntax[DOKU_LEXER_MATCHED] = '/' . $newColumnHandler . '/';
45 $this->syntax[DOKU_LEXER_EXIT] = '/' . $exit . '/';
76 foreach ($this->syntax as $state => $pattern) {
/plugin/cellbg/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/cellbg2/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/confmanager/lang/ko/
H A Dentities.txt10 추가 정보: [[doku>syntax#text_to_html_conversions]]
/plugin/code/
H A Dcode.php35 var $syntax = ""; variable in syntax_plugin_code_code
H A Dfile.php32 var $syntax = ""; variable in syntax_plugin_code_file
/plugin/code3/syntax/
H A Dfile.php33 var $syntax = ""; variable in syntax_plugin_code_file
H A Dcode.php33 var $syntax = ""; variable in syntax_plugin_code_code
/plugin/do/
H A Daction.php115 $syntax = plugin_load('syntax', 'do_dolist');
116 $html = $syntax->buildTasklistHTML($tasks, true, false);

12345678910>>...26