Home
last modified time | relevance | path

Searched refs:wID (Results 1 – 25 of 848) sorted by relevance

12345678910>>...34

/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A DsaveState.tcl27 set saveState(wID) $wID
44 flush $wID
45 close $wID
50 puts $wID {
265 puts $wID $cmd
462 puts $wID ""
548 puts $wID {
608 return $wID
625 set wID $saveState(wID)
633 set wID $saveState(wID)
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DMenu.cpp48 si.wID = item.wID; in ConvertItemToSysForm()
63 si.wID = item.wID; in ConvertItemToSysForm()
76 item.wID = si.wID; in ConvertItemToMyForm()
89 item.wID = si.wID; in ConvertItemToMyForm()
191 UINT id = item.wID; in InsertItem()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DMenu.cpp44 si.wID = item.wID; in ConvertItemToSysForm()
59 si.wID = item.wID; in ConvertItemToSysForm()
72 item.wID = si.wID; in ConvertItemToMyForm()
85 item.wID = si.wID; in ConvertItemToMyForm()
187 UINT id = item.wID; in InsertItem()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DMyLoadMenu.cpp166 int langPos = FindLangItem(item.wID); in MyChangeMenu()
370 item.wID = kMenuID_Time_Parent; in OnMenuActivating()
503 if (!programMenu && item.wID == IDCLOSE) in Load()
506 if (item.wID == IDM_DIFF && diffPath.IsEmpty()) in Load()
509 if (item.wID == IDM_OPEN_INSIDE_ONE || item.wID == IDM_OPEN_INSIDE_PARSER) in Load()
518 if (item.wID == IDM_BENCHMARK2) in Load()
526 bool disable = (!isOneFsFile && (item.wID == IDM_SPLIT || item.wID == IDM_COMBINE)); in Load()
530 switch (item.wID) in Load()
544 switch (item.wID) in Load()
567 if (item.wID == IDM_LINK && numItems != 1) in Load()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DMyLoadMenu.cpp166 int langPos = FindLangItem(item.wID); in MyChangeMenu()
354 if (item.hSubMenu && (item.wID == kMenuID_Time_Parent in OnMenuActivating()
370 item.wID = kMenuID_Time_Parent; in OnMenuActivating()
485 if (!programMenu && item.wID == IDCLOSE) in Load()
488 if (item.wID == IDM_DIFF && diffPath.IsEmpty()) in Load()
491 if (item.wID == IDM_OPEN_INSIDE_ONE || item.wID == IDM_OPEN_INSIDE_PARSER) in Load()
500 if (item.wID == IDM_BENCHMARK2) in Load()
508 bool disable = (!isOneFsFile && (item.wID == IDM_SPLIT || item.wID == IDM_COMBINE)); in Load()
512 switch (item.wID) in Load()
524 if (item.wID == IDM_LINK && numItems != 1) in Load()
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan.go162 wID := w.ID()
163 if t.indexTable[wID] == 0 {
166 t.lowLink[vID] = min(t.lowLink[vID], t.lowLink[wID])
167 } else if t.onStack.Has(wID) {
169 t.lowLink[vID] = min(t.lowLink[vID], t.indexTable[wID])
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan.go162 wID := w.ID()
163 if t.indexTable[wID] == 0 {
166 t.lowLink[vID] = min(t.lowLink[vID], t.lowLink[wID])
167 } else if t.onStack.Has(wID) {
169 t.lowLink[vID] = min(t.lowLink[vID], t.indexTable[wID])
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/topo/
H A Dtarjan.go162 wID := w.ID()
163 if t.indexTable[wID] == 0 {
166 t.lowLink[vID] = min(t.lowLink[vID], t.lowLink[wID])
167 } else if t.onStack.Has(wID) {
169 t.lowLink[vID] = min(t.lowLink[vID], t.indexTable[wID])
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx72 WindowID wID = da.GetWindow(); in Lex() local
74 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
91 WindowID wID = da.GetWindow(); in Fold() local
93 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx72 WindowID wID = da.GetWindow(); in Lex() local
74 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
91 WindowID wID = da.GetWindow(); in Fold() local
93 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx72 WindowID wID = da.GetWindow(); in Lex() local
74 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
91 WindowID wID = da.GetWindow(); in Fold() local
93 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.cxx72 WindowID wID = da.GetWindow(); in Lex() local
74 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
91 WindowID wID = da.GetWindow(); in Fold() local
93 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DExternalLexer.cxx72 WindowID wID = da.GetWindow(); in Lex() local
74 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
91 WindowID wID = da.GetWindow(); in Fold() local
93 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DExternalLexer.cxx72 WindowID wID = da.GetWindow(); in Lex() local
74 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
91 WindowID wID = da.GetWindow(); in Fold() local
93 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DExternalLexer.cxx70 WindowID wID = da.GetWindow(); in Lex() local
72 fneLexer(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Lex()
89 WindowID wID = da.GetWindow(); in Fold() local
91 fneFolder(externalLanguage, startPos, lengthDoc, initStyle, kwds, wID, ps); in Fold()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/bwmarrin/discordgo/
H A Dendpoints.go116 EndpointWebhook = func(wID string) string { return EndpointWebhooks + wID }
117 …EndpointWebhookToken = func(wID, token string) string { return EndpointWebhooks + wID + "/" + t…
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matterbridge/discordgo/
H A Dendpoints.go122 EndpointWebhook = func(wID string) string { return EndpointWebhooks + wID }
123 …EndpointWebhookToken = func(wID, token string) string { return EndpointWebhooks + wID + "/" + t…
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/bwmarrin/discordgo/
H A Dendpoints.go122 EndpointWebhook = func(wID string) string { return EndpointWebhooks + wID }
123 …EndpointWebhookToken = func(wID, token string) string { return EndpointWebhooks + wID + "/" + t…
/dports/audio/libmikmod/libmikmod-3.3.11.1/playercode/
H A Dmwav.c54 CHAR wID[4]; member
74 _mm_read_string(wh.wID,4,reader); in isWaveFile()
77 if(_mm_eof(reader)|| memcmp(wh.rID,"RIFF",4) || memcmp(wh.wID,"WAVE",4)) { in isWaveFile()
94 _mm_read_string(wh.wID,4,reader); in Sample_LoadGeneric_internal_wav()
97 if(_mm_eof(reader)|| memcmp(wh.rID,"RIFF",4) || memcmp(wh.wID,"WAVE",4)) { in Sample_LoadGeneric_internal_wav()
/dports/games/uqm/uqm-0.8.0/src/libs/mikmod/
H A Dmwav.c52 CHAR wID[4]; member
72 _mm_read_string(wh.wID,4,reader); in Sample_LoadGeneric_internal()
75 if(_mm_eof(reader)|| memcmp(wh.rID,"RIFF",4) || memcmp(wh.wID,"WAVE",4)) { in Sample_LoadGeneric_internal()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/infi/systray/
H A Dwin32_adapter.py154 def PackMENUITEMINFO(text=None, hbmpItem=None, wID=None, hSubMenu=None, argument
162 if wID is not None:
164 res.wID = wID
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DTabsDlg.cpp321 WORD wID; in IsDocked() local
325 m_Windows.GetNextAssoc( pos, wID, (void*&)info ); in IsDocked()
341 WORD wID = ID; in SaveWindowPlacement() local
345 m_Windows.GetNextAssoc( pos, wID, (void*&)info ); in SaveWindowPlacement()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datluser.h1115 WORD wID = LOWORD(bitmap.m_lpstr); in AtlLoadSysBitmap() local
1116 ATLASSERT((wID >= 32734) && (wID <= 32767)); in AtlLoadSysBitmap()
1183 WORD wID = LOWORD(cursor.m_lpstr); variable
1184 …ATLASSERT(((wID >= 32512) && (wID <= 32516)) || ((wID >= 32640) && (wID <= 32648)) || (wID == 3265…
1193 WORD wID = LOWORD(icon.m_lpstr); variable
1194 ATLASSERT((wID >= 32512) && (wID <= 32517));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datluser.h1115 WORD wID = LOWORD(bitmap.m_lpstr); in AtlLoadSysBitmap() local
1116 ATLASSERT((wID >= 32734) && (wID <= 32767)); in AtlLoadSysBitmap()
1183 WORD wID = LOWORD(cursor.m_lpstr); variable
1184 …ATLASSERT(((wID >= 32512) && (wID <= 32516)) || ((wID >= 32640) && (wID <= 32648)) || (wID == 3265…
1193 WORD wID = LOWORD(icon.m_lpstr); variable
1194 ATLASSERT((wID >= 32512) && (wID <= 32517));
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libsound/
H A DWAVWriter.cpp39 char wID[4]; // 'WAVE' member
118 std::memcpy(wav.wID, "WAVE", 4); in write_wave_header()

12345678910>>...34