Home
last modified time | relevance | path

Searched refs:code (Results 1801 – 1825 of 2534) sorted by relevance

1...<<71727374757677787980>>...102

/plugin/smtp/subtree/php-fig/log/
H A DREADME.md43 implement `Psr\Log\LoggerInterface` in your code. Please read the
/plugin/combo/syntax/
H A Dcodemarkdown.php4 // https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code
19 * Support <a href="https://github.github.com/gfm/#fenced-code-blocks">Github code block</a>
21 * The original code markdown code block is the {@link syntax_plugin_combo_preformatted}
48 * You can't write in a code block
106 // https://github.github.com/gfm/#fenced-code-blocks
205 } else if ($format == 'code') {
208 * The renderer to download the code
218 $renderer->code(
[all...]
/plugin/copycode/
H A DREADME3 Copy code block to clipboard
/plugin/caption/
H A DREADME.md3 adding figure, table, and code captions
/plugin/authldaplocal/
H A DREADME.md9 Ths mix shows if you have a look at the code. The backend is inherited from the LDAP backend. It ov…
47 Reuse of code from other authentication backends has to be improved.
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js26 …r=function(options,code){var container=jQuery('<div class="editor syntax highlighted" contentEdita… argument
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc39 public $dma_code; # metro and dma code are the same. use metro_code
105 // Get postal code
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php485 $code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
486 $error_string = ($code != 200) ? curl_error($ch) : '';
489 return array('code' => $code, 'response' => $data, 'error_string' => $error_string);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js1797 this.code = code;
5838 …res.push(code < 0x10000 ? fromCharCode(code) : fromCharCode(((code -= 0x10000) >> 10) + 0xd800, co…
33984 return Number.isInteger(code) && code <= 0xffff ? code : undefined;
45051 if (code >= 0xFFF0 && code <= 0xFFFF) {
45053 } else if (code >= 0xF600 && code <= 0xF8FF) {
45054 return getSpecialPUASymbols()[code] || code;
47209 flags = code[i] << 8 | code[i + 1];
47794 … stack.push((code[i] << 24 | code[i + 1] << 16 | code[i + 2] << 8 | code[i + 3]) / 65536);
47847 if (!code || code.length === 0 || code[0] === 14) {
48333 return code >= 48 && code <= 57 || code >= 65 && code <= 70 || code >= 97 && code <= 102;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js68 err.error.data.code === 4004)
1264 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')});
1280 error({code: req.getStatus(), message: 'Token Error ' + req.getStatus()});
1391 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')});
1415 error({code: req.getStatus(), message: req.getStatus()});
1502 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')});
/plugin/dokugitviewer/
H A DREADME5 I made this for my own usei only, so the code is very very ugly.
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dscalar_type_declarations.phpt28 print $mock['code'];
H A Dclass_partial.phpt28 print $mock['code'];
H A Dnamespaced_class_partial.phpt30 print $mock['code'];
H A Dnamespaced_interface.phpt24 print $mock['code'];
H A Dnullable_types.phpt28 print $mock['code'];
H A Dreturn_type_declarations_nullable.phpt26 print $mock['code'];
H A Dreturn_type_declarations_object_method.phpt29 print $mock['code'];
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst15 .. code-block:: jinja
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte2 import { codeStore, updateConfig } from '../code-store.js';
/plugin/webdav/vendor/psr/log/
H A DREADME.md56 implement `Psr\Log\LoggerInterface` in your code. Please read the
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dspaceless.rst11 .. code-block:: jinja
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css6 code { selector
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DREADME.md4 …are encrypted. It is included here for posterity. I do not own the source code, and the utility it…

1...<<71727374757677787980>>...102