Home
last modified time | relevance | path

Searched refs:kod (Results 1 – 25 of 2595) sorted by relevance

12345678910>>...104

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Darm7i.c335 Rm = cpu->kod & 15; in WyliczPrzes()
337 if (cpu->kod & (1 << 4)) in WyliczPrzes()
591 Rm = cpu->kod & 15; in R_SWP()
625 Rs = (cpu->kod >> 8) & 15, in R_MUL_MLA()
626 Rm = cpu->kod & 15; in R_MUL_MLA()
664 if (cpu->kod & (1 << 21)) in R_PSR()
667 Rm = cpu->kod & 15; in R_PSR()
670 arg = ROR (cpu->kod & 0xff, ((cpu->kod >> 8) & 0xf) * 2); in R_PSR()
751 arg2 = ROR (cpu->kod & 0xff, ((cpu->kod >> 8) & 0xf) * 2); in R_DP()
1279 offset = ((cpu->kod >> 4) & 0xf0) | (cpu->kod & 15); in R_HSDT()
[all …]
/dports/net/ntp/ntp-4.2.8p15/sntp/tests/
H A DMakefile.am9 kod-output-blank \
10 kod-output-multiple \
11 kod-output-single \
17 kod-output-blank \
18 kod-output-single \
19 kod-output-multiple \
70 data/kod-test-blanks \
71 data/kod-test-correct \
72 data/kod-test-empty \
78 data/kod-output-single \
[all …]
/dports/mail/roundcube-twofactor_gauthenticator/twofactor_gauthenticator-a3944c4/localization/
H A Dsv_SE.inc11 $labels['qr_code'] = 'QR-kod';
19 $labels['show_qr_code'] = 'Visa QR-kod';
20 $labels['hide_qr_code'] = 'Dölj QR-kod';
31 $labels['check_code'] = 'Kontrollera kod';
33 $labels['code_ko'] = 'Inkorrekt kod';
37 $labels['check_code_to_activate'] = 'KOntrollera kod för att aktivera';
H A Dpl_PL.inc13 $labels['msg_infor'] = 'Możesz dodać <i>tajny kod</i> wygenerowany przez aplikację <a href="https:/…
33 $labels['code_ko'] = 'Błędny kod';
35 $labels['dont_ask_me_30days'] = 'Nie pytaj ponownie o kod na tym komputerze przez następne 30 dni';
37 $labels['check_code_to_activate'] = 'Aby zapisać, zeskanuj kod QR i zweryfikuj go przyciskiem Spraw…
/dports/net/chrony/chrony-4.2/test/unit/
H A Dnts_ntp_server.c113 uint32_t kod; in test_unit() local
138 TEST_CHECK(NNS_CheckRequestAuth(&request, &req_info, &kod) == (valid && !nak)); in test_unit()
141 TEST_CHECK(kod == 0); in test_unit()
145 TEST_CHECK(NNS_GenerateResponseAuth(&request, &req_info, &response, &res_info, kod)); in test_unit()
150 TEST_CHECK(kod == NTP_KOD_NTS_NAK); in test_unit()
154 TEST_CHECK(NNS_GenerateResponseAuth(&request, &req_info, &response, &res_info, kod)); in test_unit()
159 TEST_CHECK(kod == 0); in test_unit()
H A Dntp_auth.c134 uint32_t key_id, kod; in test_unit() local
235 kod = 1; in test_unit()
236 TEST_CHECK(NAU_CheckRequestAuth(&req, &req_info, &kod) == can_auth_req); in test_unit()
237 TEST_CHECK(kod == 0); in test_unit()
253 TEST_CHECK(NAU_GenerateResponseAuth(&req, &req_info, &res, &res_info, NULL, NULL, kod) == in test_unit()
/dports/net/chrony-lite/chrony-4.2/test/unit/
H A Dnts_ntp_server.c113 uint32_t kod; in test_unit() local
138 TEST_CHECK(NNS_CheckRequestAuth(&request, &req_info, &kod) == (valid && !nak)); in test_unit()
141 TEST_CHECK(kod == 0); in test_unit()
145 TEST_CHECK(NNS_GenerateResponseAuth(&request, &req_info, &response, &res_info, kod)); in test_unit()
150 TEST_CHECK(kod == NTP_KOD_NTS_NAK); in test_unit()
154 TEST_CHECK(NNS_GenerateResponseAuth(&request, &req_info, &response, &res_info, kod)); in test_unit()
159 TEST_CHECK(kod == 0); in test_unit()
H A Dntp_auth.c134 uint32_t key_id, kod; in test_unit() local
235 kod = 1; in test_unit()
236 TEST_CHECK(NAU_CheckRequestAuth(&req, &req_info, &kod) == can_auth_req); in test_unit()
237 TEST_CHECK(kod == 0); in test_unit()
253 TEST_CHECK(NAU_GenerateResponseAuth(&req, &req_info, &res, &res_info, NULL, NULL, kod) == in test_unit()
/dports/textproc/augeas/augeas-1.12.0/lenses/tests/
H A Dtest_ntp.aug100 "restrict default kod nomodify notrap nopeer noquery\n" =
102 { "action" = "kod" }
109 "restrict default kod nomodify notrap nopeer noquery\n"
112 "restrict -6 default kod nomodify notrap nopeer noquery\n"
115 "restrict -6 default kod nomodify notrap nopeer noquery\n" =
118 { "action" = "kod" }
125 "restrict default kod nomodify notrap nopeer noquery\n"
128 "restrict -4 default kod nomodify notrap nopeer noquery\n"
/dports/net/chrony-lite/chrony-4.2/
H A Dnts_ntp_server.c92 NNS_CheckRequestAuth(NTP_Packet *packet, NTP_PacketInfo *info, uint32_t *kod) in NNS_CheckRequestAuth() argument
101 *kod = 0; in NNS_CheckRequestAuth()
162 *kod = NTP_KOD_NTS_NAK; in NNS_CheckRequestAuth()
178 *kod = NTP_KOD_NTS_NAK; in NNS_CheckRequestAuth()
227 uint32_t kod) in NNS_GenerateResponseAuth() argument
259 if (kod) in NNS_GenerateResponseAuth()
H A Dntp_auth.c237 NAU_CheckRequestAuth(NTP_Packet *request, NTP_PacketInfo *info, uint32_t *kod) in NAU_CheckRequestAuth() argument
239 *kod = 0; in NAU_CheckRequestAuth()
255 if (!NNS_CheckRequestAuth(request, info, kod)) in NAU_CheckRequestAuth()
271 uint32_t kod) in NAU_GenerateResponseAuth() argument
288 if (!NNS_GenerateResponseAuth(request, request_info, response, response_info, kod)) in NAU_GenerateResponseAuth()
H A Dnts_ntp_server.h35 extern int NNS_CheckRequestAuth(NTP_Packet *packet, NTP_PacketInfo *info, uint32_t *kod);
38 uint32_t kod);
/dports/net/chrony/chrony-4.2/
H A Dnts_ntp_server.c92 NNS_CheckRequestAuth(NTP_Packet *packet, NTP_PacketInfo *info, uint32_t *kod) in NNS_CheckRequestAuth() argument
101 *kod = 0; in NNS_CheckRequestAuth()
162 *kod = NTP_KOD_NTS_NAK; in NNS_CheckRequestAuth()
178 *kod = NTP_KOD_NTS_NAK; in NNS_CheckRequestAuth()
227 uint32_t kod) in NNS_GenerateResponseAuth() argument
259 if (kod) in NNS_GenerateResponseAuth()
H A Dntp_auth.c237 NAU_CheckRequestAuth(NTP_Packet *request, NTP_PacketInfo *info, uint32_t *kod) in NAU_CheckRequestAuth() argument
239 *kod = 0; in NAU_CheckRequestAuth()
255 if (!NNS_CheckRequestAuth(request, info, kod)) in NAU_CheckRequestAuth()
271 uint32_t kod) in NAU_GenerateResponseAuth() argument
288 if (!NNS_GenerateResponseAuth(request, request_info, response, response_info, kod)) in NAU_GenerateResponseAuth()
H A Dnts_ntp_server.h35 extern int NNS_CheckRequestAuth(NTP_Packet *packet, NTP_PacketInfo *info, uint32_t *kod);
38 uint32_t kod);
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/modules/network/ios/
H A Dtest_ios_ntp_global.py110 dict(access_list="2", kod=True),
114 kod=True,
192 dict(access_list="2", kod=True),
196 kod=True,
406 dict(access_list="2", kod=True),
410 kod=True,
527 dict(access_list="2", kod=True),
531 kod=True,
/dports/sysutils/webmin/webmin-1.981/dovecot/lang/
H A Dhr5 index_boot=Pokrenuti kod bootanja?
23 log_bootup=Omogućen Dovecot kod bootanja
24 log_bootdown=Onemogućen Dovecot kod bootanja
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_2fa/localization/
H A Dpl_PL.inc24 $labels['showqrcode'] = 'Pokaż kod QR';
26 …plikację na swoim telefonie i zarejestruj tą usługę. Gdy aplikacja o to poprosi, zeskanuj kod QR.';
28 …plikację na swoim telefonie i zarejestruj tą usługę. Gdy aplikacja o to poprosi, zeskanuj kod QR.';
30 $labels['yubikeyidexplainyubikey'] = 'Naciśnij swojego Yubikeya i wprowadź wygenerowany kod';
/dports/math/pari/pari-2.13.3/src/functions/elliptic_curves/
H A Delllocalred6 [f,kod,[u,r,s,t],c], where f is the conductor's exponent, kod is the Kodaira
15 The result is a 4-component vector $[f,kod,v,c]$. Here $f$ is the exponent of
16 $p$ in the arithmetic conductor of $E$, and $kod$ is the Kodaira type which
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/sr@latin/
H A Dplasma_applet_org.kde.plasma.clipboard.po30 msgstr "QR kod"
48 msgstr "kod 39"
54 msgstr "kod 93"
61 msgstr "kod 39"
112 msgstr "Prikaži bar‑kod"
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/sr@ijekavianlatin/
H A Dplasma_applet_org.kde.plasma.clipboard.po30 msgstr "QR kod"
48 msgstr "kod 39"
54 msgstr "kod 93"
61 msgstr "kod 39"
112 msgstr "Prikaži bar‑kod"
/dports/audio/pacpl/pacpl-code/po/
H A Dtr.po26 unk_decoder = bunun için seçilen kod okuyucu bulunamadı:
30 no_decode_app = kod okuma için uygun uygulama bulunamadı:
42 decode_failed = çıkış durumunda kod okuma durduruldu:
59 dec_fmts = kod okuyucu biçimleri:
70 show_decoders = kod okuyucular
100 formats = desteklenen kodlama/kod okuma biçimlerini listele
111 dopts = kullanıcı tanımlı kod okuyucu seçenekleri
120 decoder = alternatif kod okuyucu belirle
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/snippets/locale/tr_TR/LC_MESSAGES/
H A Ddjango.po32 msgstr "Wagtail kod parçacıkları (snippets)"
61 "Üzgünüm, \"<em>%(query_string)s</em>\" ile eşleşen kod parçacığı bulunmuyor"
69 "%(snippet_type_name)s kod parçacığı oluşturmadınız. Neden <a href="
92 "%(snippet_type_name)s kod parçacığını silmek istediğinizden emin misiniz?"
97 "%(count)s %(snippet_type_name)s kod parçacığını silmek istediğinizden emin "
191 msgstr "Hata nedeniyle kod parçacığı oluşturulamadı."
198 msgstr "Hata nedeniyle kod parçacığı kaydedilemedi."
/dports/math/eclib/eclib-20210318/libsrc/
H A Dcurvered.cc484 int n2 = neron(2,kod); in setLocalRootNumber2()
504 if (kod > 4) in setLocalRootNumber2()
510 if (kod < -9) in setLocalRootNumber2()
522 switch(kod) in setLocalRootNumber2()
681 int n2 = neron(3,kod); in setLocalRootNumber3()
718 if (kod > 4) in setLocalRootNumber3()
724 switch(kod) in setLocalRootNumber3()
948 if (abs(kod)>4) return 1; in neron()
951 switch(kod) in neron()
974 if (kod>4) return 1; in neron()
[all …]
/dports/editors/kate/kate-21.12.3/po/tr/
H A Dkatesnippetsplugin.po45 msgstr "<i>genel amaçlı kod parçacıkları için boş bırakın</i>"
195 "bir bağlamda çağrılırlar. Örneğin, <tt>${field}</tt> içeren bir kod "
198 "kullanılabilecekleri gibi, kod parçası dizisinde <tt>${func(field)}</tt> "
209 msgstr "Bu kod parçasını dene"
215 msgstr "%1 kod parçacıkları"
241 msgstr "%1 kod parçacığını ekle"
255 "Kişisel dizininizde olmayan bir kod parçacığı deposunu düzenlediniz; bu "
266 msgstr "%1 kod parçacığı deposu açılamadı."
278 msgstr "Geçersiz XML kod parçacığı dosyası: %1"
286 "Depo devre dışı, içerdiği kod parçacıkları kod tamamlama sırasında "
[all …]

12345678910>>...104