Home
last modified time | relevance | path

Searched refs:windowName (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoicr.c75 const char * const windowName) { in downloadColormap() argument
79 pm_message("Downloading colormap for %s ...", windowName); in downloadColormap()
82 0, MAXCOLORCT, CLUTCOLORCT, windowName); in downloadColormap()
107 const char * const windowName) { in sendOutPicture() argument
116 0, row * expand, expand, cols, windowName); in sendOutPicture()
143 const char * windowName; in main() local
153 windowName = "untitled"; in main()
163 windowName = argv[argn]; in main()
186 windowName = argv[argn]; in main()
216 pm_message("Creating window %s ...", windowName); in main()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Dwindowio.c61 static void Rast3d_getFullWindowPath(char *path, const char *windowName) in Rast3d_getFullWindowPath() argument
65 if (windowName == NULL) { in Rast3d_getFullWindowPath()
70 while (*windowName == ' ') in Rast3d_getFullWindowPath()
71 windowName++; in Rast3d_getFullWindowPath()
73 if (strchr(windowName, GRASS_DIRSEP) || strchr(windowName, HOST_DIRSEP)) { in Rast3d_getFullWindowPath()
74 sprintf(path, "%s", windowName); in Rast3d_getFullWindowPath()
78 if (G_name_is_fully_qualified(windowName, xname, xmapset)) { in Rast3d_getFullWindowPath()
83 G_file_name(path, RASTER3D_WINDOW_DATABASE, windowName, G_mapset()); in Rast3d_getFullWindowPath()
139 int Rast3d_read_window(RASTER3D_Region * window, const char *windowName) in Rast3d_read_window() argument
146 if (windowName == NULL) { in Rast3d_read_window()
[all …]
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DBindings.c53 if (b->windowName) in FreeBindingStruct()
55 free(b->windowName); in FreeBindingStruct()
249 (*pblist)->windowName = in AddBinding()
250 windowName ? stripcpy(windowName) : in AddBinding()
288 if (b1->windowName && b2->windowName) in compare_bindings()
292 if (strcmp(b1->windowName, b2->windowName) != 0) in compare_bindings()
297 else if (b1->windowName || b2->windowName) in compare_bindings()
333 windowName); in CollectBindingList()
490 if (b->windowName) in CheckBinding()
528 if (b->windowName) in CheckTwoBindings()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_ui_level2.cpp85 static void UFO_AnalyseTestWindow (const char* windowName) in UFO_AnalyseTestWindow() argument
89 const uiNode_t* window = UI_GetWindow(windowName); in UFO_AnalyseTestWindow()
112 const char* message = va("%s.%s failed.", windowName, node->name); in UFO_AnalyseTestWindow()
115 …(CU_FALSE, 0, va("CU_FAIL(%s)", message), va("base/ufos/uitest/%s.ufo", windowName), "", CU_FALSE); in UFO_AnalyseTestWindow()
117 const char* message = va("%s.%s have an unknown status.", windowName, node->name); in UFO_AnalyseTestWindow()
120 …(CU_FALSE, 0, va("CU_FAIL(%s)", message), va("base/ufos/uitest/%s.ufo", windowName), "", CU_FALSE); in UFO_AnalyseTestWindow()
128 static void UFO_ExecuteTestWindow (const char* windowName) in UFO_ExecuteTestWindow() argument
135 TEST_ParseScript(va("ufos/uitest/%s.ufo", windowName)); in UFO_ExecuteTestWindow()
137 Cmd_ExecuteString("ui_push %s", windowName); in UFO_ExecuteTestWindow()
144 UFO_AnalyseTestWindow(windowName); in UFO_ExecuteTestWindow()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DBindings.c57 if (b->windowName) in FreeBindingStruct()
59 free(b->windowName); in FreeBindingStruct()
259 (*pblist)->windowName = in AddBinding()
260 windowName ? stripcpy(windowName) : in AddBinding()
298 if (b1->windowName && b2->windowName) in compare_bindings()
302 if (strcmp(b1->windowName, b2->windowName) != 0) in compare_bindings()
307 else if (b1->windowName || b2->windowName) in compare_bindings()
348 windowName); in CollectBindingList()
513 if (b->windowName) in CheckBinding()
551 if (b->windowName) in CheckTwoBindings()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A DWindowBuilder.cxx103 traits->windowName = "FlightGear"; in makeDefaultTraits()
296 string windowName; in buildWindow() local
298 windowName = winNode->getStringValue("window-name"); in buildWindow()
300 windowName = winNode->getStringValue("name"); in buildWindow()
302 if (!windowName.empty()) { in buildWindow()
304 result = wsa->findWindow(windowName); in buildWindow()
322 if (!windowName.empty() && windowName != traits->windowName) { in buildWindow()
323 traits->windowName = windowName; in buildWindow()
326 traits->windowName = makeName("FlightGear", defaultCounter++); in buildWindow()
345 ->registerWindow(gc, traits->windowName); in buildWindow()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A DroiSelector.cpp16 Rect select(const String &windowName, Mat img, bool showCrossair = true, bool fromCenter = true) in select() argument
29 imshow(windowName, img); in select()
35 setMouseCallback(windowName, mouseHandler, (void*)this); in select()
64 imshow(windowName, selectorParams.image); in select()
80 setMouseCallback(windowName, emptyMouseHandler, NULL); in select()
85 void select(const String &windowName, Mat img, std::vector<Rect> &boundingBoxes, in select() argument
95 Rect temp = select(windowName, img, showCrosshair, fromCenter); in select()
204 Rect cv::selectROI(const String& windowName, InputArray img, bool showCrosshair, bool fromCenter) in selectROI() argument
207 return selector.select(windowName, img.getMat(), showCrosshair, fromCenter); in selectROI()
210 void cv::selectROIs(const String& windowName, InputArray img, in selectROIs() argument
[all …]
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dlayout.go174 dimensionsObj, ok := viewDimensions[windowName]
210 windowName string
213 {viewName: "main", windowName: "main", frame: true},
215 {viewName: "status", windowName: "status", frame: true},
216 {viewName: "files", windowName: "files", frame: true},
217 {viewName: "branches", windowName: "branches", frame: true},
219 {viewName: "commits", windowName: "commits", frame: true},
220 {viewName: "stash", windowName: "stash", frame: true},
221 {viewName: "options", windowName: "options", frame: false},
223 {viewName: "search", windowName: "search", frame: false},
[all …]
H A Dbasic_context.go34 func (c *BasicContext) SetWindowName(windowName string) {
35 c.WindowName = windowName
39 windowName := c.WindowName
41 if windowName != "" {
42 return windowName
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/archivers/lzma/lzma-19.00/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Dwindow_func.go5 windowName IdentifierExpression member
11 windowName IdentifierExpression,
15 windowName: windowName,
23 windowName: swfe.windowName,
115 return swfe.windowName
123 return swfe.windowName != nil
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/
H A DWindow.cpp50 LPCWSTR windowName, DWORD style, in Create() argument
57 _window = ::CreateWindowW(className, windowName, in Create()
62 return Create(GetSystemString(className), GetSystemString(windowName), in Create()
68 LPCWSTR windowName, DWORD style, in CreateEx() argument
75 _window = ::CreateWindowExW(exStyle, className, windowName, in CreateEx()
91 if (IS_INTRESOURCE(windowName)) in CreateEx()
92 windowNameP = (LPCSTR)windowName; in CreateEx()
95 windowNameA = GetSystemString(windowName); in CreateEx()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/satellite/
H A DSatelliteUtils.java24 public static String getWindowNameFromSatelliteName(String windowName) in getWindowNameFromSatelliteName() argument
26 return windowName.substring(SATELLITE_PREFIX.length()); in getWindowNameFromSatelliteName()
29 public static boolean windowNameIsSatellite(String windowName) in windowNameIsSatellite() argument
31 return windowName.startsWith(SATELLITE_PREFIX); in windowNameIsSatellite()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/samples/
H A DdericheSample.py5 def AddSlider(sliderName,windowName,minSlider,maxSlider,valDefault, update=[]): argument
7 cv.createTrackbar(sliderName, windowName, valDefault,maxSlider-minSlider+1)
9 cv.createTrackbar(sliderName, windowName, valDefault,maxSlider-minSlider+1, update)
10 cv.setTrackbarMin(sliderName, windowName, minSlider)
11 cv.setTrackbarMax(sliderName, windowName, maxSlider)
12 cv.setTrackbarPos(sliderName, windowName, valDefault)

12345678910>>...27