Home
last modified time | relevance | path

Searched refs:getFileState (Results 1 – 10 of 10) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/localhistory/
H A DRevertAllOperation.java47 file.setContents(state.getFileState(), false, true, SubMonitor.convert(pm, 100)); in run()
50 file.create(state.getFileState().getContents(), false, SubMonitor.convert(pm, 100)); in run()
H A DLocalHistoryVariant.java52 public IFileState getFileState() { in getFileState() method in LocalHistoryVariant
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DUsage.hs14 import Language.PureScript.Ide.State (getAllModules, getFileState)
34 asts <- Map.map fst . fsModules <$> getFileState
H A DState.hs21 , getFileState
97 getExternFiles = fsExterns <$> getFileState
117 getFileState :: Ide m => m IdeFileState
118 getFileState = do function
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui/
H A Dgui_action_command.h105 FileState getFileState () const {return file_state_;} in getFileState() function
/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dboard.h187 int getFileState(const BoardPosition & bp) const;
H A Dbrutalplayer.cpp185 Board::fileAttacks[bp.hash()][board.getFileState(bp)]; in rookBonus()
H A Dboard.cpp307 int file = getFileState(bp); in isAttacked()
522 int Board::getFileState(const BoardPosition & bp) const in getFileState() function in Board
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/commands/
H A Dsave_gui_command.cpp351 file_changed = (getFileState () == FILE_STATE_CHANGED); in evaluateEnabledness()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DStateCreator.java139 s.append(getFileState(sfunc)); in getStateScript()
448 private String getFileState(SB sfunc) { in getFileState() method in StateCreator