Home
last modified time | relevance | path

Searched refs:oData (Results 1 – 25 of 135) sorted by relevance

123456

/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/dialogs/dialogsqt/
H A Ddlgs.cpp103 (void **) &oData);
110 oData->usage = usage;
112 wcscpy_s(oData->pinName,
118 wcscpy_s(oData->pin, sizeof(oData->pin) / sizeof(wchar_t),
204 (void **) &oData);
211 oData->usage = usage;
221 wcscpy_s(oData->pin1, sizeof(oData->pin1) / sizeof(wchar_t),
224 wcscpy_s(oData->pin2, sizeof(oData->pin2) / sizeof(wchar_t),
616 oData->icon = icon;
626 wcscpy_s(oData->mesg,
[all …]
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/dialogs/dialogsqtsrv/
H A Dmain.cpp135 (void **) &oData); in main()
222 (oData-> in main()
237 oData); in main()
286 (void **) &oData); in main()
307 (oData-> in main()
323 (oData-> in main()
337 oData); in main()
346 oData->pin2Info, in main()
394 (void **) &oData); in main()
429 (oData-> in main()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2SimpleVM.cpp100 UINT_32 SimpleVM::Run(CDT & oData, const VMLoader & oLoader, std::string & sResult, Logger & oLogge… in Run() argument
104 return Run(oData, oLoader, oOutputCollector, oLogger); in Run()
110 UINT_32 SimpleVM::Run(CDT & oData, const VMLoader & oLoader, FILE * F, Logger & oLogger) in Run() argument
114 return Run(oData, oLoader, oOutputCollector, oLogger); in Run()
120 UINT_32 SimpleVM::Run(CDT & oData, const VMLoader & oLoader, OutputCollector & oCollector, Logger &… in Run() argument
124 return Run(oData, pCore, oCollector, oLogger); in Run()
130 UINT_32 SimpleVM::Run(CDT & oData, const VMMemoryCore * pCore, std::string & sResult, Logger & oLog… in Run() argument
134 return Run(oData, pCore, oOutputCollector, oLogger); in Run()
140 UINT_32 SimpleVM::Run(CDT & oData, const VMMemoryCore * pCore, FILE * F, Logger & oLogger) in Run() argument
144 return Run(oData, pCore, oOutputCollector, oLogger); in Run()
[all …]
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2SimpleVM.cpp100 UINT_32 SimpleVM::Run(CDT & oData, const VMLoader & oLoader, std::string & sResult, Logger & oLogge… in Run() argument
104 return Run(oData, oLoader, oOutputCollector, oLogger); in Run()
110 UINT_32 SimpleVM::Run(CDT & oData, const VMLoader & oLoader, FILE * F, Logger & oLogger) in Run() argument
114 return Run(oData, oLoader, oOutputCollector, oLogger); in Run()
120 UINT_32 SimpleVM::Run(CDT & oData, const VMLoader & oLoader, OutputCollector & oCollector, Logger &… in Run() argument
124 return Run(oData, pCore, oCollector, oLogger); in Run()
130 UINT_32 SimpleVM::Run(CDT & oData, const VMMemoryCore * pCore, std::string & sResult, Logger & oLog… in Run() argument
134 return Run(oData, pCore, oOutputCollector, oLogger); in Run()
140 UINT_32 SimpleVM::Run(CDT & oData, const VMMemoryCore * pCore, FILE * F, Logger & oLogger) in Run() argument
144 return Run(oData, pCore, oOutputCollector, oLogger); in Run()
[all …]
/dports/news/nzbget/nzbget-21.1/lib/yencode/
H A DSimdDecoder.cpp230 __m128i oData; in do_decode_sse() local
259 oData, in do_decode_sse()
261 oData, in do_decode_sse()
266 oData, in do_decode_sse()
374 oData = _mm_shuffle_epi8(oData, shuf); in do_decode_sse()
457 uint8x16_t oData; in do_decode_neon() local
483 oData = vaddq_u8( in do_decode_neon()
484 oData, in do_decode_neon()
566 oData = vqtbl1q_u8(oData, compact); in do_decode_neon()
568 uint8x8x2_t dataH = {vget_low_u8(oData), vget_high_u8(oData)}; in do_decode_neon()
[all …]
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/cardlayer/
H A Dcard.cpp328 oAID_Data.Append(oData); in CardSign()
479 return oData; in ReadFile()
526 CByteArray oData; in SendAPDU() local
536 if ((oData.Size() == 2) && ((oData.GetByte(0) == 0x61) in SendAPDU()
537 || ((oData.GetByte(0) == 0x90) && (oData.GetByte(1) == 0x00)))) in SendAPDU()
633 oAPDU.Append(oData); in SendAPDU()
879 CByteArray oData(5); in SetSecurityEnv() local
945 oData.Append(0x04); in SetSecurityEnv()
946 oData.Append(0x80); in SetSecurityEnv()
947 oData.Append(ucAlgo); in SetSecurityEnv()
[all …]
H A Dcard.h87 CByteArray CardSign(const tPrivKey & key, unsigned long algo, const CByteArray & oData);
111 …teArray Sign(const tPrivKey & key, const tPin & Pin, unsigned long algo, const CByteArray & oData);
121 …char ucCLA, unsigned char ucINS, unsigned char ucP1, unsigned char ucP2, const CByteArray & oData);
185 CByteArray UpdateBinary(unsigned long ulOffset, const CByteArray & oData);
193 unsigned long algo, const CByteArray & oData);
200 bool SerialNrPresent(const CByteArray & oData);
216 CByteArray SignInternal(const tPrivKey & key, unsigned long algo, const CByteArray & oData,
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2SimpleVM.hpp83 UINT_32 Run(CDT & oData, const VMLoader & oLoader, std::string & sResult, Logger & oLogger);
93 UINT_32 Run(CDT & oData, const VMLoader & oLoader, FILE * F, Logger & oLogger);
103 UINT_32 Run(CDT & oData, const VMLoader & oLoader, OutputCollector & oCollector, Logger & oLogger);
113 UINT_32 Run(CDT & oData, const VMMemoryCore * pCore, std::string & sResult, Logger & oLogger);
123 UINT_32 Run(CDT & oData, const VMMemoryCore * pCore, FILE * F, Logger & oLogger);
133 …UINT_32 Run(CDT & oData, const VMMemoryCore * pCore, OutputCollector & oCollector, Logger & oLogge…
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2SimpleVM.hpp83 UINT_32 Run(CDT & oData, const VMLoader & oLoader, std::string & sResult, Logger & oLogger);
93 UINT_32 Run(CDT & oData, const VMLoader & oLoader, FILE * F, Logger & oLogger);
103 UINT_32 Run(CDT & oData, const VMLoader & oLoader, OutputCollector & oCollector, Logger & oLogger);
113 UINT_32 Run(CDT & oData, const VMMemoryCore * pCore, std::string & sResult, Logger & oLogger);
123 UINT_32 Run(CDT & oData, const VMMemoryCore * pCore, FILE * F, Logger & oLogger);
133 …UINT_32 Run(CDT & oData, const VMMemoryCore * pCore, OutputCollector & oCollector, Logger & oLogge…
/dports/www/itop/web/application/
H A Dapplicationextension.inc.php869 public static function InitTrackingComment($oData) argument
871 $sComment = self::GetMandatoryParam($oData, 'comment');
885 public static function GetMandatoryParam($oData, $sParamName) argument
887 if (isset($oData->$sParamName))
889 return $oData->$sParamName;
901 * @param StdClass $oData Structured input data.
911 if (isset($oData->$sParamName))
913 return $oData->$sParamName;
932 public static function GetClass($oData, $sParamName) argument
934 $sClass = self::GetMandatoryParam($oData, $sParamName);
[all …]
/dports/databases/p5-DBD-Excel/DBD-Excel-0.06/
H A DExcel.pm658 $rhItem->{xl_t_database} = $oData->{Database};
699 my($oThis, $oData, $row) = @_;
703 $oData->{Database}->FETCH('xl_skiphidden');
748 my($oThis, $oData, $raNames) = @_;
750 my $oBook = $oData->{Database}->{xl_book};
778 my($oThis, $oData) = @_;
783 my $oBook = $oData->{Database}->{xl_book};
802 my($oThis, $oData, $raFields) = @_;
820 $oData->{Database}->{xl_book}->AddCell(
836 my($oThis, $oData, $iPos, $iWhence) = @_;
[all …]
/dports/www/moodle310/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/
H A DFlate.php42 $oData = $data;
47 … while ($tries < 10 && ($data === false || \strlen($data) < (\strlen($oData) - $tries - 1))) {
48 $data = @(\gzinflate(\substr($oData, $tries)));
55 \fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
/dports/www/moodle39/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/
H A DFlate.php42 $oData = $data;
47 … while ($tries < 10 && ($data === false || \strlen($data) < (\strlen($oData) - $tries - 1))) {
48 $data = @(\gzinflate(\substr($oData, $tries)));
55 \fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php41 $oData = $data;
46 fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
59 $oDataLen = strlen($oData);
61 $data = @(gzinflate(substr($oData, $tries)));
/dports/www/moodle311/moodle/mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/
H A DFlate.php41 $oData = $data;
46 fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
59 $oDataLen = strlen($oData);
61 $data = @(gzinflate(substr($oData, $tries)));
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/tests/
H A Dplayraw.cpp76 OutputData *oData = (OutputData*) data; in output() local
81 …unsigned int count = fread( outputBuffer, oData->channels * sizeof( MY_TYPE ), nBufferFrames, oDat… in output()
83 unsigned int bytes = (nBufferFrames - count) * oData->channels * sizeof( MY_TYPE ); in output()
84 unsigned int startByte = count * oData->channels * sizeof( MY_TYPE ); in output()
/dports/audio/rtaudio/rtaudio-5.1.0/tests/
H A Dplayraw.cpp76 OutputData *oData = (OutputData*) data; in output() local
81 …unsigned int count = fread( outputBuffer, oData->channels * sizeof( MY_TYPE ), nBufferFrames, oDat… in output()
83 unsigned int bytes = (nBufferFrames - count) * oData->channels * sizeof( MY_TYPE ); in output()
84 unsigned int startByte = count * oData->channels * sizeof( MY_TYPE ); in output()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarEncryption.cxx109 std::vector<uint8_t> oData(16); in checkPassword() local
111 oData[i]=static_cast<uint8_t>(data.cstr()[i]); in checkPassword()
112 decode(oData); in checkPassword()
113 if (oData==cryptDateTime) in checkPassword()
127 std::vector<uint8_t> oData(16); in guessPassword() local
129 oData[i]=static_cast<uint8_t>(data.cstr()[i]); in guessPassword()
138 …if (!findEncryptedPassword(oData, cryptDateTime, uint8_t(c0c1), cryptPassword) || cryptPassword.si… in guessPassword()
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/views/bricks/user-profile/
H A Dlayout.html.twig186 .on('fileuploadsend', function(oEvent, oData){
190 .on('fileuploadalways', function(oEvent, oData){
193 .on('fileuploaddone', function(oEvent, oData){
194 …if( (oData._response.result.form !== undefined) && (oData._response.result.form.validation.valid =…
197 var sPictureUrl = oData._response.result.form.picture_url;
204 .on('fileuploadfail', function(oEvent, oData){
205 …if( (oData._response.jqXHR.responseJSON !== undefined) && (oData._response.jqXHR.responseJSON.erro…
207 …$('.user_profile_picture .form_alerts .alert-error').show().text(oData._response.jqXHR.responseJSO…
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/reports/
H A Dreport-table.html.tmpl46 this.Linkify = function(elLiner, oRecord, oColumn, oData) {
47 if (oData == 0)
52 + '[% "&amp;" _ row_vals IF row_vals %]">' + oData + '</a>';
57 + bz_encode(oColumn.field) + '">' + oData + '</a>';
60 this.LinkifyTotal = function(elLiner, oRecord, oColumn, oData) {
61 if (oData == 0)
66 + oData + '</a>';
70 + '[% "&amp;" _ col_vals IF col_vals %]">' + oData + '</a>';
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/reports/
H A Dreport-table.html.tmpl44 this.Linkify = function(elLiner, oRecord, oColumn, oData) {
45 if (oData == 0)
50 + '[% "&amp;" _ row_vals IF row_vals %]">' + oData + '</a>';
55 + bz_encode(oColumn.field) + '">' + oData + '</a>';
58 this.LinkifyTotal = function(elLiner, oRecord, oColumn, oData) {
59 if (oData == 0)
64 + oData + '</a>';
68 + '[% "&amp;" _ col_vals IF col_vals %]">' + oData + '</a>';
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/reports/
H A Dreport-table.html.tmpl44 this.Linkify = function(elLiner, oRecord, oColumn, oData) {
45 if (oData == 0)
50 + '[% "&amp;" _ row_vals IF row_vals %]">' + oData + '</a>';
55 + bz_encode(oColumn.field) + '">' + oData + '</a>';
58 this.LinkifyTotal = function(elLiner, oRecord, oColumn, oData) {
59 if (oData == 0)
64 + oData + '</a>';
68 + '[% "&amp;" _ col_vals IF col_vals %]">' + oData + '</a>';
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/reports/
H A Dreport-table.html.tmpl45 this.Linkify = function(elLiner, oRecord, oColumn, oData) {
46 if (oData == 0)
51 + '[% "&amp;" _ row_vals IF row_vals %]">' + oData + '</a>';
56 + bz_encode(oColumn.field) + '">' + oData + '</a>';
59 this.LinkifyTotal = function(elLiner, oRecord, oColumn, oData) {
60 if (oData == 0)
65 + oData + '</a>';
69 + '[% "&amp;" _ col_vals IF col_vals %]">' + oData + '</a>';
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/views/bricks/object/
H A Dmode_search_regular.html.twig128 "rowCallback": function(oRow, oData){
132 if(oData.id in oSelectedItems)
200 "error": function(oData, sError, sThrow){
202 if(oData.responseJSON !== undefined && oData.responseJSON !== null)
204 var oResponse = oData.responseJSON;
286 var oData = {values: oSelectedItems};
288 var oData = {value: {}};
292 oData.value[sItemId] = sItemName;
296 …e.sFormPath}}"][data-field-id="{{aSource.sFieldId}}"]').triggerHandler('set_current_value', oData);
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/reports/
H A Dreport-table.html.tmpl44 this.Linkify = function(elLiner, oRecord, oColumn, oData) {
45 if (oData == 0)
50 + '[% "&amp;" _ row_vals IF row_vals %]">' + oData + '</a>';
55 + bz_encode(oColumn.field) + '">' + oData + '</a>';
58 this.LinkifyTotal = function(elLiner, oRecord, oColumn, oData) {
59 if (oData == 0)
64 + oData + '</a>';
68 + '[% "&amp;" _ col_vals IF col_vals %]">' + oData + '</a>';

123456