Home
last modified time | relevance | path

Searched refs:command_line_path (Results 1 – 24 of 24) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/
H A Doctave.h74 std::list<std::string> command_line_path (void) const { return m_command_line_path; } in command_line_path() function
104 void command_line_path (const std::list<std::string>& arg) { m_command_line_path = arg; } in command_line_path() function
H A DDOCSTRINGS11513 command_line_path
11514 @c command_line_path libinterp/corefcn/load-path.cc
11516 @deftypefn {} {} command_line_path ()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinterpreter.cc532 std::list<std::string> command_line_path = options.command_line_path (); in interpreter() local
534 for (const auto& pth : command_line_path) in interpreter()
H A Dload-path.cc2381 DEFMETHOD (command_line_path, interp, args, ,
/dports/math/octave/octave-6.4.0/scripts/path/
H A Dsavepath.m97 cmd_line_path = parsepath (command_line_path ());
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go25 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/alecthomas/chroma/chroma-0.9.1/lexers/o/
H A Doctave.go25 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go21 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/devel/gh/cli-2.4.0/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go21 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go25 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go25 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go25 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/devel/chroma/chroma-0.9.2/lexers/o/
H A Doctave.go25 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go21 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/chroma-0.6.3/lexers/o/
H A Doctave.go21 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/alecthomas/chroma/lexers/o/
H A Doctave.go21 …xor`, `cat`, `cell`, `cellstr`, `char`, `class`, `clc`, `columns`, `command_line_path`, `completio…
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dfunc.texi2088 @c command_line_path libinterp/corefcn/load-path.cc
2090 @deftypefn {} {} command_line_path ()
H A Dfunc.txi923 @DOCSTRING(command_line_path)
H A Doctave.info-25352 -- : command_line_path ()
H A Doctave.info-95185 * command_line_path: Manipulating the Load Path.
H A Ddoc-cache14597 command_line_path
14604 -- : command_line_path ()
/dports/math/octave/octave-6.4.0/etc/
H A DNEWS.31433 command_line_path isdebugmode regexptranslate
/dports/math/octave/octave-6.4.0/etc/OLD-ChangeLogs/
H A Ddoc-ChangeLog1512 clabel, comet, command_line_path, compass, contour3, ctranspose,
H A Dscripts-ChangeLog6152 * path/savepath.m: Call command_line_path instead of commandlinepath.