Home
last modified time | relevance | path

Searched refs:code (Results 26 – 50 of 54) sorted by last modified time

123

/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/
H A DCOPYING24 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...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/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/splitbrain/php-jsstrip/
H A DLICENSE9 1. Redistributions of source code must retain the above copyright notice, this
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt86 * 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>
93 </code>
210 <code>
220 </code>
263 <code>
266 </code>
276 <code>
288 </code>
380 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>
[all...]
/dokuwiki/inc/
H A Dconfutils.php163 $src[] = sprintf('https://code.jquery.com/jquery-%s.min.js', $versions['JQ_VERSION']);
164 $src[] = sprintf('https://code.jquery.com/ui/%s/jquery-ui.min.js', $versions['JQUI_VERSION']);
446 * @param string $code encoding method, values: plain, base64, uuencode.
449 function conf_encodeString($str, $code)
451 switch ($code) {
428 conf_encodeString($str, $code) global() argument
H A Ddeprecated.php23 public function __construct($message = "", $code = 0, Throwable $previous = null)
26 parent::__construct($message, $code, $previous);
38 public function __construct($message = "", $code = 0, Throwable $previous = null)
41 parent::__construct($message, $code, $previous);
288 public function __construct($message = '', $code = 0, $previous = null)
291 parent::__construct($message, $code, $previous);
673 public function __construct($code, $message)
676 parent::__construct($code, $message);
21 __construct($message = '', $code = 0, Throwable $previous = null) global() argument
36 __construct($message = '', $code = 0, Throwable $previous = null) global() argument
286 __construct($message = '', $code = 0, $previous = null) global() argument
671 __construct($code, $message) global() argument
/dokuwiki/lib/scripts/jquery/
H A Dversions1 # this is loaded from the update.sh script and our PHP code
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md
/dokuwiki/lib/tpl/dokuwiki/css/
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> */
/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/lib/scripts/
H A Dfileuploader.js434 _error: function(code, fileName){
435 var message = this._options.messages[code];
1077 // We can't use following code as the name attribute
1097 // We can't use the following code in IE6
/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,
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php8 * The code is used as exit code for the CLI tool. This should probably be extended. Many cases just fall back to the
9 * E_ANY code.
16 const E_ANY = -1; // no error code specified
25 * @param int $code The Exception code
28 public function __construct($message = "", $code = 0, \Exception $previous = null) argument
30 if (!$code) {
31 $code = self::E_ANY;
33 parent::__construct($message, $code,
[all...]
/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 DREADME.md10 input the source code you wish to highlight with the language you
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php10 protected $code = 'plain'; // mechanism to be used to obscure passwords variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingPassword
24 $this->local = conf_encodeString($input, $this->code);
/dokuwiki/inc/lang/la/
H A Dlang.php237 $lang['i_funcna'] = 'PHP functio <code>%s</code> inepta est.';
238 $lang['i_phpver'] = 'Forma tua PHP <code>%s</code> minor quam illa necessaria <code>%s</code>.';
239 $lang['i_permfail'] = '<code>%s</code> non a uice scribitur. Facultates inspicere.';
240 $lang['i_confexists'] = '<code>%s</code> ia
[all...]

123