Home
last modified time | relevance | path

Searched +defs:initial +defs:element (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/math/rkward-kde/rkward-0.7.1/rkward/plugin/
H A Drkpluginspinbox.cpp29 RKPluginSpinBox::RKPluginSpinBox (const QDomElement &element, RKComponent *parent_component, QWidge… in RKPluginSpinBox()
53 …double initial = xml->getDoubleAttribute (element, "initial", qMin (max, qMax (min, double (qreal(… in RKPluginSpinBox() local
65 int initial = xml->getIntAttribute (element, "initial", qMin (max, qMax (min, 0)), DL_INFO); in RKPluginSpinBox() local
H A Drkpluginsaveobject.cpp30 RKPluginSaveObject::RKPluginSaveObject (const QDomElement &element, RKComponent *parent_component, … in RKPluginSaveObject()
40 QString initial = xml->getStringAttribute (element, "initial", i18n ("my.data"), DL_INFO); in RKPluginSaveObject() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.util/src/org/eclipse/equinox/internal/util/event/
H A DQueue.java27 protected int initial, count; field in Queue
37 public void put(Object element) { in put()
44 public void unget(Object element) { in unget()
56 Object element = queue[first]; in get() local
/dports/emulators/citra/citra-ac98458e0/src/core/tracer/
H A Drecorder.cpp23 auto& initial = header.initial_state_offsets; in Finish() local
171 StreamElement element = {{MemoryLoad}}; in MemoryAccessed() local
192 StreamElement element = {{RegisterWrite}}; in RegisterWritten() local
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/tracer/
H A Drecorder.cpp23 auto& initial = header.initial_state_offsets; in Finish() local
171 StreamElement element = {{MemoryLoad}}; in MemoryAccessed() local
192 StreamElement element = {{RegisterWrite}}; in RegisterWritten() local
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoState.cpp118 SoElement ** initial; member in SoStateP
166 SoElement * const element = (SoElement *) type.createInstance(); in SoState() local
236 SoElement * element = this->stack[stackindex]; in getElement() local
325 SoElement * element; in print() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/
H A DFilteredElementTreeSelectionDialog.java102 public boolean isElementVisible(Viewer viewer, Object element) { in isElementVisible()
160 boolean initial= initialText != null && initialText.equals(text); in doCreateRefreshJob() field in FilteredElementTreeSelectionDialog.FilteredTreeWithFilter
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Dtext_input_unittest.cc186 TextInput* element = instance.get(); in TEST() local
209 TextInput* element = instance.get(); in TEST() local
213 float initial = element->get_cursor_element()->GetTargetOpacity(); in TEST() local
248 auto element = std::make_unique<TextInput>( in TEST() local
272 auto element = std::make_unique<TextInput>( in TEST() local
309 auto element = std::make_unique<TextInput>( in TEST() local
/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLInitialElt.cpp76 ScXMLInitialElt * initial = new ScXMLInitialElt; in read() local
88 cc_xml_elt * element = cc_xml_elt_get_child(xmlelt, c); in read() local
H A DScXMLScxmlElt.cpp137 cc_xml_elt * element = cc_xml_elt_get_child(xmlelt, c); in read() local
478 ScXMLInitialElt * initial = in copyContents() local
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dheap.c111 heapify_down (void **array, size_t count, size_t initial, in heapify_down()
114 void *element = array[initial]; in heapify_down() local
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dheap.c111 heapify_down (void **array, size_t count, size_t initial, in heapify_down()
114 void *element = array[initial]; in heapify_down() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.cpp91 ApplyPropertyDefaultBase(GetterFunction getter, SetterFunction setter, InitialFunction initial) in ApplyPropertyDefaultBase()
119 …ropertyDefaultBase<T>::SetterFunction setter, typename ApplyPropertyDefaultBase<T>::InitialFunctio… in ApplyPropertyDefault()
185 ApplyPropertyDirection(GetterFunction getter, SetterFunction setter, InitialFunction initial) in ApplyPropertyDirection()
194 Element* element = selector->element(); in applyValue() local
212 ApplyPropertyLength(GetterFunction getter, SetterFunction setter, InitialFunction initial) in ApplyPropertyLength()
341 ApplyPropertyWidth(GetterFunction getter, SetterFunction setter, InitialFunction initial) in ApplyPropertyWidth()
/dports/math/symengine/symengine-0.8.1/symengine/utilities/matchpycpp/
H A Dutils.h101 RCP<const Basic> element = p.first; in _commutative_single_variable_partiton_iter() local
170 map<string, multiset<int>> initial; in commutative_sequence_variable_partition_iter() local
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/src/
H A Dpath_parser.cc17 path_parser::element::element(string initial, bool can_be_empty) : _value(move(initial)), in element() function in hocon::path_parser::element
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/
H A DLightWeightHashSet.java45 protected final T element; field in LightWeightHashSet.LinkedElement
240 public boolean add(final T element) { in add()
251 protected boolean addElem(final T element) { in addElem()
440 private int computeCapacity(int initial) { in computeCapacity()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DXPathParts.java65 public boolean containsElement(String element) { in containsElement()
374 Element element = elements.get(i); in containsAttribute() local
490 public XPathParts addElement(String element) { in addElement()
537 public XPathParts addElements(String... element) { in addElements()
588 private XPathParts addInternal(String xPath, boolean initial) { in addInternal()
760 private final String element; field in XPathParts.Element
763 public Element(String element) { in Element()
767 public Element(Element other, String element) { in Element()
771 public Element(String element, Map<String, String> attributes) { in Element() argument
1203 Element element = elements.get(i); in removeProposed() local
[all …]
/dports/multimedia/gstreamer1-plugins-gnonlin/gnonlin-1.4.0/gnl/
H A Dgnlcomposition.c159 #define OBJECT_IN_ACTIVE_SEGMENT(comp,element) \ argument
369 GstElement *element = GST_ELEMENT (entry->object); in hash_value_destroy() local
943 get_new_seek_event (GnlComposition * comp, gboolean initial, in get_new_seek_event()
1078 seek_handling (GnlComposition * comp, gboolean initial, gboolean update) in seek_handling()
1798 get_src_pad (GstElement * element) in get_src_pad()
1896 gnl_composition_change_state (GstElement * element, GstStateChange transition) in gnl_composition_change_state()
2122 no_more_pads_object_cb (GstElement * element, GnlComposition * comp) in no_more_pads_object_cb()
2659 gboolean initial, gboolean modify) in update_pipeline()
2737 GstElement *element; in update_pipeline() local
2909 gnl_composition_add_object (GstBin * bin, GstElement * element) in gnl_composition_add_object()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/pyrsistent/
H A D_checked_types.py286 def __new__(cls, initial=()): argument
373 def __new__(cls, initial=()): argument
415 def add(self, element): argument
473 def __new__(cls, initial={}, size=_UNDEFINED_CHECKED_PMAP_SIZE): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_checked_types.py286 def __new__(cls, initial=()): argument
373 def __new__(cls, initial=()): argument
415 def add(self, element): argument
473 def __new__(cls, initial={}, size=_UNDEFINED_CHECKED_PMAP_SIZE): argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_checked_types.py286 def __new__(cls, initial=()): argument
373 def __new__(cls, initial=()): argument
415 def add(self, element): argument
473 def __new__(cls, initial={}, size=_UNDEFINED_CHECKED_PMAP_SIZE): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyrsistent/pyrsistent/
H A D_checked_types.py286 def __new__(cls, initial=()): argument
373 def __new__(cls, initial=()): argument
415 def add(self, element): argument
473 def __new__(cls, initial={}, size=_UNDEFINED_CHECKED_PMAP_SIZE): argument
/dports/devel/py-pyrsistent/pyrsistent-0.14.11/pyrsistent/
H A D_checked_types.py286 def __new__(cls, initial=()): argument
373 def __new__(cls, initial=()): argument
415 def add(self, element): argument
473 def __new__(cls, initial={}, size=_UNDEFINED_CHECKED_PMAP_SIZE): argument
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/pyrsistent/
H A D_checked_types.py286 def __new__(cls, initial=()): argument
373 def __new__(cls, initial=()): argument
415 def add(self, element): argument
473 def __new__(cls, initial={}, size=_UNDEFINED_CHECKED_PMAP_SIZE): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DModuleDependenciesAdapter.java295 CPListElement element= (container instanceof CPListElement) ? (CPListElement) container : fElem; in addOrEditAccessiblePackage() local
304 ModuleAddExpose initial; in addOrEditAccessiblePackage() local
433 CPListElement element= (container instanceof CPListElement) ? (CPListElement) container : fElem; in internalAddReads() local
490 CPListElement element= (container instanceof CPListElement) ? (CPListElement) container : fElem; in internalAddPatch() local
745 public String getText(Object element) { in getText()
761 public Image getImage(Object element) { in getImage()
1039 public Object[] getChildren(TreeListDialogField<Object> field, Object element) { in getChildren()
1051 public Object getParent(TreeListDialogField<Object> field, Object element) { in getParent()
1061 public boolean hasChildren(TreeListDialogField<Object> field, Object element) { in hasChildren()

123456789