Home
last modified time | relevance | path

Searched refs:AddAt (Results 1 – 25 of 137) sorted by relevance

123456

/dports/www/gohugo/hugo-0.91.2/markup/tableofcontents/
H A Dtableofcontents_test.go27 toc.AddAt(Heading{Text: "Heading 1", ID: "h1-1"}, 0, 0)
28 toc.AddAt(Heading{Text: "1-H2-1", ID: "1-h2-1"}, 0, 1)
29 toc.AddAt(Heading{Text: "1-H2-2", ID: "1-h2-2"}, 0, 1)
30 toc.AddAt(Heading{Text: "1-H3-1", ID: "1-h2-2"}, 0, 2)
31 toc.AddAt(Heading{Text: "Heading 2", ID: "h1-2"}, 1, 0)
102 toc.AddAt(Heading{Text: "H2", ID: "h2"}, 0, 1)
103 toc.AddAt(Heading{Text: "H3", ID: "h3"}, 1, 2)
104 toc.AddAt(Heading{Text: "H3", ID: "h3"}, 1, 2)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DTableCellCollection.cs77 AddAt(-1, cell); in Add()
88 public void AddAt(int index, TableCell cell) { in AddAt() method in System.Web.UI.WebControls.TableCellCollection
89 owner.Controls.AddAt(index, cell); in AddAt()
211 AddAt(index, (TableCell)value);
244 owner.Controls.AddAt(index, (TableCell)o); in IList.Insert()
H A DTableRowCollection.cs72 AddAt(-1, row); in Add()
83 public void AddAt(int index, TableRow row) { in AddAt() method in System.Web.UI.WebControls.TableRowCollection
84 owner.Controls.AddAt(index, row); in AddAt()
204 AddAt(index, (TableRow)value);
237 AddAt(index, (TableRow)o); in IList.Insert()
H A DTreeNodeCollection.cs73 AddAt(Count, child); in Add()
77 public void AddAt(int index, TreeNode child) { in AddAt() method in System.Web.UI.WebControls.TreeNodeCollection
284 AddAt(index, _owner.Owner.CreateNode()); in IStateManager.LoadViewState()
287 AddAt(index, new TreeNode()); in IStateManager.LoadViewState()
H A DTableRow.cs177 public override void AddAt(int index, Control child) { in AddAt() method in System.Web.UI.WebControls.TableRow.CellControlCollection
179 base.AddAt(index, child); in AddAt()
H A DColumnCollection.cs107 AddAt(-1, column); in Add()
115 public void AddAt(int index, DataGridColumn column) { in AddAt() method in System.Web.UI.WebControls.DataGridColumnCollection
H A DMenuItemCollection.cs68 AddAt(_list.Count, child); in Add()
72 public void AddAt(int index, MenuItem child) { in AddAt() method in System.Web.UI.WebControls.MenuItemCollection
239 AddAt(index, new MenuItem()); in IStateManager.LoadViewState()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DTableCellCollection.cs76 public void AddAt (int index, TableCell cell) in AddAt() method in System.Web.UI.WebControls.TableCellCollection
79 cc.AddAt (index, cell); in AddAt()
130 cc.AddAt (index, (TableRow)value);
154 cc.AddAt (index, (TableRow)value); in IList.Insert()
H A DTableRowCollection.cs84 public void AddAt (int index, TableRow row) in AddAt() method in System.Web.UI.WebControls.TableRowCollection
93 cc.AddAt (index, row); in AddAt()
164 cc.AddAt (index, (TableRow)value);
187 AddAt (index, value as TableRow); in IList.Insert()
H A DWizardStepCollection.cs75 public void AddAt (int index, WizardStepBase wizardStep) in AddAt() method in System.Web.UI.WebControls.WizardStepCollection
113 AddAt (index, wizardStep); in Insert()
157 AddAt (index, (WizardStepBase)ob); in IList.Insert()
H A DViewCollection.cs54 public override void AddAt (int index, Control v) in AddAt() method in System.Web.UI.WebControls.ViewCollection
58 base.AddAt (index, v); in AddAt()
H A DTableRow.cs146 public override void AddAt (int index, Control child) in AddAt() method in System.Web.UI.WebControls.TableRow.CellControlCollection
153 base.AddAt (index, child); in AddAt()
/dports/devel/fpc-odata/fpc-3.2.2/packages/odata/utils/
H A Dedm.pas7280 Result := TComplexType(inherited AddAt(APosition));
7302 Result := TEntityType(inherited AddAt(APosition));
7346 Result := TEnumType(inherited AddAt(APosition));
7368 Result := TAction(inherited AddAt(APosition));
7390 Result := TFunction(inherited AddAt(APosition)); in nherited()
7412 Result := TTerm(inherited AddAt(APosition));
7567 Result := TProperty(inherited AddAt(APosition));
7700 Result := TProperty(inherited AddAt(APosition));
7967 Result := TOnDelete(inherited AddAt(APosition));
9079 Result := TEntitySet(inherited AddAt(APosition));
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/odata/utils/
H A Dedm.pas7280 Result := TComplexType(inherited AddAt(APosition));
7302 Result := TEntityType(inherited AddAt(APosition));
7346 Result := TEnumType(inherited AddAt(APosition));
7368 Result := TAction(inherited AddAt(APosition));
7390 Result := TFunction(inherited AddAt(APosition)); in nherited()
7412 Result := TTerm(inherited AddAt(APosition));
7567 Result := TProperty(inherited AddAt(APosition));
7700 Result := TProperty(inherited AddAt(APosition));
7967 Result := TOnDelete(inherited AddAt(APosition));
9079 Result := TEntitySet(inherited AddAt(APosition));
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.HtmlControls/
H A DHtmlTableRowTest.cs190 c.AddAt (0, null); in HtmlTableCellControlCollectionAddAt_Null()
199 c.AddAt (0, new HtmlTable ()); in HtmlTableCellControlCollectionAddAt_WrongType()
207 c.AddAt (0, new HtmlTableCell ()); in HtmlTableCellControlCollectionAddAt()
208 c.AddAt (0, new InheritedHtmlTableCell ()); in HtmlTableCellControlCollectionAddAt()
H A DHtmlTableTest.cs320 c.AddAt (0, null); in HtmlTableRowControlCollectionAddAt_Null()
329 c.AddAt (0, new HtmlTable ()); in HtmlTableRowControlCollectionAddAt_WrongType()
337 c.AddAt (0, new HtmlTableRow ()); in HtmlTableRowControlCollectionAddAt()
338 c.AddAt (0, new InheritedHtmlTableRow ()); in HtmlTableRowControlCollectionAddAt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/
H A DDeviceSpecificChoiceCollection.cs48 AddAt(-1, choice); in Add()
52 public void AddAt(int index, DeviceSpecificChoice choice) in AddAt() method in System.Web.UI.MobileControls.DeviceSpecificChoiceCollection
H A DObjectListCommandCollection.cs95 AddAt(-1, command); in Add()
99 public void AddAt(int index, ObjectListCommand command) in AddAt() method in System.Web.UI.MobileControls.ObjectListCommandCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DTableRowTest.cs347 GetNewTableRow ().Controls.AddAt (0, null); in ControlsAddAt_Null()
355 GetNewTableRow ().Controls.AddAt (Int32.MinValue, new TableRow ()); in ControlsAddAt_Negative()
362 GetNewTableRow ().Controls.AddAt (0, new LiteralControl ("mono")); in ControlsAddAt_LiteralControl()
369 tr.Controls.AddAt (0, new TableCell ()); in ControlsAddAt_TableRow()
378 tr.Controls.AddAt (0, new TestTableCell ()); in ControlsAddAt_TestTableRow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.HtmlControls/
H A DHtmlTableRow.cs200 public override void AddAt (int index, Control child) in AddAt() method in System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection
207 base.AddAt (index, child); in AddAt()
H A DHtmlTable.cs247 public override void AddAt (int index, Control child) in AddAt() method in System.Web.UI.HtmlControls.HtmlTable.HtmlTableRowControlCollection
254 base.AddAt (index, child); in AddAt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/HtmlControls/
H A DHtmlTableRow.cs253 public override void AddAt(int index, Control child) { in AddAt() method in System.Web.UI.HtmlControls.HtmlTableRow.HtmlTableCellControlCollection
255 base.AddAt(index, child); in AddAt()
H A DHtmlTable.cs311 public override void AddAt(int index, Control child) { in AddAt() method in System.Web.UI.HtmlControls.HtmlTable.HtmlTableRowControlCollection
313 base.AddAt(index, child); in AddAt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dshelf_model_unittest.cc218 int app_shortcut_index3 = model_->AddAt(0, item); in TEST_F()
223 int app_shortcut_index4 = model_->AddAt(5, item); in TEST_F()
228 int app_shortcut_index5 = model_->AddAt(1, item); in TEST_F()
234 int platform_app_index3 = model_->AddAt(2, item); in TEST_F()
239 int platform_app_index4 = model_->AddAt(6, item); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/models/
H A Dlist_model.h33 ItemType* AddAt(size_t index, std::unique_ptr<ItemType> item) { in AddAt() function
43 return AddAt(item_count(), std::move(item)); in Add()

123456