| /plugin/asciidocjs/node_modules/minimatch/ |
| D | README.md | 40 **Please only use forward-slashes in glob expressions.** 44 forward-slashes **only** in glob expressions. Back-slashes in patterns 170 If set, then patterns without slashes will be matched 171 against the basename of the path if it contains slashes. For example, 256 matcher, which does not do anything special for slashes. This library is
|
| /plugin/aclregex/ |
| D | README.md | 10 Perl-Compatible Regular Expressions when surrounded with slashes:
|
| /plugin/plantuml/ |
| D | plugin.history.txt | 3 …* Fixed bug: PlantUML server rendering was not working due to encoding (slashes were converted to …
|
| /plugin/mediasyntax/test/ |
| D | mediasyntax-test.txt | 36 ''this line is italic'' // two slashes surround this //
|
| /plugin/asciidocjs/node_modules/glob/ |
| D | README.md | 79 slashes in it, then it will seek for any file anywhere in the tree 214 forward-slashes as a path separator, because it is not tested 219 always coerced to use forward-slashes as a path separator, 340 **Please only use forward-slashes in glob expressions.** 344 forward-slashes **only** in glob expressions. Back-slashes will always
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
| D | cf_io.cfm | 121 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms ---> 193 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | README.md | 156 If set, then patterns without slashes will be matched 157 against the basename of the path if it contains slashes. For example,
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 788 …aths which include two or more adjacent slashes are converted to one. Webservers usually ignore du… 790 may change the semantics. Encoded slashes (%2F) are not removed.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 842 …aths which include two or more adjacent slashes are converted to one. Webservers usually ignore du… 844 may change the semantics. Encoded slashes (%2F) are not removed.
|
| /plugin/mikioplugin/ |
| H A D | README.md | 88 …- Fixed pagination when using nice urls, rewrites and slashes [#26](https://github.com/nomadjimb…
|
| /plugin/combo/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 59 - Don't escape slashes in CURL exception message to improve readability.
|
| /plugin/diagramsnet/lib/ |
| D | electron.js | 104 slashes: true property
|
| /plugin/mediathumbnails/ |
| H A D | dokuwiki_plugin_page.wiki | 138 …(format: ZIP) to look at for thumbnail images (comma-separated list, use slashes as directory deli…
|
| /plugin/fckg/ |
| D | Changes | 258 Interwiki links: preserve lost forward slashes and query strings
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 …slashes","tokens","escapeNextChar","translateRegex","specials","unescape","out","specialComesNext"…
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | ChangeLog.md | 374 * Added: OPTION_FORGIVING now also allows slashes in property names.
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | ChangeLog.md | 374 * Added: OPTION_FORGIVING now also allows slashes in property names.
|
| /plugin/davcal/vendor/sabre/vobject/ |
| H A D | ChangeLog.md | 334 * Added: OPTION_FORGIVING now also allows slashes in property names.
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 7880 … _replacement = replacement.replace(/([\\]+)([0-9+&`'])/g, function (original, slashes, command) { argument 7881 if (slashes.length % 2 === 0) { 7888 return slashes.slice(1) + match[i]; 7892 case "&": return slashes.slice(1) + match[0]; 7893 case "`": return slashes.slice(1) + self.slice(0, match.index); 7894 case "'": return slashes.slice(1) + self.slice(match.index + match[0].length); 7895 default: return slashes.slice(1) + (match[command] || ''); 8646 … replacement = replacement.replace(/([\\]+)([0-9+&`'])/g, function (original, slashes, command) { argument 8647 if (slashes.length % 2 === 0) { 8654 return slashes.slice(1) + match[i]; [all …]
|
| D | index.mjs | 7587 … _replacement = replacement.replace(/([\\]+)([0-9+&`'])/g, function (original, slashes, command) { argument 7588 if (slashes.length % 2 === 0) { 7595 return slashes.slice(1) + match[i]; 7599 case "&": return slashes.slice(1) + match[0]; 7600 case "`": return slashes.slice(1) + self.slice(0, match.index); 7601 case "'": return slashes.slice(1) + self.slice(match.index + match[0].length); 7602 default: return slashes.slice(1) + (match[command] || ''); 8312 … replacement = replacement.replace(/([\\]+)([0-9+&`'])/g, function (original, slashes, command) { argument 8313 if (slashes.length % 2 === 0) { 8320 return slashes.slice(1) + match[i]; [all …]
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 600 * Added: OPTION_FORGIVING now also allows slashes in property names.
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 539 * Added: OPTION_FORGIVING now also allows slashes in property names.
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.readme.txt | 97 Note: you may want to use "/" slashes instead of "\" if
|
| /plugin/asciidocjs/node_modules/pug/ |
| D | History.md | 352 * fix double-escaping of interpolated js slashes. Closes #784
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 7880 … _replacement = replacement.replace(/([\\]+)([0-9+&`'])/g, function (original, slashes, command) { argument 7881 if (slashes.length % 2 === 0) { 7888 return slashes.slice(1) + match[i]; 7892 case "&": return slashes.slice(1) + match[0]; 7893 case "`": return slashes.slice(1) + self.slice(0, match.index); 7894 case "'": return slashes.slice(1) + self.slice(match.index + match[0].length); 7895 default: return slashes.slice(1) + (match[command] || ''); 8646 … replacement = replacement.replace(/([\\]+)([0-9+&`'])/g, function (original, slashes, command) { argument 8647 if (slashes.length % 2 === 0) { 8654 return slashes.slice(1) + match[i]; [all …]
|