Home
last modified time | relevance | path

Searched refs:lad (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/lpc/
H A Dpd.py145 self.lad = -1
174 if (self.lad != -1 and self.lad != lad):
182 self.start_field = self.lad
202 def handle_get_addr(self, lad, lad_bits): argument
216 self.addr |= (lad << offset)
231 def handle_get_tar(self, lad, lad_bits): argument
253 def handle_get_sync(self, lad, lad_bits): argument
273 def handle_get_data(self, lad, lad_bits): argument
278 self.databyte = lad
280 self.databyte |= (lad << 4)
[all …]
/dports/games/ladder/ladder-1.00_2/
H A Dlplay.c9 } lad; variable
75 lad.row = lad.st_row = row; in ldscreen()
76 lad.col = lad.st_col = s - t; in ldscreen()
79 bg[lad.row][lad.col] = CFREE; in ldscreen()
113 lad.row = lad.st_row; in reldscreen()
114 lad.col = lad.st_col; in reldscreen()
116 lad.jst = 0; in reldscreen()
117 mvaddch(lad.row,lad.col,CLAD); in reldscreen()
241 mvaddch(lad.row,lad.col,rot[j]); in lad_died()
441 if( lad.row != row || lad.col != col || lad.dir != dir || lad.jst != jst ) in drv_lad()
[all …]
/dports/x11/deforaos-locker/Locker-0.4.0/tests/
H A Dauth.c54 LockerAuthDefinition * lad; in _auth() local
76 if((lad = dlsym(p, "plugin")) == NULL) in _auth()
80 if(lad->icon == NULL) in _auth()
84 lad->name, lad->icon, in _auth()
85 (lad->description != NULL) in _auth()
86 ? lad->description in _auth()
88 if(lad->get_widget == NULL) in _auth()
90 if(lad->action == NULL) in _auth()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogField.cc425 LogField::marshal_len(LogAccess *lad) in marshal_len() argument
428 return (lad->*m_marshal_func)(nullptr); in marshal_len()
453 return lad->marshal_record(m_name, nullptr); in marshal_len()
491 return (lad->*m_set_func)(buf, len); in updateField()
507 LogField::marshal(LogAccess *lad, char *buf) in marshal() argument
510 return (lad->*m_marshal_func)(buf); in marshal()
535 return lad->marshal_record(m_name, buf); in marshal()
804 LogFieldList::marshal_len(LogAccess *lad) in marshal_len() argument
809 const int len = f->marshal_len(lad); in marshal_len()
818 LogFieldList::marshal(LogAccess *lad, char *buf) in marshal() argument
[all …]
H A DLogFilter.cc330 m_field->marshal(lad, buf); in wipe_this_entry()
412 m_field->marshal(lad, buf); in toss_this_entry()
618 LogFilterInt::wipe_this_entry(LogAccess *lad) in wipe_this_entry() argument
656 LogFilterInt::toss_this_entry(LogAccess *lad) in toss_this_entry() argument
831 LogFilterIP::is_match(LogAccess *lad) in is_match() argument
835 if (m_field && lad) { in is_match()
847 LogFilterIP::toss_this_entry(LogAccess *lad) in toss_this_entry() argument
849 bool cond_satisfied = this->is_match(lad); in toss_this_entry()
1016 if (f->wipe_this_entry(lad)) { in wipe_this_entry()
1033 if (f->toss_this_entry(lad)) { in toss_this_entry()
[all …]
H A DLogFilter.h95 virtual bool toss_this_entry(LogAccess *lad) = 0;
96 virtual bool wipe_this_entry(LogAccess *lad) = 0;
135 bool toss_this_entry(LogAccess *lad) override;
136 bool wipe_this_entry(LogAccess *lad) override;
195 bool toss_this_entry(LogAccess *lad) override;
196 bool wipe_this_entry(LogAccess *lad) override;
228 bool toss_this_entry(LogAccess *lad) override;
229 bool wipe_this_entry(LogAccess *lad) override;
245 bool is_match(LogAccess *lad);
264 bool toss_this_entry(LogAccess *lad);
[all …]
H A DLogField.h133 unsigned marshal_len(LogAccess *lad);
134 unsigned marshal(LogAccess *lad, char *buf);
139 void updateField(LogAccess *lad, char *val, int len);
177 …inkcoreapi void set_http_header_field(LogAccess *lad, LogField::Container container, char *field, …
234 unsigned marshal_len(LogAccess *lad);
235 unsigned marshal(LogAccess *lad, char *buf);
H A DLogObject.cc464 return this->log(lad, entry); in va_log()
468 LogObject::log(LogAccess *lad, const char *text_entry) in log() argument
490 if (!lad && text_entry.empty()) { in log()
495 if (lad && m_filter_list.toss_this_entry(lad)) { in log()
500 if (lad && m_filter_list.wipe_this_entry(lad)) { in log()
504 if (lad && m_format->is_aggregate()) { in log()
538 } else if (lad) { in log()
564 if (lad && m_format->is_aggregate()) { in log()
571 } else if (lad) { in log()
1240 LogObjectManager::log(LogAccess *lad) in log() argument
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/ApiAuth.IS.Test/Authentication/
H A DLocalApiJwtBearerConfigurationTest.cs27 localApiDescriptor.Setup(lad => lad.GetResourceDefinitions()) in Configure_SetsUpBearerSchemeForTheLocalApi()
54 localApiDescriptor.Setup(lad => lad.GetResourceDefinitions()) in ResolveAuthorityAndKeysAsync_SetsUpAuthorityAndKeysOnTheTokenValidationParametersAsync()
89 localApiDescriptor.Setup(lad => lad.GetResourceDefinitions()) in Configure_IgnoresOptionsForDifferentSchemes()
127 localApiDescriptor.Setup(lad => lad.GetResourceDefinitions()) in Configure_IgnoresOptionsForNonExistingAPIs()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-account-manager.c338 lad->account_manager = am; in created_cb()
339 lad->storage_plugin = plugin; in created_cb()
346 lad->account = account; in created_cb()
367 lad->account_lock++; in created_cb()
1144 lad->account_lock--; in release_load_accounts_lock()
1147 if (lad->account_lock == 0) in release_load_accounts_lock()
1182 McdLoadAccountsData *lad; member
1194 ctx->lad = lad; in migrate_ctx_new()
1197 lad->account_lock++; in migrate_ctx_new()
1421 McdLoadAccountsData *lad; in _mcd_account_manager_setup() local
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Didealalg.gi213 local I, lad;
218 lad:= LeftActingDomain( A );
233 local I, lad;
238 lad:= LeftActingDomain( A );
252 local I, lad;
257 lad:= LeftActingDomain( A );
272 local I, lad;
278 lad:= LeftActingDomain( A );
294 local I, lad;
300 lad:= LeftActingDomain( A );
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dgeneral_interaction.cpp146 void _game_session::Snap_to_ladder(_stair *lad, uint32 dist) { in Snap_to_ladder() argument
153 tpan = lad->pan + HALF_TURN; // reverse the ladder nico in Snap_to_ladder()
159 warning("Snap:: lad %f %f ang %f", lad->x, lad->z, (ang * 360) / FULL_TURN); in Snap_to_ladder()
161 M->actor_xyz.x = lad->x + PXfloat2PXreal((PXfloat)(dist)*sang); in Snap_to_ladder()
162 M->actor_xyz.z = lad->z + PXfloat2PXreal((PXfloat)(dist)*cang); in Snap_to_ladder()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/certs/
H A Dweb-platform.test.pem47lad.web-platform.test, DNS:www2.www1.not-web-platform.test, DNS:www1.www2.not-web-platform.test, D…
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/quic/certs/
H A Dcert.pem47lad.web-platform.test, DNS:www1.www.not-web-platform.test, DNS:www.www2.not-web-platform.test, DNS…
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/certs/
H A Dweb-platform.test.pem47lad.web-platform.test, DNS:www.www1.not-web-platform.test, DNS:www1.www1.not-web-platform.test, DN…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/quic/certs/
H A Dcert.pem47lad.web-platform.test, DNS:www1.www.not-web-platform.test, DNS:www.www2.not-web-platform.test, DNS…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/certs/
H A Dweb-platform.test.pem47lad.web-platform.test, DNS:www2.www1.not-web-platform.test, DNS:www1.www2.not-web-platform.test, D…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/certs/
H A Dweb-platform.test.pem47lad.web-platform.test, DNS:www1.www.not-web-platform.test, DNS:www.www1.not-web-platform.test, DNS…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/quic/certs/
H A Dcert.pem47lad.web-platform.test, DNS:www1.www.not-web-platform.test, DNS:www.www2.not-web-platform.test, DNS…
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/az/
H A Dplasma_applet_org.kde.plasma.quicklaunch.po48 msgstr "Başladıcı adını göstərmək"
78 msgstr "Başladıcı əlavə etmək..."
84 msgstr "Başladıcıya düzəliş etmək..."
90 msgstr "Başladıcını silmək"
101 msgstr "Başladıcıları köçürməklə və ya kontekst menyudan əlavə etmək."
117 msgstr "Başladıcı əlavə etmək..."
/dports/x11/kf5-kinit/kinit-5.89.0/po/az/
H A Dkinit5.po43 msgstr "KDEİnit başladıla bilmədi '%1'"
53 msgstr "'%1' xidməti, icra faylı kimi başladılmalıdır."
63 msgstr "%1 Başladılır"
86 "klauncher: Bu proqram əllə başladıla bilməz.\n"
87 "Bu kdeinit5 tərəfindən avtomatik başladılır.\n"
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp267 HRESULT CInArchive::Read(int volIndex, const CLongAllocDesc &lad, Byte *buf) in Read() argument
269 return Read(volIndex, lad.Location.PartitionRef, lad.Location.Pos, lad.GetLen(), (Byte *)buf); in Read()
366 HRESULT CInArchive::ReadFileItem(int volIndex, int fsIndex, const CLongAllocDesc &lad, int numRecur… in ReadFileItem() argument
374 CPartition &partition = Partitions[vol.PartitionMaps[lad.Location.PartitionRef].PartitionIndex]; in ReadFileItem()
376 UInt32 key = lad.Location.Pos; in ReadFileItem()
391 RINOK(ReadItem(volIndex, fsIndex, lad, numRecurseAllowed)); in ReadFileItem()
398 HRESULT CInArchive::ReadItem(int volIndex, int fsIndex, const CLongAllocDesc &lad, int numRecurseAl… in ReadItem() argument
407 if (lad.GetLen() != vol.BlockSize) in ReadItem()
411 size_t size = lad.GetLen(); in ReadItem()
413 RINOK(Read(volIndex, lad, buf)); in ReadItem()
[all …]
/dports/math/R-cran-igraph/igraph/man/
H A Dsubgraph_isomorphic.Rd6 \alias{graph.subisomorphic.lad}
10 subgraph_isomorphic(pattern, target, method = c("auto", "lad", "vf2"), ...)
15 method = c("auto", "lad", "vf2"),
29 \sQuote{lad}, \sQuote{vf2}. See their details below.}
42 This method currently selects \sQuote{lad}, always, as it seems
46 \section{\sQuote{lad} method}{
/dports/sysutils/kdebugsettings/kdebugsettings-21.12.3/po/cs/
H A Dkdebugsettings.po24 msgstr "Plné ladění"
190 msgstr "Povolit všechno ladění"
195 msgstr "Vypnout všechno ladění"
299 msgstr "Načíst soubory nastavení ladění"
364 msgstr "Nastavit možnosti ladění"
390 msgstr "Aktivovat plné ladění pro všechny moduly."
395 msgstr "Deaktivovat plné ladění pro všechny moduly."
400 msgstr "Změnit režim ladění jako konzole (v konzoli)"
411 msgstr "Nelze změnit režim ladění"
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp285 HRESULT CInArchive::Read(int volIndex, const CLongAllocDesc &lad, Byte *buf) in Read() argument
287 return Read(volIndex, lad.Location.PartitionRef, lad.Location.Pos, lad.GetLen(), (Byte *)buf); in Read()
384 HRESULT CInArchive::ReadFileItem(int volIndex, int fsIndex, const CLongAllocDesc &lad, int numRecur… in ReadFileItem() argument
392 unsigned partitionRef = lad.Location.PartitionRef; in ReadFileItem()
397 UInt32 key = lad.Location.Pos; in ReadFileItem()
412 RINOK(ReadItem(volIndex, fsIndex, lad, numRecurseAllowed)); in ReadFileItem()
419 HRESULT CInArchive::ReadItem(int volIndex, int fsIndex, const CLongAllocDesc &lad, int numRecurseAl… in ReadItem() argument
428 if (lad.GetLen() != vol.BlockSize) in ReadItem()
431 const size_t size = lad.GetLen(); in ReadItem()
433 RINOK(Read(volIndex, lad, buf)); in ReadItem()
[all …]

12345678910>>...102