Home
last modified time | relevance | path

Searched refs:_profile (Results 1 – 25 of 751) sorted by last modified time

12345678910>>...31

/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/
H A Dutils.py417 _profile = profile
419 _profile = profiles[profile]
421 if not _profile:
422 _profile = profiles['plain']
424 return _profile
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/storage/azcopy/
H A Dutil.py17 from azure.cli.core._profile import Profile
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/callback/
H A Dcgroup_perf_recap.py396 def _profile(self, obj=None): member in CallbackModule
436 self._profile(task)
439 self._profile()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/callback/
H A Dcgroup_perf_recap.py395 def _profile(self, obj=None): member in CallbackModule
435 self._profile(task)
438 self._profile()
/dports/news/pan/pan-0.145/pan/gui/
H A Dgroup-prefs-dialog.cc102 if (gtk_widget_get_sensitive (_profile)) { in save_from_gui()
103 char * pch (gtk_combo_box_text_get_active_text (GTK_COMBO_BOX_TEXT(_profile))); in save_from_gui()
307 w = _profile = create_profiles_combo_box (data, groups, group_prefs); in GroupPrefsDialog()
/dports/net-mgmt/nfsen/nfsen-1.3.8/libexec/
H A DNfProfile.pm199 my $_profile = $$opts{'profile'};
202 if ( $_profile =~ m#/# ) {
207 $$profile = $_profile;
212 if ( $_profile =~ m#^(.+)/([^/]+)$# ) {
217 $$profile = $_profile;
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dconfigure1021 _profile='-pg'
1024 _profile=
1934 if test -z "$_profile" ; then
2919 if test -z "$CFLAGS" || test "$_profile" != "" || test "$_debug" != ""; then
2936 if test "$_profile" != "" || test "$_debug" != ""; then
2937 CFLAGS="-O2 $_march $_mcpu $_pipe $_debug $_profile"
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dconfigure1021 _profile='-pg'
1024 _profile=
1934 if test -z "$_profile" ; then
2919 if test -z "$CFLAGS" || test "$_profile" != "" || test "$_debug" != ""; then
2936 if test "$_profile" != "" || test "$_debug" != ""; then
2937 CFLAGS="-O2 $_march $_mcpu $_pipe $_debug $_profile"
/dports/math/glucose/glucose-syrup-4.1/mtl/
H A Dtemplate.mk32 p: $(EXEC)_profile
38 libp: lib$(LIB)_profile.a
50 $(EXEC)_profile: LFLAGS += -g -pg
57 $(EXEC)_profile: $(PCOBJS)
63 lib$(LIB)_profile.a: $(filter-out */Main.op, $(PCOBJS))
74 $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static:
79 lib$(LIB)_standard.a lib$(LIB)_profile.a lib$(LIB)_release.a lib$(LIB)_debug.a:
93 rm -f $(EXEC) $(EXEC)_profile $(EXEC)_debug $(EXEC)_release $(EXEC)_static \
/dports/math/py-yt/yt-4.0.1/yt/frontends/ytdata/
H A Ddata_structures.py787 _profile = None variable in YTProfileDataset
791 if self._profile is not None:
792 return self._profile
794 self._profile = Profile1DFromDataset(self)
796 self._profile = Profile2DFromDataset(self)
798 self._profile = Profile3DFromDataset(self)
800 self._profile = None
801 return self._profile
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dprofile_plotter.py988 obj._profile = profile
1058 return self._profile
1444 for f in self._profile.field_data:
1466 p = self._profile
1537 p = self._profile
1580 p = self._profile
1593 p = self._profile
1611 self._profile = create_profile(
1623 self._profile.set_field_unit(field, zunits[field])
/dports/math/py-yt/yt-4.0.1/doc/source/analyzing/
H A Dgenerating_processed_data.rst234 .. _profile-dataframe-export:
256 .. _profile-astropy-export:
/dports/math/frobby/frobby-0.9.1/
H A DMakefile109 benchArgs = _profile $(FROBBYARGS)
/dports/math/py-mathics/Mathics3-2.2.0/mathics/
H A Dprofile_mathics.py41 def _profile(): function
51 _profile()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/pympler/
H A Dasizeof.py1923 _profile = False # no profiling variable in Asizer
1953 self._profile = False
2052 if self._profile:
2540 self._profile = s > 1 # profile types
/dports/lang/spidermonkey78/firefox-78.9.0/
H A DMakefile.in26 GARBAGE_DIRS += _javagen _profile staticlib
/dports/lang/spidermonkey60/firefox-60.9.0/
H A DMakefile.in26 GARBAGE_DIRS += _javagen _profile staticlib
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DColladaParser.cpp1379 const int _profile = GetAttribute( "profile"); in ReadEffectColor() local
1380 const char* profile = mReader->getAttributeValue( _profile ); in ReadEffectColor()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDExtra.h468 void SetProfile(const fm::string& _profile) { profile = _profile; } in SetProfile() argument
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDExtra.cpp373 FCDETechnique::FCDETechnique(FCDocument* document, FCDEType* _parent, const char* _profile) in FCDETechnique() argument
376 , InitializeParameter(profile, _profile) in FCDETechnique()
H A DFCDExtra.h468 void SetProfile(const fm::string& _profile) { profile = _profile; } in SetProfile() argument
/dports/editors/biew/biew-610/
H A Dconfigure246 _profile=
281 _profile='-pg'
581 if test "$_profile" -o "$_debug" -o "$_gcov"; then
582 _cdefos="-W -Wall -O2 -fno-builtin $_debug $_profile $_gcov $_cdefos"
583 _osldef="$_debug $_profile $_osldef"
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Driver/
H A DOptions.td3690 def _profile : Flag<["--"], "profile">, Alias<p>;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Driver/
H A DOptions.td2794 def _profile : Flag<["--"], "profile">, Alias<p>;
/dports/devel/cvsweb3/cvsweb-3.0.6/
H A Dcvsweb.conf593 'bash' => qr/\.(bash(_profile|rc)|inputrc)$/o,

12345678910>>...31