Home
last modified time | relevance | path

Searched defs:subitem (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/
H A DISimpleCSItem.java67 public void addSubItem(ISimpleCSSubItemObject subitem); in addSubItem()
72 public void addSubItem(int index, ISimpleCSSubItemObject subitem); in addSubItem()
77 public void removeSubItem(ISimpleCSSubItemObject subitem); in removeSubItem()
87 public void moveSubItem(ISimpleCSSubItemObject subitem, int newRelativeIndex); in moveSubItem()
102 public boolean isFirstSubItem(ISimpleCSSubItemObject subitem); in isFirstSubItem()
107 public boolean isLastSubItem(ISimpleCSSubItemObject subitem); in isLastSubItem()
112 public int indexOfSubItem(ISimpleCSSubItemObject subitem); in indexOfSubItem()
127 public ISimpleCSSubItemObject getNextSibling(ISimpleCSSubItemObject subitem); in getNextSibling()
133 ISimpleCSSubItemObject subitem); in getPreviousSibling()
H A DISimpleCSConditionalSubItem.java37 public void addSubItem(ISimpleCSSubItem subitem); in addSubItem()
42 public void removeSubItem(ISimpleCSSubItem subitem); in removeSubItem()
H A DISimpleCSRepeatedSubItem.java37 public void setSubItem(ISimpleCSSubItem subitem); in setSubItem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/cheatsheet/simple/text/
H A DSimpleCSItem.java34 public void addSubItem(ISimpleCSSubItemObject subitem) { in addSubItem()
39 public void addSubItem(int index, ISimpleCSSubItemObject subitem) { in addSubItem()
54 public ISimpleCSSubItemObject getNextSibling(ISimpleCSSubItemObject subitem) { in getNextSibling()
66 ISimpleCSSubItemObject subitem) { in getPreviousSibling()
99 public int indexOfSubItem(ISimpleCSSubItemObject subitem) { in indexOfSubItem()
104 public boolean isFirstSubItem(ISimpleCSSubItemObject subitem) { in isFirstSubItem()
110 public boolean isLastSubItem(ISimpleCSSubItemObject subitem) { in isLastSubItem()
116 public void moveSubItem(ISimpleCSSubItemObject subitem, int newRelativeIndex) { in moveSubItem()
121 public void removeSubItem(ISimpleCSSubItemObject subitem) { in removeSubItem()
H A DSimpleCSConditionalSubItem.java37 public void addSubItem(ISimpleCSSubItem subitem) { in addSubItem()
54 public void removeSubItem(ISimpleCSSubItem subitem) { in removeSubItem()
H A DSimpleCSRepeatedSubItem.java46 public void setSubItem(ISimpleCSSubItem subitem) { in setSubItem()
/dports/devel/protozero/protozero-1.7.0/test/t/complex/
H A Dreader_test_cases.cpp40 protozero::pbf_reader subitem = item.get_message(); variable
79 protozero::pbf_reader subitem = item.get_message(); variable
121 protozero::pbf_reader subitem = item.get_message(); variable
330 protozero::pbf_reader subitem = item.get_message(); variable
385 protozero::pbf_reader subitem{view}; variable
446 protozero::pbf_reader subitem = item.get_message(); variable
486 protozero::pbf_reader subitem = item.get_message(); variable
538 protozero::pbf_reader subitem = item.get_message(); variable
599 protozero::pbf_reader subitem = item.get_message(); variable
629 protozero::pbf_reader subitem = item.get_message(); in check_message() local
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/protozero/test/t/complex/
H A Dreader_test_cases.cpp40 protozero::pbf_reader subitem = item.get_message(); variable
79 protozero::pbf_reader subitem = item.get_message(); variable
121 protozero::pbf_reader subitem = item.get_message(); variable
330 protozero::pbf_reader subitem = item.get_message(); variable
385 protozero::pbf_reader subitem{view}; variable
446 protozero::pbf_reader subitem = item.get_message(); variable
486 protozero::pbf_reader subitem = item.get_message(); variable
538 protozero::pbf_reader subitem = item.get_message(); variable
599 protozero::pbf_reader subitem = item.get_message(); variable
629 protozero::pbf_reader subitem = item.get_message(); in check_message() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/simple/actions/
H A DSimpleCSRemoveSubStepAction.java32 public void setSubItem(ISimpleCSSubItemObject subitem) { in setSubItem()
50 ISimpleCSRepeatedSubItem subitem = (ISimpleCSRepeatedSubItem) parent; in run() local
57 ISimpleCSConditionalSubItem subitem = (ISimpleCSConditionalSubItem) parent; in run() local
H A DSimpleCSRemoveRunObjectAction.java43 ISimpleCSSubItem subitem = (ISimpleCSSubItem) parent; in run() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.tests/src/org/eclipse/pde/internal/ua/tests/cheatsheet/
H A DCheatSheetModelTestCase.java71 ISimpleCSConditionalSubItem subitem = fModel.getFactory().createSimpleCSConditionalSubItem(null); in createConditionalSubitem() local
87 ISimpleCSSubItem subitem = fModel.getFactory().createSimpleCSSubItem(null); in createSubItem() local
96 ISimpleCSRepeatedSubItem subitem = fModel.getFactory().createSimpleCSRepeatedSubItem(null); in createRepeatedSubItem() local
207 protected void validateSubItem(ISimpleCSSubItemObject subitem) { in validateSubItem()
217 protected void validateRepeatedSubItem(ISimpleCSSubItemObject subitem) { in validateRepeatedSubItem()
223 protected void validateConditionalSubItem(ISimpleCSSubItemObject subitem) { in validateConditionalSubItem()
H A DSimpleCSSubItemAPITestCase.java101 ISimpleCSSubItemObject subitem = item.getSubItems()[i]; in simpleSubItemTestCase() local
119 ISimpleCSSubItemObject subitem = item.getSubItems()[i]; in simpleSubItemCommandTestCase() local
139 ISimpleCSSubItemObject subitem = item.getSubItems()[i]; in simpleSubItemActionTestCase() local
H A DSimpleCSSubItemTestCase.java89 ISimpleCSSubItemObject subitem = item.getSubItems()[i]; in simpleSubItemTestCase() local
106 ISimpleCSSubItemObject subitem = item.getSubItems()[i]; in simpleSubItemCommandTestCase() local
126 ISimpleCSSubItemObject subitem = item.getSubItems()[i]; in simpleSubItemActionTestCase() local
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/lib-js/spec-directory/
H A Dvirtual-directory.ts12 const subitem = dir.get(itemName) constant
23 const subitem = dir.get(itemName) constant
146 const subitem = this.subdirCache[itemName] constant
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/discrepancy/
H A Dfeature_per_bioseq.cpp67 string subitem = "[n] rRNA feature[s] found on [(]" + short_name; variable
153 string subitem = "[n] tRNA feature[s] found on [(]" + short_name; variable
/dports/astro/libosmium/libosmium-2.17.2/test/t/osm/
H A Dtest_area.cpp54 for (const auto& subitem : area) { variable
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/osm/
H A Dtest_area.cpp54 for (const auto& subitem : area) { variable
/dports/lang/racket/racket-8.3/share/pkgs/slideshow-lib/slideshow/widescreen/
H A Dbase.rkt10 (define subitem (adjust-keyword-default slide:subitem/kw '#:aspect 'widescreen)) function
/dports/lang/racket/racket-8.3/share/pkgs/slideshow-lib/slideshow/fullscreen/
H A Dbase.rkt10 (define subitem (adjust-keyword-default slide:subitem/kw '#:aspect 'fullscreen)) function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/tests/common/
H A Djson_logger_test.cpp37 common::JsonLine subitem = long_line.sub("sub"); in TEST() local
/dports/sysutils/calamares/calamares-3.2.44.2/src/calamares/
H A DVariantModel.cpp23 for ( const auto& subitem : item.toList() ) in overallLength() local
30 for ( const auto& subitem : item.toMap() ) in overallLength() local
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/subitem/
H A Dclient_test.go1 package subitem package
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/osm/
H A Dentity.hpp54 static TSubitem subitem; in subitem_of_type() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/fixtures/more_circulars/
H A Ditem.json18 "subitem": { object
H A Ditem4.json18 "subitem": { object

12345678910>>...12