Home
last modified time | relevance | path

Searched refs:PR (Results 26 – 50 of 78) sorted by relevance

1234

/plugin/codeprettify/code-prettify/src/
H A Dlang-erlang.js28 PR['registerLangHandler'](
29 PR['createSimpleLexer'](
34 [PR['PR_PLAIN'], /^[\t\n\x0B\x0C\r ]+/, null, '\t\n\x0B\x0C\r '],
36 [PR['PR_STRING'], /^\"(?:[^\"\\\n\x0C\r]|\\[\s\S])*(?:\"|$)/,
H A Dlang-llvm.js36 PR['registerLangHandler'](
37 PR['createSimpleLexer'](
40 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
42 [PR['PR_STRING'], /^!?\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/, null, '"'],
H A Dlang-ml.js28 PR['registerLangHandler'](
29 PR['createSimpleLexer'](
32 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
35 [PR['PR_COMMENT'],
H A Dlang-matlab.js35 (function (PR) {
84 [PR.PR_PLAIN, /^[ \t\r\n\v\f\xA0]+/, null, " \t\r\n\u000b\u000c\u00a0"],
90 [PR.PR_COMMENT, /^%\{[^%]*%+(?:[^\}%][^%]*%+)*\}/, null],
93 [PR.PR_COMMENT, /^%[^\r\n]*/, null, "%"],
125 [PR.PR_STRING, /^'(?:[^']|'')*'/, null], // "'"
H A Dlang-mumps.js117 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
119 [PR['PR_STRING'], /^(?:"(?:[^"]|\\.)*")/, null, '"']
139 PR.registerLangHandler(PR.createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns), ['mum…
H A Dlang-n.js33 PR['registerLangHandler'](PR['createSimpleLexer'](
36 … [PR['PR_STRING'], /^(?:\'(?:[^\\\'\r\n]|\\.)*\'|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/, null, '"'],
H A Dlang-none.js32 PR['registerLangHandler'](
33 PR['createSimpleLexer']([],
35 [PR['PR_PLAIN'], /^[\S\s]+/]
H A Dlang-basic.js31 PR.registerLangHandler(
32 PR.createSimpleLexer(
35 [PR.PR_STRING, /^(?:"(?:[^\\"\r\n]|\\.)*(?:"|$))/, null, '"'],
H A Dlang-proto.js29 PR['registerLangHandler'](PR['sourceDecorator']({
H A Dlang-xq.js38 PR['registerLangHandler'](
39 PR['createSimpleLexer'](
47 [PR['PR_PLAIN'], /^[\s=][<>][\s=]/],
49 [PR['PR_LITERAL'], /^\@[\w-]+/],
51 [PR['PR_TAG'], /^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],
53 [PR['PR_COMMENT'], /^\(:[\s\S]*?:\)/],
55 [PR['PR_PLAIN'], /^[\/\{\};,\[\]\(\)]$/],
58 …[PR['PR_STRING'], /^(?:\"(?:[^\"\\\{]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\\{]|\\[\s\S])*(?:\'|$))/, null…
62 …[PR['PR_TYPE'], /^(?:xs:yearMonthDuration|xs:unsignedLong|xs:time|xs:string|xs:short|xs:QName|xs:N…
66 [PR['PR_PLAIN'], /^[A-Za-z0-9_\-\:]+/],
[all …]
H A Dnode_prettify.js87 var PR; variable
H A Dprettify.js135 var PR; variable
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DCHANGELOG.md62 Benjamin Pick. GitHub PR #2.
64 available for PHP 5.5 or later. Fix by Benjamin Pick. GitHub PR #1.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md30 PR by Remi Collet. GitHub #75.
32 displays the extension version and the libmaxminddb version. PR by
35 available to get libmaxmindb build info. PR by Remi Collet.
/plugin/divalign2/
H A DChangeLog12 * Updated with PR #2 by LarsGit223 (ODT support).
13 * Updated with PR #3 by wigyori (PHP 7.x conformance).
/plugin/codeprettify/code-prettify/
H A DREADME.md100 You don't need to specify the language since `PR.prettyPrint()` will guess.
182 addEventListener('load', PR.prettyPrint, false);
188 addEventListener('load', function(event) { PR.prettyPrint(); }, false);
191 so that the browser does not pass an event object to `PR.prettyPrint`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc39 possible. See PR https://github.com/elastic/elasticsearch-php/pull/897[#897].
/plugin/drawio/
H A DREADME.md33 ## Before you open a PR or an Issue
35 I am very grateful for all contribution, but before you open a PR or an Issue please make sure your…
/plugin/orgchart/
H A DREADME15 |Alice Baker |Bob Smith |PR |{{:staff:alice.png?60}} |
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md100 [Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
446 If you want to send a PR for version `Y` please use the `Y.x` branch. For instance if you want to send a PR for **elasticsearch-php 7** use the `7.x` branch.
448 Never send PR to `master` unless you want to contribute to the development version of the client (`master` represents the next major version).
450 Each PR should include a **unit test** using [PHPUnit](https://phpunit.de/). If you are not familiar with PHPUnit you can have a look at this [reference](https://phpunit.readthedocs.io/en/7.0/).
/plugin/ifauthex/
H A DREADME.md8 **GitHub mirror (issues and PR): [https://github.com/mittelab/ifauthex-dokuwiki-plugin](https://git…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md36 To test doc rendering before submitting your PR, you will need [Sphinx](http://www.sphinx-doc.org/e…
/plugin/letsencrypt/
H A Dcountry-codes.csv177 Puerto Rico,PR
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md125 output promise resolves. This was introduced in 42d86b7 (PR #36, released
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A Dissue64.vcf107 PR/pQAXl2S371XAHI+Wkaf7VD8hGR2arKySylRccQ98DmiS0jifdsdgeODQBQd9x3IBx1xTYlBm3

1234