Home
last modified time | relevance | path

Searched refs:dispatchTable (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DDispatcher.php112 protected $dispatchTable; variable in RemexHtml\\TreeBuilder\\Dispatcher
159 $this->handler = $this->dispatchTable[$mode];
173 $this->handler = $this->dispatchTable[$mode];
189 $this->handler = $this->dispatchTable[$mode];
331 $this->dispatchTable = [];
336 $this->inHead = $this->dispatchTable[self::IN_HEAD];
337 $this->inBody = $this->dispatchTable[self::IN_BODY];
338 $this->inTable = $this->dispatchTable[self::IN_TABLE];
339 $this->inSelect = $this->dispatchTable[self::IN_SELECT];
340 $this->inTemplate = $this->dispatchTable[self::IN_TEMPLATE];
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DDispatcher.php112 protected $dispatchTable; variable in RemexHtml\\TreeBuilder\\Dispatcher
159 $this->handler = $this->dispatchTable[$mode];
173 $this->handler = $this->dispatchTable[$mode];
189 $this->handler = $this->dispatchTable[$mode];
331 $this->dispatchTable = [];
336 $this->inHead = $this->dispatchTable[self::IN_HEAD];
337 $this->inBody = $this->dispatchTable[self::IN_BODY];
338 $this->inTable = $this->dispatchTable[self::IN_TABLE];
339 $this->inSelect = $this->dispatchTable[self::IN_SELECT];
340 $this->inTemplate = $this->dispatchTable[self::IN_TEMPLATE];
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/TreeBuilder/
H A DDispatcher.php112 protected $dispatchTable; variable in Wikimedia\\RemexHtml\\TreeBuilder\\Dispatcher
159 $this->handler = $this->dispatchTable[$mode];
173 $this->handler = $this->dispatchTable[$mode];
189 $this->handler = $this->dispatchTable[$mode];
331 $this->dispatchTable = [];
336 $this->inHead = $this->dispatchTable[self::IN_HEAD];
337 $this->inBody = $this->dispatchTable[self::IN_BODY];
338 $this->inTable = $this->dispatchTable[self::IN_TABLE];
339 $this->inSelect = $this->dispatchTable[self::IN_SELECT];
340 $this->inTemplate = $this->dispatchTable[self::IN_TEMPLATE];
[all …]
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGlib/
H A Dvalue.cpp40 QHash<Type, ValueVTable> dispatchTable; member in QGlib::Private::Dispatcher
106 if (dispatchTable.contains(t)) { in getVTable()
107 return dispatchTable[t]; in getVTable()
112 if (dispatchTable.contains(t)) { in getVTable()
113 return dispatchTable[t]; in getVTable()
123 dispatchTable[t] = vtable; in setVTable()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarm/
H A Dservice.cpp370 SERVICE_TABLE_ENTRY dispatchTable[2]; in run() local
374 dispatchTable[0].lpServiceName = (char *)name.c_str(); in run()
375 dispatchTable[0].lpServiceProc = in run()
378 dispatchTable[1].lpServiceName = NULL; in run()
379 dispatchTable[1].lpServiceProc = NULL; in run()
381 if (!StartServiceCtrlDispatcher(dispatchTable)) in run()
/dports/net/zerotier/ZeroTierOne-1.8.3/windows/TapDriver6/
H A Ddevice.c1047 PDRIVER_DISPATCH dispatchTable[IRP_MJ_MAXIMUM_FUNCTION+1]; in CreateTapDevice() local
1063 NdisZeroMemory(dispatchTable, (IRP_MJ_MAXIMUM_FUNCTION+1) * sizeof(PDRIVER_DISPATCH)); in CreateTapDevice()
1065 dispatchTable[IRP_MJ_CREATE] = TapDeviceCreate; in CreateTapDevice()
1066 dispatchTable[IRP_MJ_CLEANUP] = TapDeviceCleanup; in CreateTapDevice()
1067 dispatchTable[IRP_MJ_CLOSE] = TapDeviceClose; in CreateTapDevice()
1068 dispatchTable[IRP_MJ_READ] = TapDeviceRead; in CreateTapDevice()
1069 dispatchTable[IRP_MJ_WRITE] = TapDeviceWrite; in CreateTapDevice()
1070 dispatchTable[IRP_MJ_DEVICE_CONTROL] = TapDeviceControl; in CreateTapDevice()
1083 deviceAttribute.MajorFunctions = &dispatchTable[0]; in CreateTapDevice()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dastrocalc.cpp185 dispatchTable.insert(item, WidgetThunk(this, &AstroCalc::addToStack<T>)); in addTreeItem()
210 QMap<QTreeWidgetItem *, WidgetThunk>::iterator iter = dispatchTable.find(item); in slotItemSelection()
211 if (iter != dispatchTable.end()) in slotItemSelection()
/dports/dns/bind911/bind-9.11.37/bin/named/win32/
H A Dntservice.c156 SERVICE_TABLE_ENTRY dispatchTable[] = { in main() local
162 rc = StartServiceCtrlDispatcher(dispatchTable); in main()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/win32/
H A Dntservice.c160 SERVICE_TABLE_ENTRY dispatchTable[] = { in main() local
166 rc = StartServiceCtrlDispatcher(dispatchTable); in main()
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DReadtable.java284 DispatchTable dispatchTable = dispatchTables.get(dispChar); in getDispatchMacroCharacter() local
285 if (dispatchTable == null) in getDispatchMacroCharacter()
292 dispatchTable.functions.get(LispCharacter.toUpperCase(subChar)); in getDispatchMacroCharacter()
300 DispatchTable dispatchTable = dispatchTables.get(dispChar); in setDispatchMacroCharacter() local
301 if (dispatchTable == null) in setDispatchMacroCharacter()
307 dispatchTable.functions.put(LispCharacter.toUpperCase(subChar), function); in setDispatchMacroCharacter()
/dports/dns/bind916/bind-9.16.27/bin/named/win32/
H A Dntservice.c175 SERVICE_TABLE_ENTRY dispatchTable[] = { in main() local
181 rc = StartServiceCtrlDispatcher(dispatchTable); in main()
/dports/dns/bind-tools/bind-9.16.27/bin/named/win32/
H A Dntservice.c175 SERVICE_TABLE_ENTRY dispatchTable[] = { in main() local
181 rc = StartServiceCtrlDispatcher(dispatchTable); in main()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpnserv/
H A Dservice.c241 const SERVICE_TABLE_ENTRY *dispatchTable = dispatchTable_shared; in _tmain() local
265 dispatchTable = dispatchTable_interactive; in _tmain()
300 if (!StartServiceCtrlDispatcher(dispatchTable)) in _tmain()
/dports/security/openvpn/openvpn-2.5.6/src/openvpnserv/
H A Dservice.c248 const SERVICE_TABLE_ENTRY *dispatchTable = dispatchTable_shared; in _tmain() local
272 dispatchTable = _tcsicmp(TEXT("interactive"), argv[i + 1]) != 0 ? in _tmain()
304 if (!StartServiceCtrlDispatcher(dispatchTable)) in _tmain()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpnserv/
H A Dservice.c248 const SERVICE_TABLE_ENTRY *dispatchTable = dispatchTable_shared; in _tmain() local
272 dispatchTable = _tcsicmp(TEXT("interactive"), argv[i + 1]) != 0 ? in _tmain()
304 if (!StartServiceCtrlDispatcher(dispatchTable)) in _tmain()
/dports/databases/gigabase/gigabase/
H A Dclidb.cpp814 WWWapi::dispatcher dispatchTable[] = { variable
837 CGIapi wwwServer(db, itemsof(dispatchTable), dispatchTable);
842 HTTPapi wwwServer(db, itemsof(dispatchTable), dispatchTable, true);
844 HTTPapi wwwServer(db, itemsof(dispatchTable), dispatchTable, false);
/dports/databases/fastdb/fastdb/examples/
H A Dclidb.cpp815 WWWapi::dispatcher dispatchTable[] = { variable
838 CGIapi wwwServer(db, itemsof(dispatchTable), dispatchTable);
843 HTTPapi wwwServer(db, itemsof(dispatchTable), dispatchTable, true);
845 HTTPapi wwwServer(db, itemsof(dispatchTable), dispatchTable, false);
/dports/lang/kawa/kawa-3.1.1/kawa/standard/
H A DScheme.java400 ReaderDispatch dispatchTable = (ReaderDispatch) tab.lookup('#'); in createReadTable() local
402 dispatchTable.set('\'', sentry); in createReadTable()
403 dispatchTable.set('`', sentry); in createReadTable()
404 dispatchTable.set(',', sentry); in createReadTable()
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Descape.cxx52 char32_t doDispatch(char32_t c, CharacterDispatch& dispatchTable) { in doDispatch() argument
53 for (unsigned int i = 0; i < dispatchTable.len; ++i) { in doDispatch()
54 if (static_cast<unsigned char>(dispatchTable.chars[i]) == c) { in doDispatch()
55 return dispatchTable.dispatch[i](c); in doDispatch()
58 return dispatchTable.dispatch[dispatchTable.len](c); in doDispatch()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Descape.cxx52 char32_t doDispatch(char32_t c, CharacterDispatch& dispatchTable) { in doDispatch() argument
53 for (unsigned int i = 0; i < dispatchTable.len; ++i) { in doDispatch()
54 if (static_cast<unsigned char>(dispatchTable.chars[i]) == c) { in doDispatch()
55 return dispatchTable.dispatch[i](c); in doDispatch()
58 return dispatchTable.dispatch[dispatchTable.len](c); in doDispatch()
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Descape.cxx52 char32_t doDispatch(char32_t c, CharacterDispatch& dispatchTable) { in doDispatch() argument
53 for (unsigned int i = 0; i < dispatchTable.len; ++i) { in doDispatch()
54 if (static_cast<unsigned char>(dispatchTable.chars[i]) == c) { in doDispatch()
55 return dispatchTable.dispatch[i](c); in doDispatch()
58 return dispatchTable.dispatch[dispatchTable.len](c); in doDispatch()
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Descape.cxx52 char32_t doDispatch(char32_t c, CharacterDispatch& dispatchTable) { in doDispatch() argument
53 for (unsigned int i = 0; i < dispatchTable.len; ++i) { in doDispatch()
54 if (static_cast<unsigned char>(dispatchTable.chars[i]) == c) { in doDispatch()
55 return dispatchTable.dispatch[i](c); in doDispatch()
58 return dispatchTable.dispatch[dispatchTable.len](c); in doDispatch()
/dports/net/ntp/ntp-4.2.8p15/ports/winnt/ntpd/
H A Dntservice.c123 SERVICE_TABLE_ENTRY dispatchTable[] = { in main() local
128 rc = StartServiceCtrlDispatcher(dispatchTable); in main()
/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd.c39 SERVICE_TABLE_ENTRY dispatchTable[] = in main() local
104 result = StartServiceCtrlDispatcher(dispatchTable); in main()
/dports/comms/thebridge/thebridge-1.09/common/
H A Dntservice.c121 SERVICE_TABLE_ENTRY dispatchTable[] = { variable
290 if(StartServiceCtrlDispatcher(dispatchTable)) { in RunAsService()

1234