Home
last modified time | relevance | path

Searched refs:Pathname (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.cjs24556 var self = $klass($base, $super, 'Pathname');
24569 if ($eqeqeq($$('Pathname'), path)) {
24618 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…
24637 } return $$('Pathname').$new(new_path);
24646 return $$('Pathname').$new($send(self.path, 'sub', $to_a(args)));
24662 return $$('Pathname').$new($$('File').$expand_path(self.path))
24669 if (!$eqeqeq($$('Pathname'), other)) {
24670 other = $$('Pathname').$new(other);
24671 } return $$('Pathname').$new(self.$plus(self.path, other.$to_s()));
24736 if (!$eqeqeq($$('Pathname'), result)) {
[all …]
Dindex.mjs23505 var self = $klass($base, $super, 'Pathname');
23518 if ($eqeqeq($$('Pathname'), path)) {
23567 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…
23586 } return $$('Pathname').$new(new_path);
23595 return $$('Pathname').$new($send(self.path, 'sub', $to_a(args)));
23611 return $$('Pathname').$new($$('File').$expand_path(self.path))
23618 if (!$eqeqeq($$('Pathname'), other)) {
23619 other = $$('Pathname').$new(other);
23620 } return $$('Pathname').$new(self.$plus(self.path, other.$to_s()));
23685 if (!$eqeqeq($$('Pathname'), result)) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs9458 … return $$('Pathname').$new(path).$relative_path_from($$('Pathname').$new(base)).$to_s()