Home
last modified time | relevance | path

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

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dproperty_selector.py168 def _GetProperty(obj, components): function
178 return _GetProperty(obj.get(components[0]), components[1:])
182 return _GetProperty(obj[components[0]], components[1:])
186 return [_GetProperty(item, components[1:]) for item in obj]
400 return copy.deepcopy(_GetProperty(obj, self._compiled_property))
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/python/CSXCAD/
H A DCSXCAD.pyx280 return self._GetProperty(index)
282 cdef _GetProperty(self, int index): member in ContinuousStructure
297 props.append(self._GetProperty(n))
H A DCSXCAD.pxd61 cdef _GetProperty(self, int index) member in ContinuousStructure
/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdAbc/
H A DalembicReader.cpp807 const Property* _GetProperty(const Prim&,
1204 return path.IsAbsoluteRootOrPrimPath() || _GetProperty(*prim, path); in HasSpec()
1214 if (_GetProperty(*prim, path)) { in GetSpecType()
1238 if (const Property* property = _GetProperty(*prim, path)) { in HasField()
1259 if (const Property* property = _GetProperty(*prim, path)) { in HasValue()
1302 if (const Property* property = _GetProperty(*prim, path)) { in List()
1369 if (const Property* property = _GetProperty(*prim, path)) { in ListTimeSamplesForPath()
1516 _ReaderContext::_GetProperty( in _GetProperty() function in __anon67d290af0111::_ReaderContext
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/
H A Dproperties.py2731 value = _GetProperty(self, named_configs.ActivePropertiesFile.Load(),
3001 def _GetProperty(prop, properties_file, required): function
3127 value = _GetProperty(prop, properties_file, required)
3147 value = _GetProperty(prop, properties_file, required)
/dports/www/gecko-mediaplayer/gecko-mediaplayer-1.0.9/src/
H A Dplugin.cpp1649 static bool _GetProperty(NPObject * npobj, NPIdentifier name, NPVariant * result);
1667 ScriptablePluginObjectBase::_GetProperty, \
1760 bool ScriptablePluginObjectBase::_GetProperty(NPObject * npobj, NPIdentifier name, in _GetProperty() function in ScriptablePluginObjectBase