Home
last modified time | relevance | path

Searched refs:InsertMode (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DITextEditorExtension3.java31 public static class InsertMode { class
32 private InsertMode() { in InsertMode() method in ITextEditorExtension3.InsertMode
39 final static InsertMode INSERT= new InsertMode();
43 final static InsertMode SMART_INSERT= new InsertMode();
51 InsertMode getInsertMode(); in getInsertMode()
59 void setInsertMode(InsertMode mode); in setInsertMode()
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/
H A DLineState.hs193 emptyIM :: InsertMode
198 insertChar :: Char -> InsertMode -> InsertMode
207 insertString :: String -> InsertMode -> InsertMode
210 deleteNext, deletePrev :: InsertMode -> InsertMode
217 skipLeft, skipRight :: (Char -> Bool) -> InsertMode -> InsertMode
223 transposeChars :: InsertMode -> InsertMode
228 insertGraphemes :: [Grapheme] -> InsertMode -> InsertMode
232 replaceCharIM :: Char -> InsertMode -> InsertMode
315 withCommandMode :: (InsertMode -> InsertMode) -> CommandMode -> CommandMode
355 applyCmdArg :: (InsertMode -> InsertMode) -> ArgMode CommandMode -> CommandMode
[all …]
H A DEmacs.hs22 emacsCommands :: InputKeyCmd InsertMode (Maybe String)
28 enders :: InputKeyCmd InsertMode (Maybe String)
39 simpleActions, controlActions :: InputKeyCmd InsertMode InsertMode
86 rotatePaste :: InputCmd InsertMode InsertMode
95 wordRight, wordLeft, bigWordLeft :: InsertMode -> InsertMode
100 modifyWord :: ([Grapheme] -> [Grapheme]) -> InsertMode -> InsertMode
H A DVi.hs20 type EitherMode = Either CommandMode InsertMode
40 viKeyCommands :: InputKeyCmd InsertMode (Maybe String)
49 viCommands :: InputCmd InsertMode (Maybe String)
52 simpleInsertions :: InputKeyCmd InsertMode InsertMode
72 insertChars :: InputKeyCmd InsertMode InsertMode
103 exitingCommands :: InputKeyCmd CommandMode InsertMode
259 goToWordDelEnd, goToBigWordDelEnd :: InsertMode -> InsertMode
265 movements :: [(Key,InsertMode -> InsertMode)]
322 findMatchingBrace :: InsertMode -> InsertMode
331 deleteMatchingBrace :: InsertMode -> ([Grapheme],InsertMode)
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/
H A DLineState.hs193 emptyIM :: InsertMode
198 insertChar :: Char -> InsertMode -> InsertMode
207 insertString :: String -> InsertMode -> InsertMode
210 deleteNext, deletePrev :: InsertMode -> InsertMode
217 skipLeft, skipRight :: (Char -> Bool) -> InsertMode -> InsertMode
223 transposeChars :: InsertMode -> InsertMode
228 insertGraphemes :: [Grapheme] -> InsertMode -> InsertMode
232 replaceCharIM :: Char -> InsertMode -> InsertMode
315 withCommandMode :: (InsertMode -> InsertMode) -> CommandMode -> CommandMode
355 applyCmdArg :: (InsertMode -> InsertMode) -> ArgMode CommandMode -> CommandMode
[all …]
H A DEmacs.hs22 emacsCommands :: InputKeyCmd InsertMode (Maybe String)
28 enders :: InputKeyCmd InsertMode (Maybe String)
39 simpleActions, controlActions :: InputKeyCmd InsertMode InsertMode
86 rotatePaste :: InputCmd InsertMode InsertMode
95 wordRight, wordLeft, bigWordLeft :: InsertMode -> InsertMode
100 modifyWord :: ([Grapheme] -> [Grapheme]) -> InsertMode -> InsertMode
H A DVi.hs20 type EitherMode = Either CommandMode InsertMode
40 viKeyCommands :: InputKeyCmd InsertMode (Maybe String)
49 viCommands :: InputCmd InsertMode (Maybe String)
52 simpleInsertions :: InputKeyCmd InsertMode InsertMode
72 insertChars :: InputKeyCmd InsertMode InsertMode
103 exitingCommands :: InputKeyCmd CommandMode InsertMode
259 goToWordDelEnd, goToBigWordDelEnd :: InsertMode -> InsertMode
265 movements :: [(Key,InsertMode -> InsertMode)]
322 findMatchingBrace :: InsertMode -> InsertMode
331 deleteMatchingBrace :: InsertMode -> ([Grapheme],InsertMode)
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/
H A DLineState.hs193 emptyIM :: InsertMode
198 insertChar :: Char -> InsertMode -> InsertMode
207 insertString :: String -> InsertMode -> InsertMode
210 deleteNext, deletePrev :: InsertMode -> InsertMode
217 skipLeft, skipRight :: (Char -> Bool) -> InsertMode -> InsertMode
223 transposeChars :: InsertMode -> InsertMode
228 insertGraphemes :: [Grapheme] -> InsertMode -> InsertMode
232 replaceCharIM :: Char -> InsertMode -> InsertMode
315 withCommandMode :: (InsertMode -> InsertMode) -> CommandMode -> CommandMode
355 applyCmdArg :: (InsertMode -> InsertMode) -> ArgMode CommandMode -> CommandMode
[all …]
H A DEmacs.hs22 emacsCommands :: InputKeyCmd InsertMode (Maybe String)
28 enders :: InputKeyCmd InsertMode (Maybe String)
39 simpleActions, controlActions :: InputKeyCmd InsertMode InsertMode
86 rotatePaste :: InputCmd InsertMode InsertMode
95 wordRight, wordLeft, bigWordLeft :: InsertMode -> InsertMode
100 modifyWord :: ([Grapheme] -> [Grapheme]) -> InsertMode -> InsertMode
H A DVi.hs20 type EitherMode = Either CommandMode InsertMode
40 viKeyCommands :: InputKeyCmd InsertMode (Maybe String)
49 viCommands :: InputCmd InsertMode (Maybe String)
52 simpleInsertions :: InputKeyCmd InsertMode InsertMode
72 insertChars :: InputKeyCmd InsertMode InsertMode
103 exitingCommands :: InputKeyCmd CommandMode InsertMode
259 goToWordDelEnd, goToBigWordDelEnd :: InsertMode -> InsertMode
265 movements :: [(Key,InsertMode -> InsertMode)]
322 findMatchingBrace :: InsertMode -> InsertMode
331 deleteMatchingBrace :: InsertMode -> ([Grapheme],InsertMode)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/shell/ftn-custom/
H A Dzdmshellf.c52 static PetscErrorCode ourglobaltolocalbegin(DM dm,Vec g,InsertMode mode,Vec l) in ourglobaltolocalbegin()
57 static PetscErrorCode ourglobaltolocalend(DM dm,Vec g,InsertMode mode,Vec l) in ourglobaltolocalend()
59 …PetscObjectUseFortranCallbackSubType(dm,_cb.globaltolocalend,(DM*,Vec*,InsertMode*,Vec*,PetscError… in ourglobaltolocalend()
62 static PetscErrorCode ourlocaltoglobalbegin(DM dm,Vec l,InsertMode mode,Vec g) in ourlocaltoglobalbegin()
67 static PetscErrorCode ourlocaltoglobalend(DM dm,Vec l,InsertMode mode,Vec g) in ourlocaltoglobalend()
72 static PetscErrorCode ourlocaltolocalbegin(DM dm,Vec g,InsertMode mode,Vec l) in ourlocaltolocalbegin()
77 static PetscErrorCode ourlocaltolocalend(DM dm,Vec g,InsertMode mode,Vec l) in ourlocaltolocalend()
79 …PetscObjectUseFortranCallbackSubType(dm,_cb.localtolocalend,(DM*,Vec*,InsertMode*,Vec*,PetscErrorC… in ourlocaltolocalend()
101 …lobaltolocal_(DM *dm,void (*begin)(DM*,Vec*,InsertMode*,Vec*,PetscErrorCode*),void (*end)(DM*,Vec*… in dmshellsetglobaltolocal_() argument
108 …ocaltoglobal_(DM *dm,void (*begin)(DM*,Vec*,InsertMode*,Vec*,PetscErrorCode*),void (*end)(DM*,Vec*… in dmshellsetlocaltoglobal_() argument
[all …]
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscdmshell.h14 …hellSetGlobalToLocal(DM,PetscErrorCode (*)(DM,Vec,InsertMode,Vec),PetscErrorCode (*)(DM,Vec,Insert…
16 …hellSetLocalToGlobal(DM,PetscErrorCode (*)(DM,Vec,InsertMode,Vec),PetscErrorCode (*)(DM,Vec,Insert…
18 …ShellSetLocalToLocal(DM,PetscErrorCode (*)(DM,Vec,InsertMode,Vec),PetscErrorCode (*)(DM,Vec,Insert…
36 PETSC_EXTERN PetscErrorCode DMGlobalToLocalBeginDefaultShell(DM,Vec,InsertMode,Vec);
37 PETSC_EXTERN PetscErrorCode DMGlobalToLocalEndDefaultShell(DM,Vec,InsertMode,Vec);
38 PETSC_EXTERN PetscErrorCode DMLocalToGlobalBeginDefaultShell(DM,Vec,InsertMode,Vec);
39 PETSC_EXTERN PetscErrorCode DMLocalToGlobalEndDefaultShell(DM,Vec,InsertMode,Vec);
40 PETSC_EXTERN PetscErrorCode DMLocalToLocalBeginDefaultShell(DM,Vec,InsertMode,Vec);
41 PETSC_EXTERN PetscErrorCode DMLocalToLocalEndDefaultShell(DM,Vec,InsertMode,Vec);
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/Command/
H A DCompletion.hs20 useCompletion :: InsertMode -> Completion -> InsertMode
26 Command m InsertMode (InsertMode, [Completion])
37 => Key -> KeyCommand m InsertMode InsertMode
46 => Key -> InsertMode -> InsertMode
47 -> [Completion] -> CmdM m InsertMode
58 menuCompletion :: Monad m => Key -> [InsertMode] -> Command m InsertMode InsertMode
64 makePartialCompletion :: InsertMode -> [Completion] -> InsertMode
72 -> [Completion] -> Command m InsertMode InsertMode
H A DKillRing.hs48 deleteFromDiff' :: InsertMode -> InsertMode -> ([Grapheme],InsertMode)
78 data KillHelper = SimpleMove (InsertMode -> InsertMode)
79 | GenericKill (InsertMode -> ([Grapheme],InsertMode))
86 applyHelper :: KillHelper -> InsertMode -> ([Grapheme],InsertMode)
90 applyArgHelper :: KillHelper -> ArgMode InsertMode -> ([Grapheme],InsertMode)
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/Command/
H A DCompletion.hs19 useCompletion :: InsertMode -> Completion -> InsertMode
25 Command m InsertMode (InsertMode, [Completion])
36 => Key -> KeyCommand m InsertMode InsertMode
45 => Key -> InsertMode -> InsertMode
46 -> [Completion] -> CmdM m InsertMode
57 menuCompletion :: Monad m => Key -> [InsertMode] -> Command m InsertMode InsertMode
63 makePartialCompletion :: InsertMode -> [Completion] -> InsertMode
71 -> [Completion] -> Command m InsertMode InsertMode
H A DKillRing.hs48 deleteFromDiff' :: InsertMode -> InsertMode -> ([Grapheme],InsertMode)
78 data KillHelper = SimpleMove (InsertMode -> InsertMode)
79 | GenericKill (InsertMode -> ([Grapheme],InsertMode))
86 applyHelper :: KillHelper -> InsertMode -> ([Grapheme],InsertMode)
90 applyArgHelper :: KillHelper -> ArgMode InsertMode -> ([Grapheme],InsertMode)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/Command/
H A DCompletion.hs20 useCompletion :: InsertMode -> Completion -> InsertMode
26 Command m InsertMode (InsertMode, [Completion])
37 => Key -> KeyCommand m InsertMode InsertMode
46 => Key -> InsertMode -> InsertMode
47 -> [Completion] -> CmdM m InsertMode
58 menuCompletion :: Monad m => Key -> [InsertMode] -> Command m InsertMode InsertMode
64 makePartialCompletion :: InsertMode -> [Completion] -> InsertMode
72 -> [Completion] -> Command m InsertMode InsertMode
H A DKillRing.hs48 deleteFromDiff' :: InsertMode -> InsertMode -> ([Grapheme],InsertMode)
78 data KillHelper = SimpleMove (InsertMode -> InsertMode)
79 | GenericKill (InsertMode -> ([Grapheme],InsertMode))
86 applyHelper :: KillHelper -> InsertMode -> ([Grapheme],InsertMode)
90 applyArgHelper :: KillHelper -> ArgMode InsertMode -> ([Grapheme],InsertMode)
/dports/science/PETSc/petsc-3.14.1/src/mat/f90-mod/
H A Dpetscmat.h90274 InsertMode g ! InsertMode
285 InsertMode g ! InsertMode
296 InsertMode g ! InsertMode
307 InsertMode g ! InsertMode
318 InsertMode g ! InsertMode
329 InsertMode g ! InsertMode
345 InsertMode g ! InsertMode
356 InsertMode g ! InsertMode
367 InsertMode g ! InsertMode
378 InsertMode g ! InsertMode
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/locale/
H A DGlobal.h44 enum class InsertMode enum
60 …tGS( Calamares::GlobalStorage& gs, const QVariantMap& values, InsertMode mode = InsertMode::Merge …
66 …s::GlobalStorage& gs, const QMap< QString, QString >& values, InsertMode mode = InsertMode::Merge …
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/test/
H A Dtest_dmshell.py81 if mode == PETSc.InsertMode.INSERT_VALUES:
83 elif mode == PETSc.InsertMode.ADD_VALUES:
95 self.dm.globalToLocal(vec, ovec, addv=PETSc.InsertMode.INSERT_VALUES)
97 self.dm.globalToLocal(vec, ovec, addv=PETSc.InsertMode.ADD_VALUES)
102 if mode == PETSc.InsertMode.INSERT_VALUES:
104 elif mode == PETSc.InsertMode.ADD_VALUES:
118 self.dm.localToGlobal(vec, ovec, addv=PETSc.InsertMode.ADD_VALUES)
123 if mode == PETSc.InsertMode.INSERT_VALUES:
125 elif mode == PETSc.InsertMode.ADD_VALUES:
135 self.dm.localToLocal(vec, ovec, addv=PETSc.InsertMode.INSERT_VALUES)
[all …]
/dports/science/PETSc/petsc-3.14.1/src/vec/f90-mod/
H A Dpetscvec.h90116 InsertMode e ! InsertMode
125 InsertMode e ! InsertMode
164 InsertMode e ! InsertMode
173 InsertMode e ! InsertMode
182 InsertMode e ! InsertMode
194 InsertMode e ! InsertMode
203 InsertMode e ! InsertMode
212 InsertMode e ! InsertMode
261 InsertMode mode
/dports/devel/love/love-11.3/src/modules/graphics/
H A DParticleSystem.h71 enum InsertMode enum
131 void setInsertMode(InsertMode mode);
136 InsertMode getInsertMode() const;
520 static bool getConstant(const char *in, InsertMode &out);
521 static bool getConstant(InsertMode in, const char *&out);
522 static std::vector<std::string> getConstants(InsertMode);
594 InsertMode insertMode;
682 static StringMap<InsertMode, INSERT_MODE_MAX_ENUM>::Entry insertModesEntries[];
683 static StringMap<InsertMode, INSERT_MODE_MAX_ENUM> insertModes;
/dports/devel/love10/love-0.10.2/src/modules/graphics/
H A DParticleSystem.h63 enum InsertMode enum
123 void setInsertMode(InsertMode mode);
128 InsertMode getInsertMode() const;
508 static bool getConstant(const char *in, InsertMode &out);
509 static bool getConstant(InsertMode in, const char *&out);
567 InsertMode insertMode;
666 static StringMap<InsertMode, INSERT_MODE_MAX_ENUM>::Entry insertModesEntries[];
667 static StringMap<InsertMode, INSERT_MODE_MAX_ENUM> insertModes;
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/interface/ftn-custom/
H A Dzvectorf.c86 PETSC_EXTERN void vecsetvalueslocal_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode in vecsetvalueslocal_()
91 …ecsetvalueslocal0_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *iora, int *ierr) in vecsetvalueslocal0_()
96 …ecsetvalueslocal1_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *iora, int *ierr) in vecsetvalueslocal1_()
101 …csetvalueslocal11_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *iora, int *ierr) in vecsetvalueslocal11_()
126 PETSC_EXTERN void vecsetvalues_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *io… in vecsetvalues_()
131 PETSC_EXTERN void vecsetvalues0_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *i… in vecsetvalues0_()
136 PETSC_EXTERN void vecsetvalues1_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *i… in vecsetvalues1_()
141 PETSC_EXTERN void vecsetvalues11_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *… in vecsetvalues11_()
146 …csetvaluesblocked_(Vec *x,PetscInt *ni, PetscInt ix[], PetscScalar y[],InsertMode *iora, int *ierr) in vecsetvaluesblocked_()
166 PETSC_EXTERN void vecsetvalue_(Vec *v,PetscInt *i,PetscScalar *va,InsertMode *mode,PetscErrorCode *… in vecsetvalue_()
[all …]

12345678910>>...21