Home
last modified time | relevance | path

Searched refs:code (Results 26 – 50 of 54) sorted by path

123

/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less268 code,
H A Dcontent.less110 /*____________ code ____________*/
113 .dokuwiki em.u code {
117 /* filenames for downloadable file and code blocks */
118 .dokuwiki dl.code,
151 [dir=rtl] .dokuwiki dl.code,
162 /* for code in <file> */
H A Dprint.css72 /* code blocks */
76 dl.code dt,
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
13 - Additional code style and docblock fixing to properly follow the [PHP-FIG PSR-1](http://www.php-fig.org/psr/psr-1/)
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG4 Changes to the code are listed under the version they occurred in, with who suggested
6 who suggested an idea often also provided the code that was used as a basis for the
7 changes - thanks to all who suggested these ideas and gave me the code to show me how!
40 - Remove PHP4 compatibility code
71 - Automatically run langcheck when committing code
155 * Changes for improved highlighting of signle line comments and end-of-code indicators
507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
619 - Optimized generation of code parts in strict mode (Milian Wolff)
694 - Fixed tab replacement code no
[all...]
H A DLICENSE24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
135 under Section 2) in object code or executable form under the terms of
139 source code, which must be distributed under the terms of Sections
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
152 received the program in object code or executable form with such
155 The source code for a work means the preferred form of the work for
157 code mean
[all...]
H A DREADME.md10 input the source code you wish to highlight with the language you
H A DTHANKS13 for all your criticisms and for that stylesheet-maker code :).
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php45 // Define the root directory for the GeSHi code tree
75 /** Use a pre to wrap lines when line numbers are enabled or to wrap the whole code. */
82 * <tbody><tr><td><pre>$linenumbers</pre></td><td><pre>$code></pre></td></tr></tbody>
229 * The source code to highlight
312 * The time it took to parse the code
349 * The styles for hyperlinks in the code
363 * Styles for important parts of the code
369 protected $important_styles = 'font-weight: bold; color: red;'; // Styles for important parts of the code
372 * Whether CSS IDs should be added to the code
410 * The overall style for this code bloc
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt9 - Redistributions of source code must retain the above copyright notice,
H A DREADME.md3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https://code.google.com/p/php-ixr/>_
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php122 return $this->handleError(-32300, 'transport error - HTTP status code was not 200');
182 return $this->error->code;
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php12 public $code; variable in IXR\\Message\\Error
15 public function __construct($code, $message) argument
17 $this->code = $code;
30 <value><int>{$this->code}</int></value>
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A DREADME.md
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
79 Public License permits more lax criteria for linking other code with
113 former contains code derived from the library, whereas the latter must
138 "Source code" for a work means the preferred form of the work for
139 making modifications to it. For a library, complete source code means
140 all the source code for all modules it contains, plus any associated
153 complete source code as you receive it, in any medium, provided that
228 This option is useful when you wish to copy part of the code o
[all...]
H A DREADME.md89 fixed left over debug code
115 code beautification :-)
120 fixed some inconsistencies between documentation and code (thanks to Timothy Martin)
141 code cleanup
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md59 - remove broken BC code in Registry by @Art4 in [#764](https://github.com/simplepie/simplepie/pull/764)
73 - Change code style to PSR-12 by @Art4 in [#738](https://github.com/simplepie/simplepie/pull/738)
126 * Provide access to HTTP status code by @Alkarex in [#674](https://github.com/simplepie/simplepie/pull/674)
H A DLICENSE.txt7 * Redistributions of source code must retain the above copyright notice, this list of
H A DREADME.markdown117 1. Pull down the latest SimplePie code
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
112 former contains code derived from the library, whereas the latter must
136 "Source code" for a work means the preferred form of the work for
137 making modifications to it. For a library, complete source code means
138 all the source code for all modules it contains, plus any associated
151 complete source code as you receive it, in any medium, provided that
224 This option is useful when you wish to copy part of the code o
[all...]
H A DReadMe.txt38 necessary for achieving a successfull conversion, since the supplied PHP code is
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php16 * * Redistributions of source code must retain the above copyright notice, this list of
227 $this->error_code = $error->code;
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md41 // implement your code
79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exceptions yourself by
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main code yourself. The
83 exception's code will be used as the exit code then.
94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit code.
131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.

123