Home
last modified time | relevance | path

Searched refs:ApplyState (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DApply.hs48 type ApplyState p :: (* -> *) -> * type
49 apply :: ApplyMonad (ApplyState p) m => p wX wY -> m ()
50 unapply :: ApplyMonad (ApplyState p) m => p wX wY -> m ()
55 type ApplyState (FL p) = ApplyState p type
62 type ApplyState (RL p) = ApplyState p type
69 effectOnPaths :: (Apply p, ApplyState p ~ Tree)
76 applyToPaths :: (Apply p, ApplyState p ~ Tree)
84 applyToTree :: (Apply p, Monad m, ApplyState p ~ Tree)
92 -> (ApplyState p) m
93 -> m ((ApplyState p) m)
[all …]
H A DTouchesFiles.hs30 (Apply, ApplyState, applyToPaths)
44 :: (Apply p, PatchInspect p, ApplyState p ~ Tree)
57 :: (Apply p, Commute p, PatchInspect p, ApplyState p ~ Tree)
64 :: (Apply p, Commute p, PatchInspect p, ApplyState p ~ Tree)
74 :: (Apply p, Commute p, PatchInspect p, ApplyState p ~ Tree)
81 :: (Apply p, Commute p, PatchInspect p, ApplyState p ~ Tree)
87 :: (Apply p, Commute p, PatchInspect p, ApplyState p ~ Tree)
95 :: (Apply p, ApplyState p ~ Tree)
102 :: (Apply p, ApplyState p ~ Tree)
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/AI/
H A DAI.SimpleHuman.cs180 Train.Handles.HoldBrake.ApplyState(false); in PerformDefault()
186 Train.Handles.Brake.ApplyState(1, true); in PerformDefault()
187 Train.Handles.Power.ApplyState(-1, true); in PerformDefault()
201 Train.Handles.Brake.ApplyState(1, true); in PerformDefault()
202 Train.Handles.Power.ApplyState(-1, true); in PerformDefault()
220 Train.Handles.Power.ApplyState(-1, true); in PerformDefault()
250 Train.Handles.Brake.ApplyState(1, true); in PerformDefault()
306 Train.Handles.Brake.ApplyState(1, true); in PerformDefault()
307 Train.Handles.Power.ApplyState(-1, true); in PerformDefault()
322 Train.Handles.Brake.ApplyState(-1, true); in PerformDefault()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/Handles/
H A DHandles.EmergencyBrake.cs62 baseTrain.Handles.Brake.ApplyState(baseTrain.Handles.Brake.MaximumNotch, true); in Apply()
63 baseTrain.Handles.Power.ApplyState(0, baseTrain.Handles.HandleType != HandleType.SingleHandle); in Apply()
64 baseTrain.Handles.Brake.ApplyState(AirBrakeHandleState.Service); in Apply()
75 baseTrain.Handles.Power.ApplyState(0, false); in Apply()
79 baseTrain.Handles.Reverser.ApplyState(ReverserPosition.Neutral); in Apply()
84 baseTrain.Handles.Power.ApplyState(0, false); in Apply()
86 baseTrain.Handles.Reverser.ApplyState(ReverserPosition.Neutral); in Apply()
114 baseTrain.Handles.Brake.ApplyState(AirBrakeHandleState.Service); in Release()
118 baseTrain.Handles.Brake.ApplyState(baseTrain.Handles.Brake.MaximumNotch, true); in Release()
119 baseTrain.Handles.Power.ApplyState(0, baseTrain.Handles.HandleType != HandleType.SingleHandle); in Release()
H A DHandles.Reverser.cs33 public void ApplyState(ReverserPosition Value) in ApplyState() method in TrainManager.Handles.ReverserHandle
35 ApplyState((int)Value, false); in ApplyState()
38 public void ApplyState(int Value, bool Relative) in ApplyState() method in TrainManager.Handles.ReverserHandle
H A DAbstractHandle.cs58 …public virtual void ApplyState(int newState, bool relativeChange, bool isOverMaxDriverNotch = fals… in ApplyState() method in TrainManager.Handles.AbstractHandle
63 public virtual void ApplyState(AirBrakeHandleState newState) in ApplyState() method in TrainManager.Handles.AbstractHandle
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/Input/
H A DProcessControls.cs238 TrainManager.PlayerTrain.Handles.Power.ApplyState(p, false); in ProcessControls()
302 TrainManager.PlayerTrain.Handles.Brake.ApplyState(b,false); in ProcessControls()
308 TrainManager.PlayerTrain.Handles.HoldBrake.ApplyState(q); in ProcessControls()
323 TrainManager.PlayerTrain.Handles.Brake.ApplyState(b,false); in ProcessControls()
366 TrainManager.PlayerTrain.Handles.Brake.ApplyState(b,false); in ProcessControls()
367 TrainManager.PlayerTrain.Handles.Power.ApplyState(p,false); in ProcessControls()
376 TrainManager.PlayerTrain.Handles.HoldBrake.ApplyState(q); in ProcessControls()
397 TrainManager.PlayerTrain.Handles.Brake.ApplyState(b,false); in ProcessControls()
398 TrainManager.PlayerTrain.Handles.Power.ApplyState(p,false); in ProcessControls()
1116 TrainManager.PlayerTrain.Handles.Brake.ApplyState(0,false); in ProcessControls()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/SafetySystems/Plugin/
H A DPlugin.cs287 Train.Handles.Brake.ApplyState(AirBrakeHandleState.Release); in SetHandles()
299 Train.Handles.Brake.ApplyState(AirBrakeHandleState.Lap); in SetHandles()
311 Train.Handles.Brake.ApplyState(AirBrakeHandleState.Release); in SetHandles()
323 Train.Handles.Brake.ApplyState(AirBrakeHandleState.Service); in SetHandles()
345 this.Train.Handles.HoldBrake.ApplyState(false); in SetHandles()
359 this.Train.Handles.HoldBrake.ApplyState(false); in SetHandles()
373 this.Train.Handles.Brake.ApplyState(0, false, true); in SetHandles()
374 this.Train.Handles.HoldBrake.ApplyState(true); in SetHandles()
386 this.Train.Handles.Brake.ApplyState(0, false, true); in SetHandles()
387 this.Train.Handles.HoldBrake.ApplyState(false); in SetHandles()
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcp.h42 class ApplyState final
45 ApplyState();
46 ~ApplyState();
90 …ace, bool use_tone_curve, bool apply_look_table, bool apply_baseline_exposure, ApplyState& as_out);
91 …loat* r, float* g, float* b, int width, int height, int tile_width, const ApplyState& as_in) const;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Ddcp.h70 class ApplyState
73 ApplyState();
74 ~ApplyState();
118 …ace, bool use_tone_curve, bool apply_look_table, bool apply_baseline_exposure, ApplyState& as_out);
119 …loat* r, float* g, float* b, int width, int height, int tile_width, const ApplyState& as_in) const;
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DJob.hs35 import Darcs.Patch.Apply ( ApplyState )
124 RepoJob (forall rt p wR wU . (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
135 …| PrimV1Job (forall rt p wR wU . (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree, IsPrimV1 (PrimO…
138 …| RebaseAwareJob (forall rt p wR wU . (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree) => Reposit…
139 …| RebaseJob (forall p wR wU . (RepoPatch p, ApplyState p ~ Tree) => Repository ('RepoType 'IsRebas…
140 …| OldRebaseJob (forall p wR wU . (RepoPatch p, ApplyState p ~ Tree) => Repository ('RepoType 'IsRe…
141 …| StartRebaseJob (forall p wR wU . (RepoPatch p, ApplyState p ~ Tree) => Repository ('RepoType 'Is…
144 …-> (forall rt p wR wU . (RepoPatch p, ApplyState p ~ Tree) => (Repository rt p wR wU wR -> IO a) -…
169 IsTree :: (ApplyState p ~ Tree) => IsTree p
176 class ApplyState p ~ Tree => IsPrimV1 p where constructor
[all …]
H A DState.hs139 restrictSubpaths :: (RepoPatch p, ApplyState p ~ Tree)
149 restrictSubpathsAfter :: (RepoPatch p, ApplyState p ~ Tree)
227 unrecordedChanges :: (RepoPatch p, ApplyState p ~ Tree)
266 :: (RepoPatch p, ApplyState p ~ Tree)
371 readUnrecorded :: (RepoPatch p, ApplyState p ~ Tree)
461 readPending :: (RepoPatch p, ApplyState p ~ Tree)
485 readIndex :: (RepoPatch p, ApplyState p ~ Tree)
505 updateIndex :: (RepoPatch p, ApplyState p ~ Tree)
530 :: (RepoPatch p, ApplyState p ~ Tree)
641 . (RepoPatch p, ApplyState p ~ Tree)
[all …]
H A DMatch.hs35 import Darcs.Patch.Apply( ApplyState )
53 getRecordedUpToMatch :: (ApplyMonad (ApplyState p) DefaultIO, IsRepoType rt, RepoPatch p, ApplyStat…
H A DMerge.hs43 import Darcs.Patch.Apply ( ApplyState )
230 tentativelyMergePatches_ :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
324 tentativelyMergePatches :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
337 considerMergeToWorking :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
H A DRepair.hs36 import Darcs.Patch.Apply( ApplyState )
93 :: forall rt p wR wU wT. (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
151 :: forall rt p wR wU wT. (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
204 :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
225 :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
241 :: (RepoPatch p, ApplyState p ~ Tree)
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DTest.hs152 . (RepoPatch p, ApplyMonad (ApplyState p) DefaultIO)
223 :: (RepoPatch p, ApplyMonad (ApplyState p) DefaultIO)
248 trackNextBackoff :: (RepoPatch p, ApplyMonad (ApplyState p) DefaultIO)
280 initialBisect :: (RepoPatch p, ApplyMonad (ApplyState p) DefaultIO)
314 trackNextBisect :: (RepoPatch p, ApplyMonad (ApplyState p) DefaultIO)
336 ApplyMonad (ApplyState p) DefaultIO)
343 ApplyMonad (ApplyState p) DefaultIO)
350 applyRL :: (Apply p, ApplyMonad (ApplyState p) DefaultIO)
354 unapplyRL :: (Apply p, ApplyMonad (ApplyState p) DefaultIO)
358 safeApply :: (Apply p, ApplyMonad (ApplyState p) DefaultIO)
[all …]
H A DShowRepo.hs48 import Darcs.Patch.Apply( ApplyState )
132 :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
155 showXor :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
181 numPatches :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree) => Repository rt p wR wU wR -> IO I…
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/V1/
H A DApply.hs6 import Darcs.Patch.Apply ( ApplyState, Apply, apply )
18 type ApplyState (RepoPatchV1 prim) = ApplyState prim type
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/
H A DApplyPatches.hs40 import Darcs.Patch.Apply( ApplyState )
64 , RepoPatch p, ApplyState p ~ Tree
72 , RepoPatch p, ApplyState p ~ Tree
91 standardApplyPatches :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
118 applyPatchesStart :: (RepoPatch p, ApplyState p ~ Tree)
135 applyPatchesFinish :: (IsRepoType rt, RepoPatch p, ApplyState p ~ Tree)
H A DPrintPatch.hs31 import Darcs.Patch.Apply ( ApplyState )
43 printFriendly :: (ShowPatch p, ShowContextPatch p, ApplyState p ~ Tree) => Maybe (Tree IO)
72 contextualPrintPatch :: (ShowContextPatch p, ApplyState p ~ Tree) => Tree IO
H A DSelectChanges.hs79 import Darcs.Patch.Apply ( ApplyState )
300 , ApplyState p ~ Tree, ApplyState p ~ ApplyState (PrimOf p)
323 , ShowContextPatch p, ApplyState p ~ Tree
400 viewChanges :: (ShowPatch p, ShowContextPatch p, ApplyState p ~ Tree)
545 , PatchInspect p, ApplyState p ~ Tree )
559 , PatchInspect p, ApplyState p ~ Tree )
808 , ApplyState p ~ Tree )
865 lastQuestion :: (Commute p, ShowPatch p, ShowContextPatch p, ApplyState p ~ Tree)
892 printCurrent :: (ShowPatch p, ShowContextPatch p, ApplyState p ~ Tree)
904 textView :: (ShowPatch p, ShowContextPatch p, ApplyState p ~ Tree)
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/harness/Darcs/Test/Patch/Properties/
H A DRepoPatch.hs54 , RepoState model ~ ApplyState prim
55 , ApplyState (rp prim) ~ ApplyState prim
78 , RepoState (ModelOf p) ~ ApplyState p
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dresource_provisioner_mock.go22 ApplyState *InstanceState member
65 p.ApplyState = state
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dresource_provisioner_mock.go22 ApplyState *InstanceState member
65 p.ApplyState = state
/dports/sysutils/terraform/terraform-1.0.11/internal/legacy/terraform/
H A Dresource_provisioner_mock.go22 ApplyState *InstanceState member
65 p.ApplyState = state

12345