/dports/deskutils/egroupware/egroupware/vendor/defuse/php-encryption/src/ |
H A D | File.php | 105 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 D | File.php | 100 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 D | File.php | 105 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 D | File.php | 105 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 D | File.php | 105 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 D | engineeffectchain.cpp | 148 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 D | engineeffectsmanager.cpp | 122 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 D | engineeffectrack.cpp | 47 bool EngineEffectRack::process(const ChannelHandle& inputHandle, in process()
|
H A D | engineeffect.cpp | 139 bool EngineEffect::process(const ChannelHandle& inputHandle, in process()
|
/dports/devel/jline/jline-0.9.94/src/src/main/native/ |
H A D | jline_WindowsTerminal.c | 43 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 D | html5check.py | 50 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 D | UnitTestWorkletMapField.cxx | 71 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local 120 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
|
H A D | UnitTestWorkletMapFieldExecArg.cxx | 78 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
|
H A D | UnitTestWorkletMapField3d.cxx | 143 vtkm::cont::ArrayHandle<T> inputHandle = in operator ()() local
|
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/ |
H A D | UnitTestWorkletMapField.cxx | 99 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 D | UnitTestWorkletMapFieldExecArg.cxx | 77 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 D | SetupConsole_win32.cpp | 146 HANDLE inputHandle = GetStdHandle(STD_INPUT_HANDLE); in SetupConsole() local
|
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/win32/ |
H A D | SetupConsole_win32.cpp | 156 HANDLE inputHandle = GetStdHandle(STD_INPUT_HANDLE); in SetupConsole() local
|
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/ |
H A D | HabanaGlowTest.cpp | 1028 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 D | effectprocessor.h | 138 void process(const ChannelHandle& inputHandle, const ChannelHandle& outputHandle, in process()
|
/dports/audio/mixxx/mixxx-2.3.0/src/effects/lv2/ |
H A D | lv2effectprocessor.cpp | 92 void LV2EffectProcessor::process(const ChannelHandle& inputHandle, in process()
|
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/ |
H A D | combine.c | 241 void * const inputHandle, in FramesToMPEG()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/IBM.Data.DB2/IBM.Data.DB2/ |
H A D | DB2CLIWrapper.cs | 176 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 D | KdTree3DConstruction.h | 238 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 D | KdTree3DConstruction.h | 252 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()
|