Home
last modified time | relevance | path

Searched refs:freshInstance (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/stealthy-require/
H A DREADME.md92 var freshInstance = stealthyRequire(require.cache, function () {
96 return freshInstance.calc();
101 After `doSomething()` returns `freshInstance` is not used anymore but won’t be garbage collected be…
110 var freshInstance = stealthyRequire(require.cache, function () {
116 return freshInstance.calc();
121 …ren` entries created during the `stealthyRequire(...)` call and thus `freshInstance` gets garbage …
/dports/games/jin/jin-2.14.1/src/free/chess/
H A DBoardPainter.java51 BoardPainter freshInstance(); in freshInstance() method
H A DPiecePainter.java56 PiecePainter freshInstance(); in freshInstance() method
H A DDefaultBoardPainter.java49 public BoardPainter freshInstance(){ in freshInstance() method in DefaultBoardPainter
H A DDefaultPiecePainter.java56 public PiecePainter freshInstance(){ in freshInstance() method in DefaultPiecePainter
H A DPlainBoardPainter.java63 public BoardPainter freshInstance(){ in freshInstance() method in PlainBoardPainter
H A DImageBoardPainter.java56 public BoardPainter freshInstance(){ in freshInstance() method in ImageBoardPainter
H A DBoardImageBoardPainter.java142 public BoardPainter freshInstance(){ in freshInstance() method in BoardImageBoardPainter
H A DSquareImagesBoardPainter.java218 public BoardPainter freshInstance(){ in freshInstance() method in SquareImagesBoardPainter
H A DImagePiecePainter.java187 public PiecePainter freshInstance(){ in freshInstance() method in ImagePiecePainter
H A DEboardVectorPiecePainter.java104 public PiecePainter freshInstance(){ in freshInstance() method in EboardVectorPiecePainter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/
H A DChangeTracker.cs439 internal override void Refresh(RefreshMode mode, object freshInstance) { in Refresh() argument
446 Type instanceType = freshInstance.GetType(); in Refresh()
451 object freshValue = mm.StorageAccessor.GetBoxedValue(freshInstance); in Refresh()
458 this.original = this.CreateDataCopy(freshInstance); in Refresh()
899 internal abstract void Refresh(RefreshMode mode, object freshInstance); in Refresh() argument
H A DDataContext.cs622 … object freshInstance = refreshContext.Services.GetObjectByKey(trackedObject.Type, keyValues); in Refresh()
623 if (freshInstance == null) { in Refresh()
629 trackedObject.Refresh(mode, freshInstance); in Refresh()
/dports/games/jin/jin-2.14.1/src/free/jin/board/
H A DPieceSet.java218 return piecePainter.freshInstance(); in getPiecePainter()
H A DBoardPattern.java218 return boardPainter.freshInstance(); in getBoardPainter()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dclassdef.h378 const QCString &templSpec,bool &freshInstance) const = 0;
H A Dclassdef.cpp244 const QCString &templSpec,bool &freshInstance) const;
552 const QCString &templSpec,bool &freshInstance) const in insertTemplateInstance()
553 …urn getCdAlias()->insertTemplateInstance(fileName,startLine,startColumn,templSpec,freshInstance); } in insertTemplateInstance()
3921 int startLine, int startColumn, const QCString &templSpec,bool &freshInstance) const in insertTemplateInstance()
3923 freshInstance = FALSE; in insertTemplateInstance()
3972 freshInstance=TRUE; in insertTemplateInstance()
H A Ddoxygen.cpp4315 bool freshInstance=FALSE; in findTemplateInstanceRelation() local
4318 root->fileName,root->startLine,root->startColumn,templSpec,freshInstance)); in findTemplateInstanceRelation()
4324 if (freshInstance) in findTemplateInstanceRelation()
/dports/games/jin/jin-2.14.1/src/free/jin/board/icc/
H A DBlitzinVectorPiecePainter.java95 public PiecePainter freshInstance(){ in freshInstance() method in BlitzinVectorPiecePainter