Home
last modified time | relevance | path

Searched refs:slashes (Results 1 – 25 of 45) sorted by relevance

12

/plugin/asciidocjs/node_modules/minimatch/
DREADME.md40 **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/
DREADME.md10 Perl-Compatible Regular Expressions when surrounded with slashes:
/plugin/plantuml/
Dplugin.history.txt3 …* Fixed bug: PlantUML server rendering was not working due to encoding (slashes were converted to …
/plugin/mediasyntax/test/
Dmediasyntax-test.txt36 ''this line is italic'' // two slashes surround this //
/plugin/asciidocjs/node_modules/glob/
DREADME.md79 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/
Dcf_io.cfm121 <!--- 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/
DREADME.md156 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/
DREADME.md788 …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/
DREADME.md842 …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 DREADME.md88 …- Fixed pagination when using nice urls, rewrites and slashes [#26](https://github.com/nomadjimb…
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md59 - Don't escape slashes in CURL exception message to improve readability.
/plugin/diagramsnet/lib/
Delectron.js104 slashes: true property
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki138 …(format: ZIP) to look at for thumbnail images (comma-separated list, use slashes as directory deli…
/plugin/fckg/
DChanges258 Interwiki links: preserve lost forward slashes and query strings
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1slashes","tokens","escapeNextChar","translateRegex","specials","unescape","out","specialComesNext"…
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md374 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md374 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md334 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js7880 … _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 …]
Dindex.mjs7587 … _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/
DCHANGELOG.md600 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/icalevents/vendor/sabre/vobject/
DCHANGELOG.md539 * Added: OPTION_FORGIVING now also allows slashes in property names.
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt97 Note: you may want to use "/" slashes instead of "\" if
/plugin/asciidocjs/node_modules/pug/
DHistory.md352 * fix double-escaping of interpolated js slashes. Closes #784
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js7880 … _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 …]

12