Home
last modified time | relevance | path

Searched refs:_Section (Results 1 – 25 of 144) sorted by relevance

123456

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/
H A Dproperties.py610 class _Section(object): class
838 class _SectionRun(_Section):
1048 class _SectionApp(_Section):
1208 class _SectionCore(_Section):
1470 class _SectionSsh(_Section):
1511 class _SectionScc(_Section):
1524 class _SectionAuth(_Section):
1680 class _SectionTest(_Section):
1935 class _SectionProxy(_Section):
2503 class _SectionAi(_Section):
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dini_manage.py243 class _Section(OrderedDict): class
330 sect = _Section(
344 if not isinstance(value, _Section):
350 if isinstance(curr_value, _Section):
370 elif isinstance(value, _Section):
411 class _Ini(_Section):
438 sect_obj = _Section(section_name, sect_ini, separator=self.sep)
/dports/devel/py-geojson/geojson-2.3.0/
H A DREADME.rst56 .. _Section 3.1.2: https://tools.ietf.org/html/rfc7946#section-3.1.2
71 .. _Section 3.1.3: https://tools.ietf.org/html/rfc7946#section-3.1.3
87 .. _Section 3.1.4: https://tools.ietf.org/html/rfc7946#section-3.1.4
105 .. _Section 3.1.5: https://tools.ietf.org/html/rfc7946#section-3.1.5
128 .. _Section 3.1.6: https://tools.ietf.org/html/rfc7946#section-3.1.6
146 .. _Section 3.1.7: https://tools.ietf.org/html/rfc7946#section-3.1.7
173 .. _Section 3.1.8: https://tools.ietf.org/html/rfc7946#section-3.1.8
196 .. _Section 3.2: https://tools.ietf.org/html/rfc7946#section-3.2
222 .. _Section 3.3: https://tools.ietf.org/html/rfc7946#section-3.3
H A DPKG-INFO64 .. _Section 3.1.2: https://tools.ietf.org/html/rfc7946#section-3.1.2
79 .. _Section 3.1.3: https://tools.ietf.org/html/rfc7946#section-3.1.3
95 .. _Section 3.1.4: https://tools.ietf.org/html/rfc7946#section-3.1.4
113 .. _Section 3.1.5: https://tools.ietf.org/html/rfc7946#section-3.1.5
136 .. _Section 3.1.6: https://tools.ietf.org/html/rfc7946#section-3.1.6
154 .. _Section 3.1.7: https://tools.ietf.org/html/rfc7946#section-3.1.7
181 .. _Section 3.1.8: https://tools.ietf.org/html/rfc7946#section-3.1.8
204 .. _Section 3.2: https://tools.ietf.org/html/rfc7946#section-3.2
230 .. _Section 3.3: https://tools.ietf.org/html/rfc7946#section-3.3
/dports/devel/ecgi/ecgi-0.6.3/html2h/
H A Dhtml2h.h19 typedef struct _Section{ struct
24 struct _Section *next; argument
/dports/devel/py-geojson/geojson-2.3.0/geojson.egg-info/
H A DPKG-INFO64 .. _Section 3.1.2: https://tools.ietf.org/html/rfc7946#section-3.1.2
79 .. _Section 3.1.3: https://tools.ietf.org/html/rfc7946#section-3.1.3
95 .. _Section 3.1.4: https://tools.ietf.org/html/rfc7946#section-3.1.4
113 .. _Section 3.1.5: https://tools.ietf.org/html/rfc7946#section-3.1.5
136 .. _Section 3.1.6: https://tools.ietf.org/html/rfc7946#section-3.1.6
154 .. _Section 3.1.7: https://tools.ietf.org/html/rfc7946#section-3.1.7
181 .. _Section 3.1.8: https://tools.ietf.org/html/rfc7946#section-3.1.8
204 .. _Section 3.2: https://tools.ietf.org/html/rfc7946#section-3.2
230 .. _Section 3.3: https://tools.ietf.org/html/rfc7946#section-3.3
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dconfig.py404 class _Section(object): class
480 core = _Section('core')
481 path = _Section('path')
482 color = _Section('color')
483 report = _Section('report')
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/modules/
H A Dtest_ini_manage.py11 assert repr(salt.modules.ini_manage._Section("test")) == expected
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DcrateFile.h461 struct _Section {
462 _Section() { memset(this, 0, sizeof(*this)); }
463 _Section(char const *name, int64_t start, int64_t size);
469 _Section const *GetSection(_SectionName) const;
471 vector<_Section> sections;
995 struct _IsBitwiseReadWrite<CrateFile::_Section> : std::true_type {};
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py292 _Section = "SECTION" variable in BuildRule
352 self._State = self._Section
481 self._State = self._Section
576 _Section : ParseSection,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py292 _Section = "SECTION" variable in BuildRule
352 self._State = self._Section
481 self._State = self._Section
576 _Section : ParseSection,
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py308 _Section = "SECTION" variable in BuildRule
368 self._State = self._Section
499 self._State = self._Section
596 _Section : ParseSection,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py292 _Section = "SECTION"
352 self._State = self._Section
481 self._State = self._Section
576 _Section : ParseSection,
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py297 _Section = "SECTION" variable in BuildRule
357 self._State = self._Section
486 self._State = self._Section
581 _Section : ParseSection,
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py297 _Section = "SECTION" variable in BuildRule
357 self._State = self._Section
486 self._State = self._Section
581 _Section : ParseSection,
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py297 _Section = "SECTION" variable in BuildRule
357 self._State = self._Section
486 self._State = self._Section
581 _Section : ParseSection,
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py297 _Section = "SECTION" variable in BuildRule
357 self._State = self._Section
486 self._State = self._Section
581 _Section : ParseSection,
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py297 _Section = "SECTION" variable in BuildRule
357 self._State = self._Section
486 self._State = self._Section
581 _Section : ParseSection,
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DBuildEngine.py297 _Section = "SECTION" variable in BuildRule
357 self._State = self._Section
486 self._State = self._Section
581 _Section : ParseSection,
/dports/security/keybase/client-v5.7.1/shared/teams/common/
H A Dcontacts-list.native.tsx4 import {Section as _Section} from '../../common-adapters/section-list'
9 type Section = _Section<Contact, {title: string}>
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/src/
H A Dchttpd_node.erl84 handle_node_req(#httpd{path_parts=[_, _Node, <<"_config">>, _Section]}=Req) ->
124 handle_node_req(#httpd{path_parts=[_, _Node, <<"_config">>, _Section, _Key]}=Req) ->
126 handle_node_req(#httpd{path_parts=[_, _Node, <<"_config">>, _Section, _Key | _]}=Req) ->
/dports/security/keybase/client-v5.7.1/shared/teams/team/rows/
H A Dindex.tsx11 import {Section as _Section} from '../../../common-adapters/section-list'
28 export type Section = _Section<any, SectionExtras>
100 const requestsSection: _Section<
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/info-panel/
H A Dbot.tsx12 import {Section as _Section} from '../../../common-adapters/section-list'
19 type Section = _Section<string | RPCTypes.FeaturedBot, Extra> | _Section<{key: string}, Extra>
/dports/lang/ghc/ghc-8.10.7/rts/
H A DLinkerInternals.h99 struct _Section { struct
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/react-button/emoji-picker/
H A Dindex.tsx19 import {Section as _Section} from '../../../../../common-adapters/section-list'
107 type Section = _Section<

123456