Home
last modified time | relevance | path

Searched refs:repeatIndex (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/dom/grid/
H A DGridTracks.cpp58 uint32_t repeatIndex = 0; in SetTrackInfo() local
60 &repeatIndex]() { in SetTrackInfo()
63 while (repeatIndex < numRepeatTracks && in SetTrackInfo()
64 aTrackInfo->mRemovedRepeatTracks[repeatIndex]) { in SetTrackInfo()
71 repeatIndex++; in SetTrackInfo()
73 repeatIndex++; in SetTrackInfo()
/dports/www/firefox/firefox-99.0/dom/grid/
H A DGridTracks.cpp58 uint32_t repeatIndex = 0; in SetTrackInfo() local
60 &repeatIndex]() { in SetTrackInfo()
63 while (repeatIndex < numRepeatTracks && in SetTrackInfo()
64 aTrackInfo->mRemovedRepeatTracks[repeatIndex]) { in SetTrackInfo()
71 repeatIndex++; in SetTrackInfo()
73 repeatIndex++; in SetTrackInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/grid/
H A DGridTracks.cpp58 uint32_t repeatIndex = 0; in SetTrackInfo() local
60 &repeatIndex]() { in SetTrackInfo()
63 while (repeatIndex < numRepeatTracks && in SetTrackInfo()
64 aTrackInfo->mRemovedRepeatTracks[repeatIndex]) { in SetTrackInfo()
71 repeatIndex++; in SetTrackInfo()
73 repeatIndex++; in SetTrackInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/grid/
H A DGridTracks.cpp59 uint32_t repeatIndex = 0; in SetTrackInfo() local
61 &repeatIndex]() { in SetTrackInfo()
64 while (repeatIndex < numRepeatTracks && in SetTrackInfo()
65 aTrackInfo->mRemovedRepeatTracks[repeatIndex]) { in SetTrackInfo()
72 repeatIndex++; in SetTrackInfo()
74 repeatIndex++; in SetTrackInfo()
H A DGridLines.cpp83 uint32_t repeatIndex = 0; in SetLineInfo() local
155 repeatIndex < numRepeatTracks) { in SetLineInfo()
157 aTrackInfo, aLineInfo, lastTrackEdge, repeatIndex, numRepeatTracks, in SetLineInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/grid/
H A DGridTracks.cpp76 uint32_t repeatIndex = 0; in SetTrackInfo() local
78 &repeatIndex]() in SetTrackInfo()
82 while (repeatIndex < numRepeatTracks && in SetTrackInfo()
83 aTrackInfo->mRemovedRepeatTracks[repeatIndex]) { in SetTrackInfo()
93 repeatIndex++; in SetTrackInfo()
95 repeatIndex++; in SetTrackInfo()
H A DGridLines.cpp86 uint32_t repeatIndex = 0; in SetLineInfo() local
131 repeatIndex < numRepeatTracks) { in SetLineInfo()
135 repeatIndex, in SetLineInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/grid/
H A DGridTracks.cpp59 uint32_t repeatIndex = 0; in SetTrackInfo() local
61 &repeatIndex]() { in SetTrackInfo()
64 while (repeatIndex < numRepeatTracks && in SetTrackInfo()
65 aTrackInfo->mRemovedRepeatTracks[repeatIndex]) { in SetTrackInfo()
72 repeatIndex++; in SetTrackInfo()
74 repeatIndex++; in SetTrackInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DRadioButtonList.cs199 protected virtual Style GetItemStyle (ListItemType itemType, int repeatIndex) in GetItemStyle() argument
204 …protected virtual void RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, … in RenderItem() argument
206 ListItem item = Items [repeatIndex]; in RenderItem()
210 radio.ID = ClientID + "_" + repeatIndex; in RenderItem()
270 Style IRepeatInfoUser.GetItemStyle (ListItemType itemType, int repeatIndex) in IRepeatInfoUser.GetItemStyle() argument
272 return GetItemStyle (itemType, repeatIndex); in IRepeatInfoUser.GetItemStyle()
275 …void IRepeatInfoUser.RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, Ht… in IRepeatInfoUser.RenderItem() argument
277 RenderItem (itemType, repeatIndex, repeatInfo, writer); in IRepeatInfoUser.RenderItem()
H A DCheckBoxList.cs264 protected virtual Style GetItemStyle (ListItemType itemType, int repeatIndex) in GetItemStyle() argument
269 Style IRepeatInfoUser.GetItemStyle (ListItemType itemType, int repeatIndex) in IRepeatInfoUser.GetItemStyle() argument
271 return GetItemStyle (itemType, repeatIndex); in IRepeatInfoUser.GetItemStyle()
274 …protected virtual void RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, … in RenderItem() argument
276 ListItem item = Items [repeatIndex]; in RenderItem()
281 check_box.ID = repeatIndex.ToString (Helpers.InvariantCulture); in RenderItem()
306 …void IRepeatInfoUser.RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, Ht… in IRepeatInfoUser.RenderItem() argument
308 RenderItem (itemType, repeatIndex, repeatInfo, writer); in IRepeatInfoUser.RenderItem()
H A DDataList.cs927 Style IRepeatInfoUser.GetItemStyle (ListItemType itemType, int repeatIndex) in IRepeatInfoUser.GetItemStyle() argument
933 if (repeatIndex >= 0 && (!HasControls () || repeatIndex >= Controls.Count)) in IRepeatInfoUser.GetItemStyle()
942 if (repeatIndex >= 0 && (!HasControls () || repeatIndex >= Controls.Count)) in IRepeatInfoUser.GetItemStyle()
945 item = FindBestItem (repeatIndex); in IRepeatInfoUser.GetItemStyle()
948 if (repeatIndex >= 0 && (!HasControls () || repeatIndex >= Controls.Count)) in IRepeatInfoUser.GetItemStyle()
951 item = FindSpecificItem (itemType, repeatIndex); in IRepeatInfoUser.GetItemStyle()
976 DataListItem FindSpecificItem (ListItemType itemType, int repeatIndex) in FindSpecificItem() argument
987 DataListItem FindBestItem (int repeatIndex) in FindBestItem() argument
991 if ((item != null) && (item.ItemIndex == repeatIndex)) { in FindBestItem()
1022 item = FindBestItem (repeatIndex); in IRepeatInfoUser.RenderItem()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DRadioButtonList.cs452 Style IRepeatInfoUser.GetItemStyle(ListItemType itemType, int repeatIndex) { in IRepeatInfoUser.GetItemStyle() argument
453 return GetItemStyle(itemType, repeatIndex); in IRepeatInfoUser.GetItemStyle()
460 protected virtual Style GetItemStyle(ListItemType itemType, int repeatIndex) { in GetItemStyle() argument
469 …void IRepeatInfoUser.RenderItem(ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, Htm… in IRepeatInfoUser.RenderItem() argument
470 RenderItem(itemType, repeatIndex, repeatInfo, writer); in IRepeatInfoUser.RenderItem()
478 …protected virtual void RenderItem(ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, H… in RenderItem() argument
479 if (repeatIndex == 0) { in RenderItem()
487 int repeatIndexOffset = repeatIndex + _offset; in RenderItem()
H A DCheckBoxList.cs499 Style IRepeatInfoUser.GetItemStyle(ListItemType itemType, int repeatIndex) { in IRepeatInfoUser.GetItemStyle() argument
500 return GetItemStyle(itemType, repeatIndex); in IRepeatInfoUser.GetItemStyle()
504 protected virtual Style GetItemStyle(ListItemType itemType, int repeatIndex) { in GetItemStyle() argument
513 …void IRepeatInfoUser.RenderItem(ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, Htm… in IRepeatInfoUser.RenderItem() argument
514 RenderItem(itemType, repeatIndex, repeatInfo, writer); in IRepeatInfoUser.RenderItem()
522 …protected virtual void RenderItem(ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, H… in RenderItem() argument
523 if (repeatIndex == 0) { in RenderItem()
528 int repeatIndexOffset = repeatIndex; in RenderItem()
H A DIRepeatInfoUser.cs60 Style GetItemStyle(ListItemType itemType, int repeatIndex); in GetItemStyle() argument
66 …void RenderItem(ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writ… in RenderItem() argument
H A DDataList.cs977 private DataListItem GetItem(ListItemType itemType, int repeatIndex) { in GetItem() argument
992 int controlIndex = repeatIndex * 2 + 1; in GetItem()
1003 item = (DataListItem)itemsArray[repeatIndex]; in GetItem()
1494 Style IRepeatInfoUser.GetItemStyle(ListItemType itemType, int repeatIndex) { in IRepeatInfoUser.GetItemStyle() argument
1495 DataListItem item = GetItem(itemType, repeatIndex); in IRepeatInfoUser.GetItemStyle()
1507 …void IRepeatInfoUser.RenderItem(ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, Htm… in IRepeatInfoUser.RenderItem() argument
1508 DataListItem item = GetItem(itemType, repeatIndex + offset); in IRepeatInfoUser.RenderItem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DRepeatInfoUser.cs91 public Style GetItemStyle (ListItemType itemType, int repeatIndex) in GetItemStyle() argument
94 s.CssClass = String.Format ("{0}{1}", itemType, repeatIndex); in GetItemStyle()
98 …public void RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWri… in RenderItem() argument
100 writer.Write ("({0},{1},{2})", counter++, itemType, repeatIndex); in RenderItem()
H A DRepeatInfoTest.cs77 public Style GetItemStyle (ListItemType itemType, int repeatIndex) in GetItemStyle() argument
82 …public void RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWri… in RenderItem() argument
H A DCheckBoxListTest.cs103 protected override Style GetItemStyle (ListItemType itemType, int repeatIndex) in GetItemStyle() argument
112 public Style DoGetItemStyle (ListItemType itemType, int repeatIndex) in DoGetItemStyle() argument
114 return base.GetItemStyle (itemType, repeatIndex); in DoGetItemStyle()
117 public new string RenderItem (ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo) in RenderItem() argument
120 base.RenderItem(itemType,repeatIndex,repeatInfo,writer); in RenderItem()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DotConverters.py202 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
251 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
438 super().write(writer, font, tableDict, value / 180, repeatIndex=repeatIndex)
628 if repeatIndex is not None:
629 subWriter.repeatIndex = repeatIndex
678 Table.write(self, writer, font, tableDict, value, repeatIndex)
788 value=value, repeatIndex=None)
817 value=value, repeatIndex=None)
837 value=value, repeatIndex=None)
857 value=value, repeatIndex=None)
[all …]
H A DotBase.py509 LookupListIndex = item.repeatIndex
511 LookupListIndex = self.repeatIndex
512 SubTableIndex = item.repeatIndex
516 itemIndex = item.repeatIndex
518 LookupListIndex = self.parent.repeatIndex
519 SubTableIndex = self.repeatIndex
521 LookupListIndex = self.parent.parent.repeatIndex
522 SubTableIndex = self.parent.repeatIndex
532 SubTableIndex = p1.parent.repeatIndex
534 LookupListIndex = p1.parent.repeatIndex
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DotConverters.py170 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
198 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
205 def write(self, writer, font, tableDict, value, repeatIndex=None): argument
517 if repeatIndex is not None:
518 subWriter.repeatIndex = repeatIndex
553 Table.write(self, writer, font, tableDict, value, repeatIndex)
663 value=value, repeatIndex=None)
692 value=value, repeatIndex=None)
712 value=value, repeatIndex=None)
732 value=value, repeatIndex=None)
[all …]
H A DotBase.py471 LookupListIndex = item.repeatIndex
473 LookupListIndex = self.repeatIndex
474 SubTableIndex = item.repeatIndex
478 itemIndex = item.repeatIndex
480 LookupListIndex = self.parent.repeatIndex
481 SubTableIndex = self.repeatIndex
483 LookupListIndex = self.parent.parent.repeatIndex
484 SubTableIndex = self.parent.repeatIndex
494 SubTableIndex = p1.parent.repeatIndex
496 LookupListIndex = p1.parent.repeatIndex
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/util/
H A DSawyerCoding.cpp334 for (size_t repeatIndex = searchIndex; repeatIndex <= searchEnd; repeatIndex++) in encode_chunk_repeat() local
337 …maxRepeatCount = std::min(std::min(static_cast<size_t>(7), searchEnd - repeatIndex), length - i - … in encode_chunk_repeat()
339 assert(repeatIndex + maxRepeatCount < length); in encode_chunk_repeat()
343 if (src_buffer[repeatIndex + j] == src_buffer[i + j]) in encode_chunk_repeat()
354 bestRepeatIndex = repeatIndex; in encode_chunk_repeat()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dopencl_worker_thread.cpp244 bool cOpenClWorkerThread::AddAntiAliasingParameters(int actualDepth, int repeatIndex) in AddAntiAliasingParameters() argument
251 int positionIndex = repeatIndex / 4; in AddAntiAliasingParameters()
269 switch (repeatIndex % 4) in AddAntiAliasingParameters()
299 switch (repeatIndex % 4) in AddAntiAliasingParameters()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/dragstr/
H A DStratifiedDragstrLocusCases.java64 …final int repeatIndex = Math.min(ParamUtils.isPositive(repeats, "repeats must be greater than 0 ")… in get() local
66 return perPeriodAndRepeat[periodIndex][repeatIndex]; in get()

123