Home
last modified time | relevance | path

Searched refs:code (Results 1626 – 1650 of 2534) sorted by relevance

1...<<61626364656667686970>>...102

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djson_encode.rst6 .. code-block:: jinja
/plugin/twitter/
H A DCONTRIBUTING.md7 as the rest of the plugin's code. This plugin carries the GNU General Public License, version 2 (GP…
/plugin/jquery-syntax/jquery-syntax/modern/
H A Djquery.syntax.layout.inline.css1 .syntax-container.syntax-theme-modern code.syntax {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DMarkdown.php147 $codeBlocks = $node->getElementsByTagName('code');
/plugin/ckgedit/ckeditor/plugins/note/
H A DREADME.md2 Plugin to insert the note plugin source code in dokuwiki using the ckgedit editor (https://github.c…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1178 $code = ($string = unpack('C*', substr($string, 0, 4))) ? $string[1] : 0;
1179 if (0xF0 <= $code) {
1180 …return (($code - 0xF0) << 18) + (($string[2] - 0x80) << 12) + (($string[3] - 0x80) << 6) + $string…
1182 if (0xE0 <= $code) {
1183 return (($code - 0xE0) << 12) + (($string[2] - 0x80) << 6) + $string[3] - 0x80;
1185 if (0xC0 <= $code) {
1186 return (($code - 0xC0) << 6) + $string[2] - 0x80;
1189 return $code;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php353 $code = 'ParamNameNoMatch';
362 $code = 'ParamNameNoCaseMatch';
367 $phpcsFile->addError($error, $param['tag'], $code, $data);
/plugin/pureldap/
H A Dcomposer.lock27 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1",
90 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1|dev-master",
205 "friends-of-phpspec/phpspec-code-coverage": "^4.3|^6.1",
/plugin/googleads/lang/en/
H A Douttro.txt3 You can insert the above code and make your template "Google AdSense Ready", even if your users do …
/plugin/publistx/bib2tpl/
H A DREADME11 Copyright (C) 2012 Raphael Reitzig <code@verrech.net> (version 2.0)
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dparent.rst7 .. code-block:: jinja
/plugin/publist/bib2tpl/
H A DREADME11 Copyright (C) 2012 Raphael Reitzig <code@verrech.net> (version 2.0)
/plugin/swarmwebhook/
H A D.travis.yml23 …- php ocular.phar code-coverage:upload --format=php-clover coverage.clover --repository=g/$TRAVIS_…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A D.travis.yml29 …5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --f…
/plugin/qrcode2/
H A Dphpqrcode.php188 $qrTab = QRcode::text($code, false, $eccLevel);
860 public static function unserial($code) argument
862 return explode("\n", gzuncompress($code));
2601 public static function unserial($code) argument
2605 $codeLines = explode("\n", gzuncompress($code));
2995 $code = $raw->getCode();
2999 $filler->setFrameAt($addr, 0x02 | (($bit & $code) != 0));
3256 $code = new QRcode();
3264 return $code->data;
3270 $code = new QRcode();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md4 Upgrading from 1.x to 2.x should be almost transparent for most of the userland code,
48 marked as `@internal` shall not be used in user-land code. BC is not guaranteed on this elements.
/plugin/geonav/js/
H A DgetLocation.js28 if(addresses.Status.code != 200) {
50 if (response.Status.code == 200) {
/plugin/masciimath/
H A DREADME.txt4 Syntax plugin for Dokuwiki that parses ASCIIMathML code into MathML output.
10 * Create a wikipage with the following ASCIIMathML code in it: `x_(1,2)=(-b+-sqrt(b^2-4a c))/(2a)`
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt35 <code>
39 </code>
/plugin/pubmed2020/site/
H A Ddescription.txt23 This plugin is based on the Ikuo Obataya <I.Obataya@gmail.com> code base (from 2013). It integrates…
36 ======Examples (code followed by a screenshot of the result)======
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1492 eachParent(code: GanttCallback, startTask: string|number, master?: any): void;
1498 eachSelectedTask(code: GanttCallback): void;
1506 eachTask(code: GanttCallback, parent?: string|number, master?: any): void;
1842 getTaskByWBSCode(code: string): any;
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt55 <code>
57 </code>
63 <code>
65 </code>
/plugin/displaywikipage/
H A DCHANGELOG.md18 - [DWP-3] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code clean…
/plugin/referrers/
H A DCHANGELOG.md18 - [RE-1] - Added LICENSE, README.md, CHANGELOG.md, admin page, admin svg icon, and some code cleanup
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst17 .. code-block:: jinja

1...<<61626364656667686970>>...102