Home
last modified time | relevance | path

Searched refs:example (Results 101 – 125 of 929) sorted by relevance

12345678910>>...38

/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dheadline.md31 <a name="example"></a>
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md69 In this example you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound`…
87 In this example we resolve a Fully Qualified Structural Element Name (meaning that it includes the …
99 For example, you have this file:
155 To obtain the resolved class name for the `@var` tag in the example above you can do:
172 Another example is on how to resolve the FQSEN of a method as can be seen with the `@see` tag in th…
/plugin/farmer/lang/en/
H A Dtab_new_help.txt12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
14 * sub domain based: ''foo'' for an animal accessible at ''%%http://foo.example.com/%%''
H A Dtab_setup_help.txt34 running at ''%%http://www.example.com/dokuwiki/%%'', an animal will be accessible at
35 ''%%http://www.example.com/dokuwiki/!animal%%''.
/plugin/clearer/
H A DREADME.md5 …e next line from the beginning, (leaving the long height of an image for example) just add three o…
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-basics.md12 http://example.com
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php244 $example = new XmlExample(); variable
247 echo $example->createExport();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md38 * This is an example of a summary.
42 * example), or when the Summary ends with a dot (`.`) and some form of
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc21 An example as follows:
57 An example as follows:
H A Dcrud.asciidoc50 those in the array alongside the `index`, and others. For example, let's set the
75 example, an `index` object), then you create a document body object. This
78 A simple example might look like this:
169 If you want to partially update a document (for example, change an existing
/plugin/odtsupport/
H A Dplugin.info.txt6 desc Provides helpers that can be useful when creating ODT files with the odt plugin. For example
/plugin/pot/
H A DREADME.md48 The easy way for example
92 …<pot set=1 | potid=example | decimals=2 | currency=€ | sepdec=, | sepmil=. | display=none > 1100.0…
96 <pot ~1> {@example} + 1 </pot>
108 <pot> {@example} + 1 </pot> to fetch exactly one other pot result
114 … > {&} </pot> to sum up all pots where this pod id ("example" without added nu…
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md23 Minimal example:
37 $options->setHelp('A very minimal example that does nothing but print a version');
112 See the ``example/table.php`` for sample usage.
164 See `example/logging.php` for an example.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.HostBlacklist.txt
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt5 An example:
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md7 …text-template` to your project's `composer.json` file. Here is a minimal example of a `composer.js…
/plugin/advanced/lang/en/config/
H A Dhtaccess.txt6 http://example.com/doku.php?id=page
/plugin/langdelete/lang/en/
H A Dguide.txt1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
/plugin/fields/
H A DREADME.md3 This can be very useful to set an author name, a reference string, or a version number for example,
/plugin/redirect/lang/eo/
H A Dintro.txt9 aliapagho http://example.com
/plugin/redirect/lang/en/
H A Dintro.txt9 otherpage http://example.com
/plugin/symbols4odt/
H A Dplugin.info.txt6 desc Provides symbols that can be exported into ODT files with the odt plugin. For example, the p…
/plugin/facebooklike/
H A DREADME.textile30 bc. {{like>url=http://example.com/|colorscheme=dark}}
34 | url | Page that should be liked. Must be a valid address. (e.g. http://example.com/) |
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst62 This is dispatched right before a type is left. You can for example use this
82 submitted data if you require external services for example, or also to
/plugin/commonmark/
H A DREADME.md7 While there are many Markdown plugins (for example, [markdownu](https://www.dokuwiki.org/plugin:markdowku), [mdpage](https://www.dokuwiki.org/plugin:mdpage)) available, this plugin processes Markdown text in different approach:
18 - If you have enabled htmlok plugin, adding `html` as [info string](https://spec.commonmark.org/0.28/#info-string) in [Fenced code blocks](https://spec.commonmark.org/0.30/#fenced-code-blocks) will parse HTML code inside the block to DW's [\<HTML\>](https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php) block; In case of `nowiki`, `<nowiki>` syntax will be parsed; if `dokuwiki`, raw DW code will be passed. For example:

12345678910>>...38