Home
last modified time | relevance | path

Searched refs:profName (Results 1 – 20 of 20) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/springsettings/hotkeys/
H A Dhotkey_panel.cpp407 const wxString profName = this->getNextFreeProfileName(); in selectProfileFromUikeys() local
456 wxString profName = profiles.Item(i); in getProfilesFromSettings() local
459 coll[profName] = SpringDefaultProfile::getBindings(); in getProfilesFromSettings()
481 coll[profName].unbind( cmd, springKey ); in getProfilesFromSettings()
485 coll[profName].bind( cmd, springKey ); in getProfilesFromSettings()
491 wxArrayString keySyms = GetHotkeyKeySymNames( profName ); in getProfilesFromSettings()
495 coll[profName].addKeySym( keySyms.Item(k), value ); in getProfilesFromSettings()
507 wxString meta = GetHotkeyMeta( profName ); in getProfilesFromSettings()
510 coll[profName].setMetaKey( meta ); in getProfilesFromSettings()
536 wxString profName = piter->first; in UpdateControls() local
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/profedit/
H A Dprofilepage.php178 $profName = ''; variable
180 $profName = $_GET['edit']; variable
190 $container->add(new htmlResponsiveInputField(_("Profile name") . '*', 'profname', $profName, '360')…
/dports/multimedia/photofilmstrip/photofilmstrip-3.7.0/photofilmstrip/gui/
H A DDlgRender.py193 def __SelectProfileByName(self, profName): argument
194 if profName is None:
195 profName = self.DEFAULT_PROFILE
199 if prof and prof.GetName() == profName:
229 profName = profile.GetFriendlyName()
231 profName = profile.GetName()
233 self.choiceProfile.Append(u"%s (%sx%s)" % (profName,
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/ghc-prof-1.4.1.7/tests/
H A DRegression.hs57 let profName = "hello" <.> name <.> "prof" function
58 renameFile "hello.prof" profName
59 return profName
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/ghc-prof-1.4.1.7/tests/
H A DRegression.hs57 let profName = "hello" <.> name <.> "prof" function
58 renameFile "hello.prof" profName
59 return profName
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DProfilePackageFrameWriter.java98 Content profName = new StringContent(profileName); in generate() local
102 profpackgen.getTargetProfileLink("classFrame", profName, profileName)); in generate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DProfilePackageFrameWriter.java98 Content profName = new StringContent(profileName); in generate() local
102 profpackgen.getTargetProfileLink("classFrame", profName, profileName)); in generate()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Doptions.cc231 Glib::ustring Options::findProfilePath(Glib::ustring &profName) in findProfilePath() argument
233 if (profName.empty()) { in findProfilePath()
237 if (profName == DEFPROFILE_INTERNAL) { in findProfilePath()
238 return profName; in findProfilePath()
241 if (profName == DEFPROFILE_DYNAMIC) { in findProfilePath()
242 return profName; in findProfilePath()
245 Glib::ustring p = profName.substr(0, 4); in findProfilePath()
266 Glib::ustring fullPath = Glib::build_filename(p, profName + paramFileExtension); in findProfilePath()
270 profName = Glib::build_filename("${U}", profName); in findProfilePath()
275 fullPath = Glib::build_filename(p, profName + paramFileExtension); in findProfilePath()
[all …]
H A Doptions.h433 Glib::ustring findProfilePath (Glib::ustring &profName);
/dports/graphics/art/ART-1.9.3/rtgui/
H A Doptions.cc218 Glib::ustring Options::findProfilePath(Glib::ustring &profName) in findProfilePath() argument
220 if (profName.empty()) { in findProfilePath()
224 if (profName == DEFPROFILE_INTERNAL) { in findProfilePath()
225 return profName; in findProfilePath()
228 if (profName == DEFPROFILE_DYNAMIC) { in findProfilePath()
229 return profName; in findProfilePath()
232 Glib::ustring p = profName.substr(0, 4); in findProfilePath()
253 Glib::ustring fullPath = Glib::build_filename(p, profName + paramFileExtension); in findProfilePath()
257 profName = Glib::build_filename("${U}", profName); in findProfilePath()
262 fullPath = Glib::build_filename(p, profName + paramFileExtension); in findProfilePath()
[all …]
H A Doptions.h490 Glib::ustring findProfilePath (Glib::ustring &profName);
/dports/lang/smalltalk/smalltalk-3.2.5/packages/roe/
H A DTests.st194 | profName studentName |
195 profName := profs attributeNamed: #name.
199 select: [:ea | (ea at: profName) = (ea at: studentName)]) project: profName)
206 assertQueryOrdered: (((profs rename: #name to: #profName)
208 select: [:ea | ea profName = ea studName]) project: #profName)
/dports/math/R-cran-VGAM/VGAM/R/
H A Dprofilevglm.R98 profName <- "z" functionVar
175 prof[[pnamesi]] <- structure(data.frame(zi[si.]), names = profName)
/dports/graphics/argyllcms/Argyll_V1.9.2/target/
H A Dtargen.c646 char *profName, /* ICC or MPP profile path, NULL for default, "none" for linear */ in new_pcpt() argument
689 if (profName != NULL in new_pcpt()
690 && profName[0] != '\000' in new_pcpt()
691 && strcmp(profName, "none") != 0 in new_pcpt()
692 && strcmp(profName, "NONE") != 0) { in new_pcpt()
696 if ((s->fp = new_icmFileStd_name(profName,"r")) == NULL) in new_pcpt()
697 error ("Can't open device profile '%s'",profName); in new_pcpt()
739 warning("Profile '%s' no. channels match, but colorant types have not been checked",profName); in new_pcpt()
779 if ((rv = s->mlu->read_mpp(s->mlu, profName)) != 0) in new_pcpt()
797 && strcmp(profName, "none") != 0 in new_pcpt()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java444 final ObjectName profName = makeScanDirConfigName(name); in createOtherConfigurationMBean() local
445 final ObjectInstance moi = mbeanServer.registerMBean(profile,profName); in createOtherConfigurationMBean()
447 JMX.newMXBeanProxy(mbeanServer,profName, in createOtherConfigurationMBean()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java444 final ObjectName profName = makeScanDirConfigName(name); in createOtherConfigurationMBean() local
445 final ObjectInstance moi = mbeanServer.registerMBean(profile,profName); in createOtherConfigurationMBean()
447 JMX.newMXBeanProxy(mbeanServer,profName, in createOtherConfigurationMBean()
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsgit/
H A Drunner.go247 ctx context.Context, startTime time.Time, profName string,
256 profName = filepath.Join(os.TempDir(), profName)
257 f, err := os.Create(profName)
268 elapsedStr += " [memprof " + profName + "]"
284 profName := "mem.init.prof"
285 elapsedStr := r.getElapsedStr(ctx, startTime, profName, "")
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DPNG.pm1122 my $profName = $profileType;
1123 $profName =~ tr/\x00-\x1f\x7f-\xff/./;
1124 $et->Warn("Unknown raw profile '${profName}'");
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DPNG.pm1122 my $profName = $profileType;
1123 $profName =~ tr/\x00-\x1f\x7f-\xff/./;
1124 $et->Warn("Unknown raw profile '${profName}'");
/dports/math/R-cran-survey/survey/R/
H A Dsurvey.R1396 profName <- "z" functionVar
1400 profName <- "tau"
1441 prof[[pi]] <- structure(data.frame(zi[si]), names = profName)