Lines Matching refs:sep_chars

22468 …var sep = nil, sep_chars = nil, new_parts = nil, $ret_or_1 = nil, path_abs = nil, basedir_abs = ni…
22473 sep_chars = $sep_chars();
22482 parts = path.$split($regexp(["[", sep_chars, "]"]));
22483 …leading_sep = windows_root_rx.test(path) ? '' : path.$sub($regexp(["^([", sep_chars, "]+).*$"]), "…
22487 …parts = $rb_plus(basedir.$split($regexp(["[", sep_chars, "]"])), path.$split($regexp(["[", sep_cha…
22488 …leading_sep = windows_root_rx.test(basedir) ? '' : basedir.$sub($regexp(["^([", sep_chars, "]+).*$…
22519 …var self = this, sep = nil, sep_chars = nil, home = nil, leading_sep = nil, home_path_regexp = nil;
22524 sep_chars = $sep_chars();
22530 …ading_sep = windows_root_rx.test(home) ? '' : home.$sub($regexp(["^([", sep_chars, "]+).*$"]), "\\…
22553 function $sep_chars() {
22562 var self = this, sep_chars = nil;
22570 } sep_chars = $sep_chars();
22573 var absolute = path.match(new RegExp("^[" + (sep_chars) + "]")), out;
22575 … path = path.replace(new RegExp("[" + (sep_chars) + "]+$"), ''); // remove trailing separators
22576 path = path.replace(new RegExp("[^" + (sep_chars) + "]+$"), ''); // remove trailing basename
22577 …path = path.replace(new RegExp("[" + (sep_chars) + "]+$"), ''); // remove final trailing separators
22595 var sep_chars = nil;
22599 sep_chars = $sep_chars();
22612 name = name.replace(new RegExp("(.)[" + (sep_chars) + "]*$"), '$1');
22613 … name = name.replace(new RegExp("^(?:.*[" + (sep_chars) + "])?([^" + (sep_chars) + "]+)$"), '$1');
23437 …var sep = nil, sep_chars = nil, new_parts = nil, $ret_or_1 = nil, path_abs = nil, basedir_abs = ni…
23442 sep_chars = $sep_chars();
23451 parts = path.$split($regexp(["[", sep_chars, "]"]));
23452 …leading_sep = windows_root_rx.test(path) ? '' : path.$sub($regexp(["^([", sep_chars, "]+).*$"]), "…
23456 …parts = $rb_plus(basedir.$split($regexp(["[", sep_chars, "]"])), path.$split($regexp(["[", sep_cha…
23457 …leading_sep = windows_root_rx.test(basedir) ? '' : basedir.$sub($regexp(["^([", sep_chars, "]+).*$…
23488 …var self = this, sep = nil, sep_chars = nil, home = nil, leading_sep = nil, home_path_regexp = nil;
23493 sep_chars = $sep_chars();
23499 …ading_sep = windows_root_rx.test(home) ? '' : home.$sub($regexp(["^([", sep_chars, "]+).*$"]), "\\…
23522 function $sep_chars() {
23531 var self = this, sep_chars = nil;
23539 } sep_chars = $sep_chars();
23542 var absolute = path.match(new RegExp("^[" + (sep_chars) + "]")), out;
23544 … path = path.replace(new RegExp("[" + (sep_chars) + "]+$"), ''); // remove trailing separators
23545 path = path.replace(new RegExp("[^" + (sep_chars) + "]+$"), ''); // remove trailing basename
23546 …path = path.replace(new RegExp("[" + (sep_chars) + "]+$"), ''); // remove final trailing separators
23564 var sep_chars = nil;
23568 sep_chars = $sep_chars();
23581 name = name.replace(new RegExp("(.)[" + (sep_chars) + "]*$"), '$1');
23582 … name = name.replace(new RegExp("^(?:.*[" + (sep_chars) + "])?([^" + (sep_chars) + "]+)$"), '$1');