Home
last modified time | relevance | path

Searched refs:use (Results 26 – 50 of 63) sorted by relevance

123

/dokuwiki/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 "Edit this 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.
12 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
14 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
30 You should use forced newlines only if really needed.
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
50 a [[pagename]] or use an additional [[pagename|link text]].
54 You can use [[some:namespaces]] by using a colon in the pagename.
56 You can use [[som
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md11 wish to use, and the output will be a file syntax highlighted to
16 For more information on how to use GeSHi, please consult the
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
24 This package is published to [Packagist](https://packagist.org/), but if you don't want to use it simply add
H A DLICENSE.txt6 Redistribution and use in source and binary forms, with or without
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/inc/
H A Ddeprecated.php9 use dokuwiki\Debug\DebugHelper;
10 use dokuwiki\Subscriptions\BulkSubscriptionSender;
11 use dokuwiki\Subscriptions\MediaSubscriptionSender;
12 use dokuwiki\Subscriptions\PageSubscriptionSender;
13 use dokuwiki\Subscriptions\RegistrationSubscriptionSender;
14 use dokuwiki\Subscriptions\SubscriberManager;
141 protected $use = 0;
144 * @param int $use JSON_*_TYPE flag
147 public function __construct($use = JSON_STRICT_TYPE)
149 $this->use
139 protected $use = 0; global() variable in JSON
145 __construct($use = JSON_STRICT_TYPE) global() argument
[all...]
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt9 The raw data that will be sent is shown below. Please use the **Send Data** button to transfer the information.
/dokuwiki/inc/lang/da/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/inc/lang/az/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE22 Free Software Foundation and other authors who decide to use it. You
23 can use it too, but we suggest you first think carefully about whether
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
31 it if you want it; that you can change the software and use pieces of
65 consistent with the full freedom of use specified in this license.
70 is quite different from the ordinary General Public License. We use
86 are the reason we use the ordinary General Public License for many
91 encourage the widest possible use of a certain library, so that it becomes
93 allowed to use th
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE22 Free Software Foundation and other authors who decide to use it. You
23 can use it too, but we suggest you first think carefully about whether
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
31 it if you want it; that you can change the software and use pieces of
64 consistent with the full freedom of use specified in this license.
69 is quite different from the ordinary General Public License. We use
85 are the reason we use the ordinary General Public License for many
90 encourage the widest possible use of a certain library, so that it becomes
92 allowed to use th
[all...]
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md29 use splitbrain\phpcli\CLI;
30 use splitbrain\phpcli\Options;
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main code yourself. The
97 is probably what you want to use.
99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
H A DLICENSE8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE6 without limitation the rights to use, copy, modify, merge, publish,
/dokuwiki/vendor/composer/
H A DLICENSE7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to my modified class without your direct action):
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md18 You'll have to convert your code to use ';' first.
H A DLICENSE6 Redistribution and use in source and binary forms, with or without
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
/dokuwiki/vendor/simplepie/simplepie/
H A DLICENSE.txt4 Redistribution and use in source and binary forms, with or without modification, are

123