Home
last modified time | relevance | path

Searched defs:inputHandle (Results 1 – 25 of 40) sorted by relevance

12

/dports/deskutils/egroupware/egroupware/vendor/defuse/php-encryption/src/
H A DFile.php105 public static function encryptResource($inputHandle, $outputHandle, Key $key)
128 public static function encryptResourceWithPassword($inputHandle, $outputHandle, $password)
150 public static function decryptResource($inputHandle, $outputHandle, Key $key)
172 public static function decryptResourceWithPassword($inputHandle, $outputHandle, $password)
324 …private static function encryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
440 … public static function decryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
/dports/finance/prestashop/prestashop/vendor/defuse/php-encryption/src/
H A DFile.php100 public static function encryptResource($inputHandle, $outputHandle, Key $key)
122 public static function encryptResourceWithPassword($inputHandle, $outputHandle, $password)
143 public static function decryptResource($inputHandle, $outputHandle, Key $key)
164 public static function decryptResourceWithPassword($inputHandle, $outputHandle, $password)
313 …private static function encryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
430 … public static function decryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/defuse/php-encryption/src/
H A DFile.php105 public static function encryptResource($inputHandle, $outputHandle, Key $key)
128 public static function encryptResourceWithPassword($inputHandle, $outputHandle, $password)
150 public static function decryptResource($inputHandle, $outputHandle, Key $key)
172 public static function decryptResourceWithPassword($inputHandle, $outputHandle, $password)
324 …private static function encryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
440 … public static function decryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/defuse/php-encryption/src/
H A DFile.php105 public static function encryptResource($inputHandle, $outputHandle, Key $key)
128 public static function encryptResourceWithPassword($inputHandle, $outputHandle, $password)
150 public static function decryptResource($inputHandle, $outputHandle, Key $key)
172 public static function decryptResourceWithPassword($inputHandle, $outputHandle, $password)
324 …private static function encryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
440 … public static function decryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
/dports/www/thirtybees/thirtybees-1.1.0/vendor/defuse/php-encryption/src/
H A DFile.php105 public static function encryptResource($inputHandle, $outputHandle, Key $key)
128 public static function encryptResourceWithPassword($inputHandle, $outputHandle, $password)
150 public static function decryptResource($inputHandle, $outputHandle, Key $key)
172 public static function decryptResourceWithPassword($inputHandle, $outputHandle, $password)
324 …private static function encryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
440 … public static function decryptResourceInternal($inputHandle, $outputHandle, KeyOrPassword $secret)
/dports/audio/mixxx/mixxx-2.3.0/src/engine/effects/
H A Dengineeffectchain.cpp148 bool EngineEffectChain::enableForInputChannel(const ChannelHandle* inputHandle, in enableForInputChannel()
182 bool EngineEffectChain::disableForInputChannel(const ChannelHandle* inputHandle) { in disableForInputChannel()
223 const ChannelHandle& inputHandle, in getChannelStatus()
229 bool EngineEffectChain::process(const ChannelHandle& inputHandle, in process()
H A Dengineeffectsmanager.cpp122 void EngineEffectsManager::processPreFaderInPlace(const ChannelHandle& inputHandle, in processPreFaderInPlace()
140 const ChannelHandle& inputHandle, in processPostFaderInPlace()
156 const ChannelHandle& inputHandle, in processPostFaderAndMix()
173 const ChannelHandle& inputHandle, in processInner()
H A Dengineeffectrack.cpp47 bool EngineEffectRack::process(const ChannelHandle& inputHandle, in process()
H A Dengineeffect.cpp139 bool EngineEffect::process(const ChannelHandle& inputHandle, in process()
/dports/devel/jline/jline-0.9.94/src/src/main/native/
H A Djline_WindowsTerminal.c43 HANDLE inputHandle = GetStdHandle (STD_INPUT_HANDLE); in Java_jline_WindowsTerminal_getWindowsTerminalWidth() local
52 HANDLE inputHandle = GetStdHandle (STD_INPUT_HANDLE); in Java_jline_WindowsTerminal_getWindowsTerminalHeight() local
/dports/mail/imapsync/imapsync-1d08afa/W/tools/
H A Dhtml5check.py50 inputHandle = None variable
118 inputHandle = open(fileName, "rb") variable
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestWorkletMapField.cxx71 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
120 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
H A DUnitTestWorkletMapFieldExecArg.cxx78 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
H A DUnitTestWorkletMapField3d.cxx143 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestWorkletMapField.cxx99 vtkm::cont::ArrayHandle<T> inputHandle = vtkm::cont::make_ArrayHandle(inputArray, ARRAY_SIZE); in operator ()() local
147 vtkm::cont::ArrayHandle<T> inputHandle = vtkm::cont::make_ArrayHandle(inputArray, ARRAY_SIZE); in operator ()() local
H A DUnitTestWorkletMapFieldExecArg.cxx77 vtkm::cont::ArrayHandle<T> inputHandle = vtkm::cont::make_ArrayHandle(inputArray, ARRAY_SIZE); in operator ()() local
/dports/games/stratagus/stratagus-3.2.0/src/win32/
H A DSetupConsole_win32.cpp146 HANDLE inputHandle = GetStdHandle(STD_INPUT_HANDLE); in SetupConsole() local
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/win32/
H A DSetupConsole_win32.cpp156 HANDLE inputHandle = GetStdHandle(STD_INPUT_HANDLE); in SetupConsole() local
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DHabanaGlowTest.cpp1028 auto inputHandle = ctx_.allocate(input)->getHandle(); in TEST_F() local
1051 auto inputHandle = ctx_.allocate(input)->getHandle<int8_t>(); in TEST_F() local
1075 auto inputHandle = ctx_.allocate(input)->getHandle(); in TEST_F() local
1098 auto inputHandle = ctx_.allocate(input)->getHandle(); in TEST_F() local
1152 auto inputHandle = ctx_.allocate(input)->getHandle(); in TEST_F() local
1172 auto inputHandle = ctx_.allocate(input)->getHandle(); in TEST_F() local
1194 auto inputHandle = ctx_.allocate(input)->getHandle<int8_t>(); in TEST_F() local
1274 auto inputHandle = ctx_.allocate(input)->getHandle(); in TEST_F() local
1575 auto inputHandle = iBindings->allocate(inputP)->getHandle(); in TEST_F() local
/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectprocessor.h138 void process(const ChannelHandle& inputHandle, const ChannelHandle& outputHandle, in process()
/dports/audio/mixxx/mixxx-2.3.0/src/effects/lv2/
H A Dlv2effectprocessor.cpp92 void LV2EffectProcessor::process(const ChannelHandle& inputHandle, in process()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dcombine.c241 void * const inputHandle, in FramesToMPEG()
/dports/lang/mono/mono-5.10.1.57/mcs/class/IBM.Data.DB2/IBM.Data.DB2/
H A DDB2CLIWrapper.cs176 static public short SQLAllocHandle(short handleType, IntPtr inputHandle, out IntPtr outputHandle) in SQLAllocHandle()
182 static public short SQLFreeHandle(short handleType, IntPtr inputHandle) in SQLFreeHandle()
363 …public static extern short SQLAllocHandle(short handleType, IntPtr inputHandle, out IntPtr output… in SQLAllocHandle()
365 public static extern short SQLFreeHandle(short handleType, IntPtr inputHandle); in SQLFreeHandle()
450 … static extern short SQLAllocHandle_ (short handleType, int inputHandle, out int outputHandle); in SQLAllocHandle_()
452 …public static short SQLAllocHandle (short handleType, IntPtr inputHandle, out IntPtr outputHandle) in SQLAllocHandle()
461 static extern short SQLFreeHandle_ (short handleType, int inputHandle); in SQLFreeHandle_()
463 public static short SQLFreeHandle(short handleType, IntPtr inputHandle) in SQLFreeHandle()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/spatialstructure/
H A DKdTree3DConstruction.h238 vtkm::cont::ArrayHandle<T> Inverse01ArrayWrapper(vtkm::cont::ArrayHandle<T>& inputHandle) in Inverse01ArrayWrapper()
248 vtkm::cont::ArrayHandle<T> ScatterArrayWrapper(vtkm::cont::ArrayHandle<T>& inputHandle, in ScatterArrayWrapper()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/spatialstructure/
H A DKdTree3DConstruction.h252 vtkm::cont::ArrayHandle<T> Inverse01ArrayWrapper(vtkm::cont::ArrayHandle<T>& inputHandle, in Inverse01ArrayWrapper()
264 vtkm::cont::ArrayHandle<T> ScatterArrayWrapper(vtkm::cont::ArrayHandle<T>& inputHandle, in ScatterArrayWrapper()

12