Home
last modified time | relevance | path

Searched refs:historyPath (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Dshell.py63 historyPath = paths.SQL_SHELL_HISTORY
65 historyPath = paths.OS_SHELL_HISTORY
67 historyPath = paths.API_SHELL_HISTORY
69 historyPath = paths.SQLMAP_SHELL_HISTORY
72 with open(historyPath, "w+"):
93 historyPath = paths.SQL_SHELL_HISTORY
95 historyPath = paths.OS_SHELL_HISTORY
97 historyPath = paths.API_SHELL_HISTORY
99 historyPath = paths.SQLMAP_SHELL_HISTORY
101 if os.path.exists(historyPath):
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestJobHistoryVersion.java133 Path historyPath = new Path(TEST_DIR + "/_logs/history/" + in testJobHistoryVersion() local
136 fs.delete(historyPath, false); in testJobHistoryVersion()
138 FSDataOutputStream out = fs.create(historyPath); in testJobHistoryVersion()
143 DefaultJobHistoryParser.parseJobTasks(historyPath.toString(), job, fs); in testJobHistoryVersion()
H A DTestJobTrackerRestart.java459 Path historyPath = JobHistory.JobInfo.getJobHistoryLogLocation(history); in testJobRecoveryWithEmptyHistory() local
464 Path confPath = new Path(historyPath.getParent(), jobUniqueString + "_conf.xml"); in testJobRecoveryWithEmptyHistory()
484 FileSystem historyFS = historyPath.getFileSystem(conf); in testJobRecoveryWithEmptyHistory()
485 historyFS.delete(historyPath, false); in testJobRecoveryWithEmptyHistory()
486 historyFS.create(historyPath).close(); // create an empty file in testJobRecoveryWithEmptyHistory()
501 assertFalse("Old jobhistory file is not deleted", historyFS.exists(historyPath)); in testJobRecoveryWithEmptyHistory()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/cmd/ledis-cli/
H A Dmain.go22 historyPath = "/tmp/ledis-cli" var
194 if f, err := os.Open(historyPath); err == nil {
201 if f, err := os.Create(historyPath); err != nil {
/dports/lang/python-legacy/Python-2.7.18/Doc/tutorial/
H A Dinteractive.rst133 historyPath = os.path.expanduser("~/.pyhistory")
135 def save_history(historyPath=historyPath):
137 readline.write_history_file(historyPath)
139 if os.path.exists(historyPath):
140 readline.read_history_file(historyPath)
143 del os, atexit, readline, rlcompleter, save_history, historyPath
/dports/lang/python27/Python-2.7.18/Doc/tutorial/
H A Dinteractive.rst133 historyPath = os.path.expanduser("~/.pyhistory")
135 def save_history(historyPath=historyPath):
137 readline.write_history_file(historyPath)
139 if os.path.exists(historyPath):
140 readline.read_history_file(historyPath)
143 del os, atexit, readline, rlcompleter, save_history, historyPath
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DHistory.tcl159 set hfile [file join $this(historyPath) ${rootTail}-0.xml]
167 set hfile [file join $this(historyPath) ${rootTail}-$n.xml]
170 set hfile [file join $this(historyPath) ${rootTail}-0.xml]
194 set nfiles [glob -nocomplain -directory $this(historyPath) -- ${rootTail}-*.nxml]
205 set xfiles [glob -nocomplain -directory $this(historyPath) -- ${rootTail}-*.xml]
917 set path [file join $this(historyPath) [::uri::urn::quote $jid]]
1105 set path [file join $this(historyPath) [::uri::urn::quote $mjid]]
1207 set fileName [file join $this(historyPath) [::uri::urn::quote $jid]]
1231 set fileName [file join $this(historyPath) [::uri::urn::quote $mjid]]
1243 set fileName [file join $this(historyPath) [::uri::urn::quote $mjid]]
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRInit.cpp303 FilePath historyPath = rHistoryFilePath(); in initialize() local
304 error = consoleHistory().loadFromFile(historyPath, false); in initialize()
306 reportHistoryAccessError("read history from", historyPath, error); in initialize()
H A DRStdCallbacks.cpp701 FilePath historyPath = rHistoryFilePath(); in RCleanUp() local
702 Error error = consoleHistory().saveToFile(historyPath); in RCleanUp()
704 reportHistoryAccessError("write history to", historyPath, error); in RCleanUp()
H A DRSessionState.cpp324 FilePath historyPath = statePath.completePath(kHistoryFile); in saveWorkingContext() local
325 Error error = consoleHistory().saveToFile(historyPath); in saveWorkingContext()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/cli/
H A Dconsolecommand.cpp316 String historyPath; in RunScriptConsole() local
320 historyPath = String(homeEnv) + "/.icinga2_history"; in RunScriptConsole()
322 historyfp.open(historyPath.CStr(), std::fstream::in); in RunScriptConsole()
378 if (!historyPath.IsEmpty()) { in RunScriptConsole()
379 historyfp.open(historyPath.CStr(), std::fstream::out | std::fstream::app); in RunScriptConsole()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/viewer/
H A DSessionViewer.cpp316 FilePath historyPath = module_context::sessionScratchPath() in historySerializationPath() local
318 Error error = historyPath.ensureDirectory(); in historySerializationPath()
321 return historyPath; in historySerializationPath()
/dports/net-im/coccinella/Coccinella-0.96.20Src/lib/
H A DInit.tcl425 set this(historyPath) [file nativename [file join $path history]]
430 set this(historyPath) [file join $path History]
435 set this(historyPath) [file join $path History]
541 historyPath
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netstorage/test/
H A Dnstconsole.py25 historyPath = os.path.expanduser( "~/.nstconsole" ) variable
31 readline.write_history_file( historyPath )
34 if os.path.exists( historyPath ):
35 readline.read_history_file( historyPath )
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/cmd/
H A Drun.go129 …runCommand.Flags().StringVarP(&params.HistoryPath, "history", "H", historyPath(), "set path of his…
156 func historyPath() string { func
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/transaction/
H A DTransformer.hpp85 std::string historyPath();
H A DTransformer.cpp155 history->restore(historyPath().c_str()); in transform()
661 Transformer::historyPath() in historyPath() function in libdnf::Transformer
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/cmd/
H A Drun.go145 …runCommand.Flags().StringVarP(&params.HistoryPath, "history", "H", historyPath(), "set path of his…
178 func historyPath() string { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/repl/
H A Drepl.go50 historyPath string member
76 func New(store storage.Store, historyPath string, output io.Writer, outputFormat string, errLimit i…
84 historyPath: historyPath,
1081 if f, err := os.Open(r.historyPath); err == nil {
1132 if f, err := os.Create(r.historyPath); err == nil {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/repl/
H A Drepl.go50 historyPath string member
74 func New(store storage.Store, historyPath string, output io.Writer, outputFormat string, errLimit i…
88 historyPath: historyPath,
946 if f, err := os.Open(r.historyPath); err == nil {
1069 if f, err := os.Create(r.historyPath); err == nil {
/dports/lang/coffeescript/coffeescript-2.6.1/src/
H A Drepl.coffee14 historyPath = process.env.XDG_CACHE_HOME or process.env.HOME
15 path.join historyPath, '.coffee_history' if historyPath
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/
H A DLaunchConfigurationManager.java465 IPath historyPath = getHistoryFilePath(); in persistLaunchHistory() local
466 String osHistoryPath = historyPath.toOSString(); in persistLaunchHistory()
483 IPath historyPath = getHistoryFilePath(); in restoreLaunchHistory() local
484 String osHistoryPath = historyPath.toOSString(); in restoreLaunchHistory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DClientOnPageFinishedTest.java224 final String historyPath = "/history.html"; in testNotCalledForHistoryApi() local
228 final String historyUrl = webServer.getResponseUrl(historyPath); in testNotCalledForHistoryApi()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/migration/
H A DChromeProfileMigrator.jsm276 let historyPath = OS.Path.join(aProfileFolder, "History");
277 if (!(await OS.File.exists(historyPath))) {
306 historyPath,
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dflipbook.h87 void load(const TFilePath &historyPath);

12