Searched refs:Dot (Results 1 – 13 of 13) sorted by relevance
19 …alDoubleAcute:"\u02DD",DiacriticalGrave:"\u0060",DiacriticalTilde:"\u02DC",Dot:"\u00A8",DotDot:"\u… property
140 dot=Dot
144 dot=Dot
1 …Dot followed by a non-word character should be considered an error.\n if (stream.match(/\\.…
781 …Removes unnecessary dot-segments. Dot-segments in relative-path references are not removed as it w…
835 …Removes unnecessary dot-segments. Dot-segments in relative-path references are not removed as it w…
35825 var Dot = '.'.charCodeAt(0);35840 if (ch === Dot) {35866 if (part.length === 0 || part.length === 1 && part.charCodeAt(0) === Dot) {35869 else if (part.length === 2 && part.charCodeAt(0) === Dot && part.charCodeAt(1) === Dot) {
1 …Dot = '.'.charCodeAt(0);\nfunction isAbsolutePath(path) {\n return path.charCodeAt(0) === Slash…
1 …Dot = '.'.charCodeAt(0);\nexport function isAbsolutePath(path) {\n return path.charCodeAt(0) ==…
1 … \"Dopf;\": \"\\uD835\\uDD3B\",\n \"dopf;\": \"\\uD835\\uDD55\",\n \"Dot;\": \"\\u00A8\",\n …
1043 this.VKI_deadkey['\u02D9'] = { // Dot-above
1 … '' : '(?:)';\n },\n {flag: 'x'}\n );\n\n/*\n * Dot, in dotall mode (ak…