Home
last modified time | relevance | path

Searched refs:last (Results 51 – 75 of 32304) sorted by relevance

12345678910>>...1293

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mfd/
H A Dab8500-debugfs.c113 u8 last; member
165 .last = 0x02,
169 .last = 0x42,
173 .last = 0x81,
182 .last = 0x0D,
186 .last = 0x17,
190 .last = 0x30,
194 .last = 0x33,
203 .last = 0x00,
207 .last = 0x10,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mfd/
H A Dab8500-debugfs.c113 u8 last; member
165 .last = 0x02,
169 .last = 0x42,
173 .last = 0x81,
182 .last = 0x0D,
186 .last = 0x17,
190 .last = 0x30,
194 .last = 0x33,
203 .last = 0x00,
207 .last = 0x10,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mfd/
H A Dab8500-debugfs.c113 u8 last; member
165 .last = 0x02,
169 .last = 0x42,
173 .last = 0x81,
182 .last = 0x0D,
186 .last = 0x17,
190 .last = 0x30,
194 .last = 0x33,
203 .last = 0x00,
207 .last = 0x10,
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/common/
H A Dalgorithm.h42 while (first != last) in copy()
56 while (first != last) in copy_backward()
57 *--dst = *--last; in copy_backward()
88 return last; in set_to()
94 return last; in set_to()
100 return last; in set_to()
124 return last; in find()
138 return last; in find_if()
153 return last - first; in distance()
182 --last; in sortPartition()
[all …]
/dports/devel/p5-Set-Infinite/Set-Infinite-0.65/t/
H A Dlast.t6 # Tests for last()
46 @a = $a->last;
76 @a = $a->last;
82 @a = $a->last;
99 @a = $b->last;
112 # @a = $a->last;
114 # warn "last of $b is ".$b->last;
117 #@a = $c->last;
135 #@a = $c->last;
160 @a = $b->last;
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofalgo.h80 #define OFAdjacentFind(ForwardIterator_type, first, last) STD_NAMESPACE adjacent_find((first), (las… argument
86 #define OFForEach(InputIterator_type, Function_type, first, last, f) OF_ForEach((first), (last), (f… argument
88 #define OFFind(InputIterator_type, T_type, first, last, value) OF_Find((first), (last), (value)) argument
92 #define OFAdjacentFind(ForwardIterator_type, first, last) OF_AdjacentFind((first), (last)) argument
121 while (first != last) in OF_ForEach()
175 if (first == last) return last; in OF_AdjacentFind()
177 while (++next != last) in OF_AdjacentFind()
182 return last; in OF_AdjacentFind()
198 if (first == last) return last; in OF_AdjacentFind()
200 while(++next != last) in OF_AdjacentFind()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/ofstd/include/
H A Dofalgo.h82 #define OFFind(InputIterator_type, T_type, first, last, value) find((first), (last), (value)) argument
84 #define OFAdjacentFind(ForwardIterator_type, first, last) adjacent_find((first), (last)) argument
92 #define OFFind(InputIterator_type, T_type, first, last, value) OF_Find((first), (last), (value)) argument
96 #define OFAdjacentFind(ForwardIterator_type, first, last) OF_AdjacentFind((first), (last)) argument
125 while (first != last) in OF_ForEach()
179 if (first == last) return last; in OF_AdjacentFind()
181 while (++next != last) in OF_AdjacentFind()
186 return last; in OF_AdjacentFind()
202 if (first == last) return last; in OF_AdjacentFind()
204 while (++next != last) in OF_AdjacentFind()
[all …]
/dports/print/xmbibtex/xmbibtex-1.7/src/
H A Dpubmed.cc32 put_id(last,last); in Read_MedlinePubmed()
48 add_author(last,ts); in Read_MedlinePubmed()
54 add_editor(last,ts); in Read_MedlinePubmed()
61 put_title(last,ts); in Read_MedlinePubmed()
90 put_note(last,ts); in Read_MedlinePubmed()
126 c[last-1]->title=(char *)realloc(c[last-1]->title,n); in Read_MedlinePubmed()
133 c[last-1]->booktitle=(char *)realloc(c[last-1]->booktitle,n); in Read_MedlinePubmed()
140 c[last-1]->institution=(char *)realloc(c[last-1]->institution,n); in Read_MedlinePubmed()
147 c[last-1]->comment=(char *)realloc(c[last-1]->comment,n); in Read_MedlinePubmed()
156 c[last-1]->note=(char *)realloc(c[last-1]->note,n); in Read_MedlinePubmed()
[all …]
H A Dovid.cc31 put_id(last,last); in Read_MedlineOvid()
47 add_author(last,ts); in Read_MedlineOvid()
53 add_editor(last,ts); in Read_MedlineOvid()
60 put_title(last,ts); in Read_MedlineOvid()
82 put_note(last,ts); in Read_MedlineOvid()
103 put_journal(last,ts,i+1); in Read_MedlineOvid()
116 c[last-1]->title=(char *)realloc(c[last-1]->title,n); in Read_MedlineOvid()
123 c[last-1]->booktitle=(char *)realloc(c[last-1]->booktitle,n); in Read_MedlineOvid()
130 c[last-1]->institution=(char *)realloc(c[last-1]->institution,n); in Read_MedlineOvid()
139 c[last-1]->note=(char *)realloc(c[last-1]->note,n); in Read_MedlineOvid()
[all …]
/dports/games/residualvm/residualvm-0.3.1/common/
H A Dalgorithm.h39 while (first != last) in copy()
53 while (first != last) in copy_backward()
54 *--dst = *--last; in copy_backward()
85 return last; in fill()
91 return last; in fill()
97 return last; in fill()
121 return last; in find()
135 return last; in find_if()
179 --last; in sortPartition()
180 if (pivot != last) in sortPartition()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/iphone/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/windows/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/ios7/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/blackberry/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/android/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/custom/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/mcc/frontend/dojo/dojox/mobile/themes/holodark/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/holodark/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/blackberry/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/custom/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/ios7/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/windows/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/android/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/www/dojo/dojo-release-1.12.2/dojox/mobile/themes/iphone/
H A DFormLayout.css60 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chil…
62 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-ch…
63 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chil…
65 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextArea:last-ch…
67 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-chi…
72 ….mblFormLayout.mblFormLayoutAuto.mblFormLayoutRightAlign > * > *:last-child > .mblSlider:last-chil…
105 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblButton:last-chi…
107 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblCheckBox:last-c…
108 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblSwitch:last-chi…
112 .mblFormLayout.mblFormLayoutTwoCol.mblFormLayoutRightAlign > * > *:last-child > .mblTextBox:last-ch…
[all …]
/dports/science/bagel/bagel-1.2.2/src/util/
H A Dcombination.hpp139 reverse (middle, last); in next_partial_permutation()
148 reverse (middle, last); in next_partial_permutation()
171 reverse (middle, last); in prev_partial_permutation()
182 reverse (middle, last); in prev_partial_permutation()
265 if (last == first ) { in next_mapping()
283 if (last == first ) { in next_mapping()
314 if (last == first) { in prev_mapping()
320 --(*last); in prev_mapping()
334 if (last == first) { in prev_mapping()
386 if (first == last) in prev_combination_counts()
[all …]

12345678910>>...1293