Home
last modified time | relevance | path

Searched refs:writeHistory (Results 1 – 25 of 36) sorted by relevance

12

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/object/
H A Dcommit_stats_test.go26 r, hash := s.writeHistory(c, []byte("foo\n"), []byte("foo\nbar\n"))
41 r, hash := s.writeHistory(c, []byte("foo\n"))
57 r, hash := s.writeHistory(c, []byte("foo\nbar"), []byte("foo\nbar\n"))
71 func (s *CommitStatsSuite) writeHistory(c *C, files ...[]byte) (*git.Repository, plumbing.Hash) { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/object/
H A Dcommit_stats_test.go26 r, hash := s.writeHistory(c, []byte("foo\n"), []byte("foo\nbar\n"))
41 r, hash := s.writeHistory(c, []byte("foo\n"))
57 r, hash := s.writeHistory(c, []byte("foo\nbar"), []byte("foo\nbar\n"))
71 func (s *CommitStatsSuite) writeHistory(c *C, files ...[]byte) (*git.Repository, plumbing.Hash) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/object/
H A Dcommit_stats_test.go26 r, hash := s.writeHistory(c, []byte("foo\n"), []byte("foo\nbar\n"))
41 r, hash := s.writeHistory(c, []byte("foo\n"))
57 r, hash := s.writeHistory(c, []byte("foo\nbar"), []byte("foo\nbar\n"))
71 func (s *CommitStatsSuite) writeHistory(c *C, files ...[]byte) (*git.Repository, plumbing.Hash) { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/object/
H A Dcommit_stats_test.go26 r, hash := s.writeHistory(c, []byte("foo\n"), []byte("foo\nbar\n"))
41 r, hash := s.writeHistory(c, []byte("foo\n"))
57 r, hash := s.writeHistory(c, []byte("foo\nbar"), []byte("foo\nbar\n"))
71 func (s *CommitStatsSuite) writeHistory(c *C, files ...[]byte) (*git.Repository, plumbing.Hash) { func
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/object/
H A Dcommit_stats_test.go26 r, hash := s.writeHistory(c, []byte("foo\n"), []byte("foo\nbar\n"))
41 r, hash := s.writeHistory(c, []byte("foo\n"))
57 r, hash := s.writeHistory(c, []byte("foo\nbar"), []byte("foo\nbar\n"))
71 func (s *CommitStatsSuite) writeHistory(c *C, files ...[]byte) (*git.Repository, plumbing.Hash) { func
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/Readline/
H A DGNUReadline.php80 $this->writeHistory();
92 $this->writeHistory();
144 public function writeHistory() function in Psy\\Readline\\GNUReadline
H A DLibedit.php67 public function writeHistory() function in Psy\\Readline\\Libedit
69 $res = parent::writeHistory();
H A DReadline.php75 public function writeHistory(); function
H A DHoaConsole.php117 public function writeHistory() function in Psy\\Readline\\HoaConsole
H A DTransient.php123 public function writeHistory() function in Psy\\Readline\\Transient
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DInputHistory.hs6 , writeHistory
48 writeHistory :: InputHistory -> IO ()
49 writeHistory ih = do function
H A DApp.hs108 logIfError (writeHistory (finalSt^.csInputHistory))
/dports/audio/visp-go/visp-2585747/log/
H A Dfile.go26 writeHistory()
40 func writeHistory() { func
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/
H A DHistory.hs22 writeHistory,
70 writeHistory :: FilePath -> History -> IO ()
71 writeHistory file = handle (\(_::IOException) -> return ()) function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/
H A DHistory.hs22 writeHistory,
70 writeHistory :: FilePath -> History -> IO ()
71 writeHistory file = handle (\(_::IOException) -> return ()) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/
H A DHistory.hs22 writeHistory,
70 writeHistory :: FilePath -> History -> IO ()
71 writeHistory file = handle (\(_::IOException) -> return ()) function
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/recordmapping/
H A DGroupableWriter.java123 writeHistory(context,nextRecord,handler,groupListener); in writeRecord()
131 public void writeHistory(ServiceContext context, Record currentRecord, in writeHistory() method in ActiveGroupableWriter
135 writeHistory(context,next,handler,groupListener); in writeHistory()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dprefops.h19 void writeHistory (void);
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/CLI/
H A DParser.h115 writeHistory(); in ~Parser()
203 void writeHistory() in writeHistory() function
/dports/x11/bbrun/bbrun-1.6/bbrun/
H A Dbbrun.c53 void writeHistory(void);
302 writeHistory(); in updateHistory()
305 void writeHistory() in writeHistory() function
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/krunner/
H A Dview.h101 void writeHistory();
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/history/impl/
H A DDownloadHistoryManagerImpl.java291 writeHistory(); in DownloadHistoryManagerImpl()
711 writeHistory(); in historyUpdated()
742 writeHistory() in writeHistory() method in DownloadHistoryManagerImpl
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/console/
H A Dconsole.go426 c.writeHistory()
563 func (c *Console) writeHistory() error { func
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Ddialog.c131 SCIP_RETCODE writeHistory( in writeHistory() function
218 SCIP_RETCODE writeHistory( in writeHistory() function
1269 return writeHistory(filename); in SCIPdialogWriteHistory()
/dports/misc/lf/lf-r26/
H A Dapp.go62 if err := app.writeHistory(); err != nil {
196 func (app *app) writeHistory() error { func

12