Home
last modified time | relevance | path

Searched refs:include_global (Results 1 – 25 of 85) sorted by relevance

1234

/dports/graphics/py-django-easy-thumbnails/easy-thumbnails-2.5/easy_thumbnails/
H A Dalias.py61 def all(self, target=None, include_global=True): argument
76 for target_part in self._get_targets(target, include_global):
88 def _get_targets(self, target, include_global=True): argument
99 if include_global:
H A Dsignal_handlers.py44 generate_all_aliases(fieldfile, include_global=False)
55 generate_all_aliases(fieldfile, include_global=True)
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dxdraw.c748 int include_global ) in is_clipped() argument
980 int include_global, in get_clipping() argument
986 if ( ! ( include_global && fli_is_clipped[ FLI_GLOBAL_CLIP ] ) in get_clipping()
989 else if ( include_global && fli_is_clipped[ FLI_GLOBAL_CLIP ] ) in get_clipping()
1007 return is_clipped( type, include_global ); in get_clipping()
1019 fl_is_clipped( int include_global ) in fl_is_clipped() argument
1021 return is_clipped( FLI_NORMAL_CLIP, include_global ); in fl_is_clipped()
1064 fl_get_clipping( int include_global, in fl_get_clipping() argument
1082 fl_is_text_clipped( int include_global ) in fl_is_text_clipped() argument
1084 return is_clipped( FLI_TEXT_CLIP, include_global ); in fl_is_text_clipped()
[all …]
/dports/dns/py-namebench/namebench-1.3.1/cocoa/
H A Dcontroller.py43 include_global = IBOutlet() variable in controller
103 if not int(self.include_global.stringValue()):
/dports/databases/mantis/mantisbt-2.25.2/plugins/Snippets/
H A DSnippets.API.php227 public static function load_by_type_user($type, $user_id, $include_global=true) { argument
229 if ($include_global) {
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/top/tcl/
H A Dise_helper.tcl66 xfile add $source -include_global
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/tcl/
H A Dise_helper.tcl54 xfile add $source -include_global
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/ai_platform/models/
H A Ddescribe.py33 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Ddelete.py32 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dset_iam_policy.py34 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dget_iam_policy.py33 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dlist.py48 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dupdate.py35 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dadd_iam_policy_binding.py32 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dremove_iam_policy_binding.py35 flags.GetRegionArg(include_global=True).AddToParser(parser)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/ai_platform/versions/
H A Ddescribe.py31 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dlist.py31 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dset_default.py31 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Ddelete.py32 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dupdate.py36 flags.GetRegionArg(include_global=True).AddToParser(parser)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/ai_platform/
H A Dexplain.py57 flags.GetRegionArg(include_global=True).AddToParser(parser)
H A Dpredict.py91 flags.GetRegionArg(include_global=True).AddToParser(parser)
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DXBasic.h779 FL_EXPORT int fl_is_clipped( int include_global );
781 FL_EXPORT int fl_is_text_clipped( int include_global );
802 FL_EXPORT int fl_get_clipping( int include_global,
808 FL_EXPORT int fl_get_text_clipping( int include_global,
/dports/graphics/py-django-easy-thumbnails/easy-thumbnails-2.5/easy_thumbnails/tests/
H A Dtest_aliases.py145 'easy_thumbnails_tests.Profile', include_global=False),
153 'easy_thumbnails_tests.Profile.avatar', include_global=False),
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dbackend.py449 def GetAllAvailableFlags(self, include_global=True, include_hidden=True): argument
456 if include_global and include_hidden:
459 (include_global or not f.is_global) and

1234