Home
last modified time | relevance | path

Searched defs:check_attributes (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/src/
H A Dauth.erl342 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
344 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
346 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dauth.erl346 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
348 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
350 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/src/
H A Dauth.erl342 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
344 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
346 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl401 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
403 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
405 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl401 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
403 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
405 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl401 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
403 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
405 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dauth.erl401 check_attributes(Name, Type, _Mode, _Os) when Type =/= regular -> function
403 check_attributes(Name, _Type, Mode, {unix, _}) when (Mode band 8#077) =/= 0 -> function
405 check_attributes(_Name, _Type, _Mode, _Os) -> function
/dports/textproc/p5-XML-Validator-Schema/XML-Validator-Schema-1.10/Schema/
H A DElementNode.pm156 sub check_attributes { subroutine
/dports/devel/grpc/grpc-1.42.0/tools/buildgen/plugins/
H A Dcheck_attrs.py95 def check_attributes(entity, kind, errors): function
/dports/devel/grpc130/grpc-1.30.2/tools/buildgen/plugins/
H A Dcheck_attrs.py94 def check_attributes(entity, kind, errors): function
/dports/devel/grpc134/grpc-1.34.1/tools/buildgen/plugins/
H A Dcheck_attrs.py95 def check_attributes(entity, kind, errors): function
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/resources/updatepolicy/
H A DConfiguration.py135 def check_attributes(self, cfn, properties, spec_type, path): member in Configuration
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/plugins/modules/
H A Devent.py236 def _update_payload_with_check_attributes(payload, check_attributes): argument
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_table.erl247 check_attributes(Tab, TabDef) -> function
/dports/devel/p5-Test-Auto/Test-Auto-0.12/lib/Test/Auto/
H A DParser.pm380 sub check_attributes { subroutine
/dports/security/py-pgpy/PGPy-0.5.3/pgpy/
H A Ddecorators.py108 def check_attributes(self, key): member in KeyAction
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-bitset.c353 check_attributes (enum bitset_attr attr, int nbits) in check_attributes() function
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/arima/tests/
H A Dtest_specification.py14 def check_attributes(spec, order, seasonal_order, enforce_stationarity, function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_scan.erl1435 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1444 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1447 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1451 check_attributes([_|T],S) -> function
1453 check_attributes([],_S) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_scan.erl1435 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1444 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1447 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1451 check_attributes([_|T],S) -> function
1453 check_attributes([],_S) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_scan.erl1435 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1444 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1447 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1451 check_attributes([_|T],S) -> function
1453 check_attributes([],_S) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl1438 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1447 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1450 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1454 check_attributes([_|T],S) -> function
1456 check_attributes([],_S) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl1438 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1447 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1450 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1454 check_attributes([_|T],S) -> function
1456 check_attributes([],_S) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl1438 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1447 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1450 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1454 check_attributes([_|T],S) -> function
1456 check_attributes([],_S) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl1438 check_attributes([{N1,'ID',_,_,_}=Attr|Rest],S) -> function
1447 check_attributes([{_,{enumeration,_},_,_,_}=Attr|T],S) -> function
1450 check_attributes([{_,Ent,_,_,_}=Attr|T],S) function
1454 check_attributes([_|T],S) -> function
1456 check_attributes([],_S) -> function

123