Home
last modified time | relevance | path

Searched refs:ignore_requirements (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient_utils.py817 def __init__(self, jobs, progress, ignore_requirements, verbose=False): argument
837 self.ignore_requirements = ignore_requirements
911 if (self.ignore_requirements or
H A Dgclient.py1742 def RunOnDeps(self, command, args, ignore_requirements=False, progress=True): argument
1774 self._options.jobs, pm, ignore_requirements=ignore_requirements,
2088 return client.RunOnDeps('recurse', args, ignore_requirements=True,
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcharacter.h1823 void add_proficiency( const proficiency_id &prof, bool ignore_requirements = false );
1824 void lose_proficiency( const proficiency_id &prof, bool ignore_requirements = false );
H A Dcharacter.cpp12739 void Character::add_proficiency( const proficiency_id &prof, bool ignore_requirements ) in add_proficiency() argument
12741 if( ignore_requirements ) { in add_proficiency()
12748 void Character::lose_proficiency( const proficiency_id &prof, bool ignore_requirements ) in lose_proficiency() argument
12750 if( ignore_requirements ) { in lose_proficiency()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcharacter.h1823 void add_proficiency( const proficiency_id &prof, bool ignore_requirements = false );
1824 void lose_proficiency( const proficiency_id &prof, bool ignore_requirements = false );
H A Dcharacter.cpp12739 void Character::add_proficiency( const proficiency_id &prof, bool ignore_requirements ) in add_proficiency() argument
12741 if( ignore_requirements ) { in add_proficiency()
12748 void Character::lose_proficiency( const proficiency_id &prof, bool ignore_requirements ) in lose_proficiency() argument
12750 if( ignore_requirements ) { in lose_proficiency()