Home
last modified time | relevance | path

Searched refs:_Location (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/utils/
H A Dstandarddir.py39 class _Location(enum.Enum): class
91 _locations[_Location.config] = path
117 return _locations[_Location.config]
126 return _locations[_Location.config_py]
145 _locations[_Location.data] = path
166 return _locations[_Location.data]
182 _locations[_Location.cache] = path
186 return _locations[_Location.cache]
199 _locations[_Location.download] = path
248 _locations[_Location.runtime] = path
[all …]
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/display/device/
H A DPangolinNSGLView.mm115 -(NSPoint)_Location:(NSEvent *)theEvent
129 const NSPoint location = [self _Location: theEvent];
141 const NSPoint location = [self _Location: theEvent];
193 const NSPoint location = [self _Location: theEvent];
200 const NSPoint location = [self _Location: theEvent];
206 const NSPoint location = [self _Location: theEvent];
258 const NSPoint location = [self _Location: theEvent];
265 const NSPoint location = [self _Location: theEvent];
286 const NSPoint location = [self _Location: theEvent];
299 const NSPoint location = [self _Location: theEvent];
/dports/games/astromenace/astromenace-1.4.1/src/object3d/space_ship/
H A Dspace_ship.h65 sShipWeaponSlot(const std::weak_ptr<cWeapon> &_Weapon, const sVECTOR3D &_Location) : in sShipWeaponSlot()
67 Location{_Location}
69 sShipWeaponSlot(int _Type, const sVECTOR3D &_Location) : in sShipWeaponSlot()
70 Location{_Location}, in sShipWeaponSlot()
78 void operator () (const std::weak_ptr<cWeapon> &_Weapon, const sVECTOR3D &_Location) in operator()
81 Location = _Location; in operator()
/dports/games/astromenace/astromenace-1.4.1/src/object3d/ground_object/
H A Dground_object.h61 sGroundWeaponSlot(const std::weak_ptr<cWeapon> &_Weapon, const sVECTOR3D &_Location) : in sGroundWeaponSlot()
63 Location{_Location}
70 void operator () (const std::weak_ptr<cWeapon> &_Weapon, const sVECTOR3D &_Location) in operator()
73 Location = _Location; in operator()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Doverload.hxx36 …t, bool _isOperator = false, bool errorOnUndefined = true, const Location& _Location = Location());
41 …t, bool _isOperator = false, bool errorOnUndefined = true, const Location& _Location = Location());
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DmapEditProxy.h682 std::string _Location() const in _Location() function
781 _Location().c_str(), in _Copy()
798 _Location().c_str()); in _ValidateCopy()
832 _Location().c_str()); in _ValidateSet()
841 _Location().c_str(), in _ValidateSet()
870 _Location().c_str()); in _ValidateInsert()
879 _Location().c_str(), in _ValidateInsert()
889 _Location().c_str(), in _ValidateInsert()
909 _Location().c_str()); in _ValidateErase()
/dports/x11-wm/i3/i3-4.20.1/
H A Di3-dmenu-desktop169 $apps{$base}->{_Location} = $file;
254 …warn 'File ' . $apps{$app}->{_Location} . ' is broken: it contains Type=Application, but no Exec k…
403 $app->{_Location} = '';
413 my $location = $app->{_Location};
/dports/x11-wm/i3-gaps/i3-4.20.1/
H A Di3-dmenu-desktop169 $apps{$base}->{_Location} = $file;
254 …warn 'File ' . $apps{$app}->{_Location} . ' is broken: it contains Type=Application, but no Exec k…
403 $app->{_Location} = '';
413 my $location = $app->{_Location};
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Doverload.cpp56 …tCount, types::typed_list& out, bool _isOperator, bool errorOnUndefined, const Location& _Location) in generateNameAndCall() argument
62 return call(stFunc, in, _iRetCount, out, _isOperator, errorOnUndefined, _Location); in generateNameAndCall()
69 …ion::ReturnValue ret = call(stFunc, in, _iRetCount, out, _isOperator, errorOnUndefined, _Location); in generateNameAndCall()
82 return call(stFunc, in, _iRetCount, out, _isOperator, errorOnUndefined, _Location); in generateNameAndCall()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/parsetools/include/
H A Dyeccpre.hrl67 throw: {error, {_Location, ?MODULE, _M}} = Error ->
84 yeccpars1([], {{F, A},_Location}, State, States, Vstack) ->
110 yeccpars1(State1, State, States, Vstack, Token0, [], {{_F,_A}, _Location}=Tzr) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/parsetools/include/
H A Dyeccpre.hrl67 throw: {error, {_Location, ?MODULE, _M}} = Error ->
84 yeccpars1([], {{F, A},_Location}, State, States, Vstack) ->
110 yeccpars1(State1, State, States, Vstack, Token0, [], {{_F,_A}, _Location}=Tzr) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/parsetools/include/
H A Dyeccpre.hrl67 throw: {error, {_Location, ?MODULE, _M}} = Error ->
84 yeccpars1([], {{F, A},_Location}, State, States, Vstack) ->
110 yeccpars1(State1, State, States, Vstack, Token0, [], {{_F,_A}, _Location}=Tzr) ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/parsetools/include/
H A Dyeccpre.hrl67 throw: {error, {_Location, ?MODULE, _M}} = Error ->
84 yeccpars1([], {{F, A},_Location}, State, States, Vstack) ->
110 yeccpars1(State1, State, States, Vstack, Token0, [], {{_F,_A}, _Location}=Tzr) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer_utils.erl217 {record_field, _Location, Name0} -> erl_parse:normalise(Name0);
218 {record_field, _Location, Name0, _Init} -> erl_parse:normalise(Name0)
221 get_record_fields([{record_field, _Location, Name}|Left], RecDict, Acc) ->
225 get_record_fields([{record_field, _Location, Name, _Init}|Left], RecDict, Acc) ->
249 {File, _Location} = FileLocation,
275 {File, _Location} = FileLocation,
310 {File, _Location} = FileLocation,
347 {File, _Location} = FileLocation,
359 {File, _Location} = FileLocation,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer_utils.erl217 {record_field, _Location, Name0} -> erl_parse:normalise(Name0);
218 {record_field, _Location, Name0, _Init} -> erl_parse:normalise(Name0)
221 get_record_fields([{record_field, _Location, Name}|Left], RecDict, Acc) ->
225 get_record_fields([{record_field, _Location, Name, _Init}|Left], RecDict, Acc) ->
249 {File, _Location} = FileLocation,
275 {File, _Location} = FileLocation,
310 {File, _Location} = FileLocation,
347 {File, _Location} = FileLocation,
359 {File, _Location} = FileLocation,
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer_utils.erl217 {record_field, _Location, Name0} -> erl_parse:normalise(Name0);
218 {record_field, _Location, Name0, _Init} -> erl_parse:normalise(Name0)
221 get_record_fields([{record_field, _Location, Name}|Left], RecDict, Acc) ->
225 get_record_fields([{record_field, _Location, Name, _Init}|Left], RecDict, Acc) ->
249 {File, _Location} = FileLocation,
275 {File, _Location} = FileLocation,
310 {File, _Location} = FileLocation,
347 {File, _Location} = FileLocation,
359 {File, _Location} = FileLocation,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/src/
H A Ddialyzer_utils.erl217 {record_field, _Location, Name0} -> erl_parse:normalise(Name0);
218 {record_field, _Location, Name0, _Init} -> erl_parse:normalise(Name0)
221 get_record_fields([{record_field, _Location, Name}|Left], RecDict, Acc) ->
225 get_record_fields([{record_field, _Location, Name, _Init}|Left], RecDict, Acc) ->
249 {File, _Location} = FileLocation,
275 {File, _Location} = FileLocation,
310 {File, _Location} = FileLocation,
347 {File, _Location} = FileLocation,
359 {File, _Location} = FileLocation,
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/
H A Dworkbench.py33 from . import Location as _Location unknown
94 _Indicator, _Infrastructure, _IntrusionSet, _Location, _Malware,
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/testsuite/
H A Dnonces.py15 class _Location: class in TestNonceManager.MockRepository
18 _location = _Location()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/parsetools/test/
H A Dleex_SUITE.erl843 scan_tokens_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
845 scan_tokens_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
847 scan_tokens_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
859 scan_token_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
861 scan_token_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
863 scan_token_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/parsetools/test/
H A Dleex_SUITE.erl843 scan_tokens_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
845 scan_tokens_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
847 scan_tokens_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
859 scan_token_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
861 scan_token_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
863 scan_token_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/parsetools/test/
H A Dleex_SUITE.erl843 scan_tokens_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
845 scan_tokens_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
847 scan_tokens_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
859 scan_token_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
861 scan_token_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
863 scan_token_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/parsetools/test/
H A Dleex_SUITE.erl843 scan_tokens_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
845 scan_tokens_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
847 scan_tokens_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
859 scan_token_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
861 scan_token_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
863 scan_token_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/parsetools/test/
H A Dleex_SUITE.erl848 scan_tokens_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
850 scan_tokens_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
852 scan_tokens_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
864 scan_token_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
866 scan_token_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
868 scan_token_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/parsetools/test/
H A Dleex_SUITE.erl843 scan_tokens_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
845 scan_tokens_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
847 scan_tokens_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->
859 scan_token_1({done, {error, _, _}, _}=Error, _Cs, _Fun, _Location, _Rs) ->
861 scan_token_1({done, {ok,Ts,End}, ""}, "", _Fun, _Location, Rs) ->
863 scan_token_1({done, {ok,Ts,End}, Rest}, Cs, Fun, _Location, Rs) ->

12345678910>>...68