Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 54) sorted by relevance

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/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...]
H A DBase.php259 $code = 0;
264 $code = $error->getCode();
268 if (!$code) {
269 $code = Exception::E_ANY;
273 exit($code);
/dokuwiki/inc/
H A Dhttputils.php290 * @param int $code
293 function http_status($code = 200, $text = '')
336 if ($text == '' && isset($stati[$code])) {
337 $text = $stati[$code];
343 header("Status: {$code} {$text}", true);
345 header($server_protocol . " {$code} {$text}", true, $code);
347 header("HTTP/1.1 {$code} {$text}", true, $code);
285 http_status($code = 200, $text = '') 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
H A Dparserutils.php594 'unformatted', 'code', 'file', 'quote', 'internallink', 'rss', 'media', 'externallink',
778 * @param string $code source code to be highlighted
781 * @return string xhtml code
786 function p_xhtml_cached_geshi($code, $language, $wrapper = 'pre', array $options = null)
792 $code = preg_replace('/^\s*?\n|\s*?\n$/', '', $code);
795 $cache = getCacheName($language . $code . $optionsmd5, ".code"); argument
804 $geshi = new GeSHi($code,
[all...]
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
/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...]
/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/lib/scripts/jquery/
H A Dversions1 # this is loaded from the update.sh script and our PHP code
H A Dupdate.sh9 # @link http://code.jquery.com/
13 JQUI_HOST="https://code.jquery.com/ui/$JQUI_VERSION"
17 wget -nv https://code.jquery.com/jquery-${JQ_VERSION}.min.js -O jquery.min.js
/dokuwiki/inc/parser/
H A Dcode.php7 * A simple renderer that allows downloading of code and file snippets
16 * Send the wanted code block to the browser
24 public function code($text, $language = null, $filename = '')
50 * Wraps around code()
58 $this->code($text, $language, $filename);
74 * @returns string 'code'
78 return 'code';
19 public function code($text, $language = null, $filename = '') { global() function in Doku_Renderer_code
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_search.txt1 This tab gives you access to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|templates]] for DokuWiki. Please be aware that installing 3rd party code may pose a **security risk**, you may want to read about [[doku>security#plugin_security|plugin security]] first.
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md3 This is a PHP port of Nick Galbreath's python tool [jsstrip.py](https://code.google.com/p/jsstrip/).
18 You'll have to convert your code to use ';' first.
43 You can skip Minification for parts of your code by surrounding it by special comments:
/dokuwiki/lib/plugins/extension/lang/fr/
H A Dintro_search.txt1 Cet onglet vous donne accès à toutes les [[doku>fr:plugins|extensions]] et les [[doku>fr:template|thèmes]] de tierces parties. Restez conscients qu'installer du code de tierce partie peut poser un problème de **sécurité**. Vous voudrez peut-être au préalable lire l'article sur la [[doku>fr:security##securite_des_plugins|sécurité des greffons]].
/dokuwiki/lib/plugins/config/lang/bg/
H A Dlang.php49 $lang['basedir'] = 'Главна директория (напр. <code>/dokuwiki/</code>). Оставете празно, за да бъде засечена автоматично.';
50 $lang['baseurl'] = 'URL адрес (напр. <code>http://www.yourserver.com</code>). Оставете празно, за да бъде засечен автоматично.';
134 $lang['cssdatauri'] = 'Максимален размер, в байтове, до който изображенията посочени в .CSS файл ще бъдат вграждани в стила (stylesheet), за да се намали броя на HTTP заявките. Техниката не работи за версиите на IE преди 8! Препоръчителни стойности: <code>400</code> до <code>600</code> байта. Въведете <code>0</code> з
[all...]
/dokuwiki/lib/plugins/config/lang/pt/
H A Dlang.php60 $lang['basedir'] = 'Caminho do servidor (ex. <code>/dokuwiki/</code>). Deixe em branco para auto detecção.';
61 $lang['baseurl'] = 'URL do servidor (ex. <code>http://www.yourserver.com</code>). Deixe em branco para auto detecção.';
156 $lang['cssdatauri'] = 'Tamanho em bytes até ao qual as imagens referenciadas em arquivos CSS devem ser embutidas diretamente no CSS para reduzir a carga de pedidos HTTP extra. <code>400</code> a <code>600</code> bytes é um bom valor. Escolher <code>0</code> par
[all...]
/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/lib/plugins/config/lang/pt-br/
H A Dlang.php161 $lang['cssdatauri'] = 'Tamanho máximo em bytes para o qual as imagens referenciadas em arquivos CSS devam ser incorporadas na folha de estilos (o arquivo CSS) para reduzir o custo dos pedidos HTTP. Essa técnica não funcionará na versões do IE < 8! Valores de <code>400</code> a <code>600</code> são bons. Defina o valor <code>0</code> para desativar.';
181 $lang['jquerycdn_o_jquery'] = 'CDN em code.jquery.com';
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/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`.
/dokuwiki/vendor/openpsa/universalfeedcreator/
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
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...]
/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> */

123