Home
last modified time | relevance | path

Searched full:marshal (Results 1 – 9 of 9) sorted by relevance

/plugin/rdplink/RdpEncrypt/
DRdpEncrypt.vb55 ps.cbSize = Marshal.SizeOf(GetType(CRYPTPROTECT_PROMPTSTRUCT))
72 blob.pbData = Marshal.AllocHGlobal(data.Length)
82 Marshal.Copy(data, 0, blob.pbData, data.Length)
175 Dim errCode As Integer = Marshal.GetLastWin32Error()
183 Marshal.Copy(cipherTextBlob.pbData, cipherTextBytes, 0, _
191 Marshal.FreeHGlobal(plainTextBlob.pbData)
195 Marshal.FreeHGlobal(cipherTextBlob.pbData)
199 Marshal.FreeHGlobal(entropyBlob.pbData)
/plugin/golocal/src/setup/
Ddarwin.go89 updatedContent, err := plist.Marshal(prefsMap, plist.AutomaticFormat)
/plugin/passpolicy/
D10k-common-passwords.txt9496 marshal
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php1138 'MAR' => 'Marshal',
/plugin/statistics/vendor/matomo/device-detector/
DREADME.md316 …ajestic, Malata, Mango, Manhattan, Mann, Manta Multimedia, Mantra, Mara, Marshal, Mascom, Massgo, …
/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dmobiles.yml41202 # Marshal
41203 Marshal:
41204 regex: 'Marshal[_ -]?ME'
41207 - regex: 'Marshal[_ -]?ME-(700A|720|617)'
41210 - regex: 'Marshal[_ -]?ME-(34[78]|352|36[456])'
/plugin/aceeditor/
Dbuild.js1marshal|match_beginning|match_end|matched_group|matched_string|max|max_array_length|max_big_int|ma…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js5013 // perhaps marshal to worker thread or something