Home
last modified time | relevance | path

Searched refs:theAppName (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/coccinella/Coccinella-0.96.20Src/components/taskbar/
H A DTaskbar.tcl122 set str "$prefs(theAppName) - $statusStr"
150 set str "$prefs(theAppName) - $statusStr"
174 -tearoffcommand [namespace current]::TearOff -title $prefs(theAppName)
397 set str "$prefs(theAppName) - $statusStr"
403 set str "$prefs(theAppName) - $statusStr"
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/init/
H A DossimInit.cpp133 theAppName(), in ossimInit()
204 theInstance->theAppName = parser.getApplicationUsage()->getApplicationName(); in initialize()
810 ossimFilename ossimpluginsDir = ossimFilename(theAppName).dirCat("ossimplugins"); in initializePlugins()
811 ossimDirectory currentDir(theAppName.path()); in initializePlugins()
840 ossimFilename appPath = theAppName.path(); in initializeElevation()
934 return theAppName; in appName()
939 theAppName(), in ossimInit()
/dports/net-im/coccinella/Coccinella-0.96.20Src/lib/
H A DTheme.tcl279 set theAppName [option get . theAppName {}]
283 if {$theAppName ne ""} {
284 set prefs(theAppName) $theAppName
H A DPrefUtils.tcl87 set theAppName [option get . theAppName {}]
H A DSplash.tcl83 wm title $w [mc "About %s" $prefs(theAppName)]
/dports/net-im/coccinella/Coccinella-0.96.20Src/resources/post/
H A DREADME-post12 *theAppName: YAKKER
/dports/net-im/coccinella/Coccinella-0.96.20Src/resources/pre/
H A DREADME-pre13 *theAppName: YAKKER
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/init/
H A DossimInit.h148 ossimFilename theAppName; variable
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DDlgExclusiveApps.cpp354 wxString theAppName = dlg.GetValue(); in AddToListBox() local
356 appNames.Add(theAppName.AfterLast(path_separator)); in AddToListBox()
/dports/net-im/coccinella/Coccinella-0.96.20Src/
H A DCoccinella.tcl150 set prefs(theAppName) "Coccinella"
/dports/cad/opencascade/opencascade-7.6.0/src/FSD/
H A DFSD_BinaryFile.cxx559 const TCollection_ExtendedString& theAppName, in WriteInfo() argument
572 anInfoSize += WriteExtendedString(theOStream, theAppName, theOnlyCount); in WriteInfo()
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DMailBox.tcl1702 puts $fid "#\n# User's Jabber Message Box for $prefs(theAppName)."
/dports/net-im/coccinella/Coccinella-0.96.20Src/whiteboard/
H A DWhiteboard.tcl711 array set opts [list -state normal -title $prefs(theAppName) -usewingeom 0]