Home
last modified time | relevance | path

Searched refs:code (Results 651 – 675 of 2534) sorted by relevance

1...<<21222324252627282930>>...102

/plugin/translation/
H A Dgetflags.sh4 while read code src; do
6 wget "$src" -O "flags/$code.svg"
/plugin/publistx/
H A Dsyntax.php127 $code = $parser->convert($bibtex, $template);
130 $code = p_render($mode, p_get_instructions($code), $info);
133 $renderer->doc .= $code;
/plugin/webcomponent/_test/data/pages/
H A Dcard.txt23 <code dw>
30 </code>
36 <code dw>
43 </code>
/plugin/confmanager/lang/nl/
H A Dinterwiki.txt6 <code>
11 </code>
19 <code>
21 </code>
/plugin/redirect/lang/ja/
H A Dintro.txt11 <code>
15 </code>
/plugin/redirect/lang/fa/
H A Dintro.txt8 <code>
12 </code>
/plugin/swiftmail/Swift/
H A DException.php27 public function __construct($message, $code = 0) argument
29 parent::__construct($message, $code);
/plugin/confmanager/lang/zh/
H A Dentities.txt4 <code>
8 </code>
/plugin/redirect/lang/ru/
H A Dintro.txt7 <code>
11 </code>
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DResponseInterface.php45 * @param int $code The 3-digit integer result code to set.
52 public function withStatus($code, $reasonPhrase = ''); argument
/plugin/jquery-syntax/syntax/
H A Dcode.php34 // must return a number lower than returned by native 'code' mode (200)
41 $this->Lexer->addEntryPattern('<code(?=[^\r\n]*?>.*?</code>)', $mode, 'plugin_jquerysyntax_code');
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md8 If you want to contribute code, there a few rules to follow:
10 - I am following a code style that is basically [PSR-2](http://www.php-fig.org/psr/2/) but with TAB…
11 … to nit-pick on all the details about the code style but indentation is a must. The important part…
14 - All code must be covered by tests so if you fix a bug or add a feature, please include a test cas…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md6 These guidelines exist not to annoy you, but to keep the code base clean, unified and future proof.
15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
30 If you break the tests, we cannot merge your code,
31 so please make sure that your code is working before opening up a Pull-Request.
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyCssFilter.php107 $code = $proc->run();
110 if (127 === $code) {
114 if (0 !== $code) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon2 - temp/ecs/config/clean-code.neon
22 # WIP code
25 # WIP code
/plugin/snow/
H A DCONTRIBUTING.md5 Please note that, since this plugin's source code includes a copy of the Snowstorm script by Scott …
6 which has been provided under the BSD license, the code for this plugin is provided under a BSD lic…
10 of the plugin's code.
/plugin/twofactor/action/
H A Dresendpwd.php62 $code = $INPUT->post->str('2fa_code');
64 if ($code && $manager->verifyCode($code, $providerID)) {
100 // overwrite form defaults, to redo the resendpwd action but with the code supplied
/plugin/combo/ComboStrap/
H A DLogException.php22 public function __construct($message = "", $code = 0, Throwable $previous = null) argument
24 parent::__construct($message, $code, $previous);
/plugin/confmanager/lang/ja/
H A Dentities.txt6 <code>
10 </code>
/plugin/confmanager/lang/ko/
H A Dentities.txt4 <code>
8 </code>
/plugin/code/
H A Dcode.php55 // must return a number lower than returned by native 'code' mode (200)
62 $this->Lexer->addEntryPattern('<code(?=[^\r\n]*?>.*?</code>)',$mode,'plugin_code_code');
/plugin/code3/syntax/
H A Dcode.php53 // must return a number lower than returned by native 'code' mode (200)
60 $this->Lexer->addEntryPattern('<code(?=[^\r\n]*?>.*?</co'.'de>)',$mode,'plugin_code_code');
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DLexerInterface.php28 * @param string|Source $code The source code
35 public function tokenize($code, $name = null); argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst44 .. code-block:: jinja
55 .. code-block:: jinja
64 .. code-block:: jinja
75 .. code-block:: jinja
82 .. code-block:: jinja
91 .. code-block:: jinja
123 .. code-block:: jinja
137 .. code-block:: jinja
155 .. code-block:: jinja
172 .. code-block:: jinja
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.inline.js5 …uts.inline=function(options,code,container){var inline=jQuery('<code class="syntax highlighted"></… argument

1...<<21222324252627282930>>...102