Home
last modified time | relevance | path

Searched refs:subheader (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/math/pdal/PDAL-2.3.0/plugins/nitf/io/
H A DMetadataReader.cpp258 writeField(key, "IID1", subheader.getImageId()); in doImageSubheader()
260 writeField(key, "TGTID", subheader.getTargetId()); in doImageSubheader()
261 writeField(key, "IID2", subheader.getImageTitle()); in doImageSubheader()
267 writeField(key, "ENCRYP", subheader.getEncrypted()); in doImageSubheader()
269 writeField(key, "NROWS", subheader.getNumRows()); in doImageSubheader()
270 writeField(key, "NCOLS", subheader.getNumCols()); in doImageSubheader()
280 ::nitf::List list = subheader.getImageComments(); in doImageSubheader()
288 doBands(key, subheader); in doImageSubheader()
291 writeField(key, "IMODE", subheader.getImageMode()); in doImageSubheader()
307 writeField(key, "DESID", subheader.getTypeID()); in doDESubheader()
[all …]
H A DNitfFileWriter.cpp135 ::nitf::ImageSubheader subheader = image.getSubheader(); in write()
147 subheader.getImageSecurityClass().set(m_imgSecurityClass); in write()
148 subheader.setSecurityGroup(security.clone()); in write()
150 subheader.getImageDateAndTime().set(m_imgDate); in write()
164 subheader.setPixelInformation( in write()
174 subheader.setBlocking( in write()
182 subheader.getImageId().set("None"); in write()
183 subheader.getImageTitle().set(m_imgIdentifier2); in write()
211 subheader.getExtendedSection().appendTRE(aimidbTre); in write()
218 subheader.getImageDateAndTime().set(m_imgDate); in write()
[all …]
H A DNitfFileReader.cpp181 ::nitf::ImageSubheader subheader = imseg.getSubheader(); in locateLidarImageSegment()
183 ::nitf::Field field = subheader.getImageId(); in locateLidarImageSegment()
215 ::nitf::DESubheader subheader = seg.getSubheader(); in locateLidarDataSegment()
217 ::nitf::Field idField = subheader.getTypeID(); in locateLidarDataSegment()
221 ::nitf::Field verField = subheader.getVersion(); in locateLidarDataSegment()
/dports/math/R-cran-haven/haven/src/readstat/sas/
H A Dreadstat_sas7bdat_write.c154 subheader->len = len; in sas7bdat_subheader_init()
157 return subheader; in sas7bdat_subheader_init()
202 return subheader; in sas7bdat_row_size_subheader_init()
217 return subheader; in sas7bdat_col_size_subheader_init()
243 return subheader; in sas7bdat_col_name_subheader_init()
289 return subheader; in sas7bdat_col_attrs_subheader_init()
313 return subheader; in sas7bdat_col_format_subheader_init()
334 return subheader; in sas7bdat_col_text_subheader_init()
395 if (!subheader) in sas7bdat_subheader_free()
399 free(subheader); in sas7bdat_subheader_free()
[all …]
H A Dreadstat_sas7bdat_read.c182 memcpy(blob, subheader+signature_len, len-signature_len); in sas7bdat_parse_column_text_subheader()
218 col_count = sas_read8(&subheader[8], ctx->bswap); in sas7bdat_parse_column_size_subheader()
220 col_count = sas_read4(&subheader[4], ctx->bswap); in sas7bdat_parse_column_size_subheader()
242 row_length = sas_read8(&subheader[40], ctx->bswap); in sas7bdat_parse_row_size_subheader()
246 row_length = sas_read4(&subheader[20], ctx->bswap); in sas7bdat_parse_row_size_subheader()
248 page_row_count = sas_read4(&subheader[60], ctx->bswap); in sas7bdat_parse_row_size_subheader()
296 const char *cnp = &subheader[signature_len+8]; in sas7bdat_parse_column_name_subheader()
324 const char *cap = &subheader[signature_len+8]; in sas7bdat_parse_column_attributes_subheader()
382 ctx->u64 ? &subheader[46] : &subheader[34], ctx); in sas7bdat_parse_column_format_subheader()
384 ctx->u64 ? &subheader[52] : &subheader[40], ctx); in sas7bdat_parse_column_format_subheader()
[all …]
/dports/textproc/R-cran-rmarkdown/rmarkdown/inst/rmd/h/tocify/
H A Djquery.tocify.css31 /* Top level subheader elements. These are the first nested items underneath a header element. */
32 .tocify-subheader {
37 /* Makes the font smaller for all subheader elements. */
38 .tocify-subheader li {
42 /* Further indents second level subheader elements. */
43 .tocify-subheader .tocify-subheader {
46 .tocify-subheader .tocify-subheader .tocify-subheader {
49 .tocify-subheader .tocify-subheader .tocify-subheader .tocify-subheader {
52 .tocify-subheader .tocify-subheader .tocify-subheader .tocify-subheader .tocify-subheader {
/dports/www/sogo/SOGo-5.4.0/UI/WebServerResources/scss/components/subheader/
H A Dsubheader.scss1 /// subheader.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
4 $sg-subheader-padding-top-bottom: ($subheader-padding - ($icon-button-height - $subheader-font-size…
5 $sg-subheader-padding-left-right: $baseline-grid;
8 .md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
15 .sg-md-subheader {
16 &--with-icon .md-subheader-inner,
17 &--with-secondary-icon .md-subheader-inner {
18 line-height: $sg-avatar-width + ($sg-subheader-padding-top-bottom)*2;
20 padding-left: $subheader-padding;
22 &--with-icon .md-subheader-inner {
H A D_extends.scss1 /*! subheader/_extends.scss - */
2 @import '../../../angular-material/src/components/subheader/subheader.scss';
/dports/www/sogo-activesync/SOGo-5.4.0/UI/WebServerResources/scss/components/subheader/
H A Dsubheader.scss1 /// subheader.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
4 $sg-subheader-padding-top-bottom: ($subheader-padding - ($icon-button-height - $subheader-font-size…
5 $sg-subheader-padding-left-right: $baseline-grid;
8 .md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone {
15 .sg-md-subheader {
16 &--with-icon .md-subheader-inner,
17 &--with-secondary-icon .md-subheader-inner {
18 line-height: $sg-avatar-width + ($sg-subheader-padding-top-bottom)*2;
20 padding-left: $subheader-padding;
22 &--with-icon .md-subheader-inner {
H A D_extends.scss1 /*! subheader/_extends.scss - */
2 @import '../../../angular-material/src/components/subheader/subheader.scss';
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/inst/rmd/h/tocify-1.9.1/
H A Djquery.tocify.css33 /* Top level subheader elements. These are the first nested items underneath a header element. */
34 .tocify-subheader {
39 /* Makes the font smaller for all subheader elements. */
40 .tocify-subheader li {
44 /* Further indents second level subheader elements. */
45 .tocify-subheader .tocify-subheader {
49 /* Further indents third level subheader elements. You can continue this pattern if you have more n…
50 .tocify-subheader .tocify-subheader .tocify-subheader {
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/libslab/
H A Dnameplate-tile.c49 GtkWidget * subheader) in G_DEFINE_TYPE_WITH_PRIVATE()
56 "nameplate-subheader", subheader, in G_DEFINE_TYPE_WITH_PRIVATE()
118 g_value_set_object (value, np_tile->subheader); in nameplate_tile_get_property()
183 if (GTK_IS_WIDGET (this->subheader)) in nameplate_tile_set_property()
184 gtk_widget_destroy (this->subheader); in nameplate_tile_set_property()
186 this->subheader = GTK_WIDGET (widget_obj); in nameplate_tile_set_property()
190 gtk_widget_show_all (this->subheader); in nameplate_tile_set_property()
192 else if (GTK_IS_WIDGET (this->subheader)) in nameplate_tile_set_property()
193 gtk_widget_destroy (this->subheader); in nameplate_tile_set_property()
236 if (GTK_IS_WIDGET (this->subheader)) in nameplate_tile_setup()
[all …]
H A Dapplication-tile.c259 GtkWidget *subheader; in application_tile_setup() local
305 subheader = create_subheader (desc); in application_tile_setup()
307 subheader = NULL; in application_tile_setup()
315 "nameplate-subheader", subheader, in application_tile_setup()
425 GtkWidget *subheader; in create_subheader() local
428 subheader = gtk_label_new (desc); in create_subheader()
429 gtk_label_set_ellipsize (GTK_LABEL (subheader), PANGO_ELLIPSIZE_END); in create_subheader()
430 gtk_label_set_xalign (GTK_LABEL (subheader), 0.0); in create_subheader()
433 subheader, in create_subheader()
435 & gtk_widget_get_style (subheader)->fg [GTK_STATE_INSENSITIVE]); in create_subheader()
[all …]
/dports/multimedia/vcdimager/vcdimager-2.0.1/test/
H A Dtestimage.c70 uint8_t subheader[8]; in main() member
78 _sect->subheader[0], in main()
79 _sect->subheader[1], in main()
80 _sect->subheader[2], in main()
81 _sect->subheader[3]); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DPromoDialogTest.java130 View subheader = promoDialogLayout.findViewById(R.id.subheader); in checkDialogControlVisibility() local
138 checkControlVisibility(subheader, dialogParams.subheaderStringResource != 0); in checkDialogControlVisibility()
167 TextView subheader = (TextView) promoDialogLayout.findViewById(R.id.subheader); in testBasic_CharSequenceSummary() local
168 checkControlVisibility(subheader, true); in testBasic_CharSequenceSummary()
180 subheader = promoDialogLayout.findViewById(R.id.subheader); in testBasic_CharSequenceSummary()
181 Assert.assertEquals(subheader.getText(), subheaderCharSequenceTestValue); in testBasic_CharSequenceSummary()
184 Assert.assertFalse(subheader.getMovementMethod() instanceof LinkMovementMethod); in testBasic_CharSequenceSummary()
195 subheader = promoDialogLayout.findViewById(R.id.subheader); in testBasic_CharSequenceSummary()
196 Assert.assertTrue(subheader.getMovementMethod() instanceof LinkMovementMethod); in testBasic_CharSequenceSummary()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DPromoDialogTest.java130 View subheader = promoDialogLayout.findViewById(R.id.subheader); in checkDialogControlVisibility() local
138 checkControlVisibility(subheader, dialogParams.subheaderStringResource != 0); in checkDialogControlVisibility()
167 TextView subheader = (TextView) promoDialogLayout.findViewById(R.id.subheader); in testBasic_CharSequenceSummary() local
168 checkControlVisibility(subheader, true); in testBasic_CharSequenceSummary()
180 subheader = promoDialogLayout.findViewById(R.id.subheader); in testBasic_CharSequenceSummary()
181 Assert.assertEquals(subheader.getText(), subheaderCharSequenceTestValue); in testBasic_CharSequenceSummary()
184 Assert.assertFalse(subheader.getMovementMethod() instanceof LinkMovementMethod); in testBasic_CharSequenceSummary()
195 subheader = promoDialogLayout.findViewById(R.id.subheader); in testBasic_CharSequenceSummary()
196 Assert.assertTrue(subheader.getMovementMethod() instanceof LinkMovementMethod); in testBasic_CharSequenceSummary()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Header/
H A DIndex.rst15 possibility to add a subheader and a date. The fields used for this content elements are
16 the same as :ref:`content-elements-general-header`, but with a field for the subheader.
19 :alt: Frontend rendering of the content element header, with a subheader and date
22 Frontend rendering of the content element header, with a subheader and date
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Header/
H A DIndex.rst15 possibility to add a subheader and a date. The fields used for this content elements are
16 the same as :ref:`content-elements-general-header`, but with a field for the subheader.
19 :alt: Frontend rendering of the content element header, with a subheader and date
22 Frontend rendering of the content element header, with a subheader and date
/dports/www/p5-HTML-GenToc/HTML-GenToc-3.20/t/
H A D030_anchors.t18 <h2>second header, first subheader</h2>
19 Some subheader text here
20 <h2>second header, second subheader</h2>
21 Another piece of subheader text here
74 <ul><li><a href="#second_header.2C_first_subheader">second header, first subheader</a></li>
75 <li><a href="#second_header.2C_second_subheader">second header, second subheader</a></li>
89 <h2><a name="second_header.2C_first_subheader">second header, first subheader</a></h2>
90 Some subheader text here
91 <h2><a name="second_header.2C_second_subheader">second header, second subheader</a></h2>
92 Another piece of subheader text here
/dports/www/grafana8/grafana-8.3.6/public/app/features/admin/
H A DLicenseChrome.tsx33 subheader?: string;
37 export const LicenseChrome: React.FC<Props> = ({ header, editionNotice, subheader, children }) => {
45 {subheader && <h3>{subheader}</h3>}
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dunmime.c390 struct mime_header *subheader; in MIME_HANDLER() local
393 subheader = NULL; in MIME_HANDLER()
407 subheader = mime_addheader(subheader,field); in MIME_HANDLER()
415 if (readlast && !subheader && firstfile) { in MIME_HANDLER()
423 subheader = mime_addheader(subheader,field); in MIME_HANDLER()
448subheader ? strcasecmp(mime_fieldval(subheader,"content-type"),"message/rfc822") == 0 : 0) { in MIME_HANDLER()
456 temp = mime_fieldval(subheader,"content-type"); in MIME_HANDLER()
499 temp = mime_fieldval(subheader,"content-transfer-encoding"); in MIME_HANDLER()
520 handler->handler(subheader,subfilename); in MIME_HANDLER()
536 handler->handler(subheader,subfilename); in MIME_HANDLER()
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/gob/
H A Dextract_gob_cdi.cpp48 sub_header subheader; // sub header with info on current submode (for mixed sectors) member
57 sub_header subheader; // sub header with info on current submode (for mixed sectors) member
94 return (sect->subheader.datatype) & 0x0060 ? 1 : 0; in isSectorMode2()
96 return (sect->subheader.datatype) & 0x6000 ? 1 : 0; in isSectorMode2()
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/xml/
H A Dvcd_xml_rip.c968 uint8_t subheader[8]; in _rip_segments() member
977 if (!buf.subheader[0] in _rip_segments()
978 && !buf.subheader[1] in _rip_segments()
980 && !buf.subheader[3]) in _rip_segments()
998 if (buf.subheader[2] & SM_TRIG) in _rip_segments()
1016 if (buf.subheader[2] & SM_EOF) in _rip_segments()
1115 if (!buf[buf_idx].subheader[0]) in _rip_sequences()
1139 buf[buf_idx].subheader[0], in _rip_sequences()
1140 buf[buf_idx].subheader[1], in _rip_sequences()
1141 buf[buf_idx].subheader[2], in _rip_sequences()
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/ecattominc/
H A Decat_file.c109 Ecat_header_table_type *subheader; member
127 unsigned char *subheader; member
189 file->subheader = (void *) MALLOC(SUBHEADER_SIZE); in ecat_open()
269 if (file->subheader != NULL) in ecat_close()
270 FREE(file->subheader); in ecat_close()
377 table = file->header_description->subheader; in ecat_list_fields()
469 table = file->header_description->subheader; in ecat_get_field_length()
556 table = file->header_description->subheader; in ecat_get_field_description()
673 header = file->subheader; in ecat_get_value()
674 table = file->header_description->subheader; in ecat_get_value()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_curl_camera.cpp207 std::string subheader; in Capture() local
253 subheader.assign(databuffer, crlf_start); in Capture()
258 Debug(7,"Got subheader: %s",subheader.c_str()); in Capture()
261 size_t subheader_data_start = subheader.rfind(' '); in Capture()
263 subheader_data_start = subheader.find(':'); in Capture()
267 std::string subheader_data = subheader.substr(subheader_data_start+1, std::string::npos); in Capture()
272 if(strncasecmp(subheader.c_str(),content_length_match,content_length_match_len) == 0) { in Capture()
276 } else if(strncasecmp(subheader.c_str(),content_type_match,content_type_match_len) == 0) { in Capture()

12345678910>>...28