Home
last modified time | relevance | path

Searched refs:theader (Results 1 – 25 of 53) sorted by relevance

123

/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/gate/
H A Dftn2rfc.c633 tl_init(&theader); in unpack()
654 tl_clear(&theader); in unpack()
698 tl_clear(&theader); in unpack()
1068 tl_clear(&theader); in unpack()
1284 tl_clear(&theader); in unpack()
1313 tl_appendf(&theader, in unpack()
1316 tl_appendf(&theader, in unpack()
1319 tl_appendf(&theader, in unpack()
1323 tl_appendf(&theader, in unpack()
1327 tl_appendf(&theader, in unpack()
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/gate/
H A Dftn2rfc.c327 tl_init(&theader); in unpack()
351 tl_clear(&theader); in unpack()
389 tl_clear(&theader); in unpack()
475 tl_clear(&theader); in unpack()
651 tl_clear(&theader); in unpack()
669 tl_clear(&theader); in unpack()
682 tl_clear(&theader); in unpack()
694 tl_clear(&theader); in unpack()
817 tl_clear(&theader); in unpack()
833 tl_clear(&theader); in unpack()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/dashboard/
H A Dgenerate_regtest_survey.py186 theader = '<tr align="center"><th>Name</th><th>Type</th><th>Tolerance</th>'
187 theader += '<th><abbr title="Maximum Absolute Deviation">MAD</abbr></th>'
188 theader += "<th>Tol. / MAD</th><th>Reference</th><th>Median</th>"
189 theader += (
194 theader += "<br>#failed: %d" % tester_nfailed[tname]
195 theader += "<br>#skipped: %d" % tester_nskipped[tname]
196 theader += "</th>\n"
197 theader += "<th>Name</th>"
198 theader += "</tr>\n"
204 output += "<thead>" + theader + "</thead>"
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/dashboard/
H A Dgenerate_regtest_survey.py165 theader = '<tr align="center"><th>Name</th><th>Type</th><th>Tolerance</th>'
166 theader += '<th><abbr title="Maximum Absolute Deviation">MAD</abbr></th>'
167 theader += '<th>Tol. / MAD</th><th>Reference</th><th>Median</th>'
170 theader += '<th><span class="nowrap">%s</span>'%config.get(tname, "name")
171 theader += '<br>#failed: %d'%tester_nfailed[tname]
172 theader += '<br>#skipped: %d'%tester_nskipped[tname]
173 theader += '</th>\n'
174 theader += '<th>Name</th>'
175 theader += '</tr>\n'
181 output += '<thead>'+theader+'</thead>'
[all …]
/dports/www/domoticz/domoticz-2020.2/webserver/
H A Dfastcgi.cpp380 std::string theader = pret.substr(0, tpos); in handlePHP() local
384 if (theader.find("Status") == 0) in handlePHP()
386 tpos = theader.find(':'); in handlePHP()
389 theader = theader.substr(tpos + 1); in handlePHP()
390 if (theader[0] == ' ') in handlePHP()
391 theader = theader.substr(1); in handlePHP()
392 tpos = theader.find(' '); in handlePHP()
395 std::string errcode = theader.substr(0, tpos); in handlePHP()
400 tpos = theader.find(':'); in handlePHP()
403 std::string hfirst = theader.substr(0, tpos); in handlePHP()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/segment/
H A Dsysblockmap.cpp467 PCIDSKBuffer theader(128); in CreateVirtualImageFile() local
469 theader.Put( "", 0, 128 ); in CreateVirtualImageFile()
471 theader.Put( width, 0, 8 ); in CreateVirtualImageFile()
472 theader.Put( height, 8, 8 ); in CreateVirtualImageFile()
473 theader.Put( block_width, 16, 8 ); in CreateVirtualImageFile()
474 theader.Put( block_height, 24, 8 ); in CreateVirtualImageFile()
475 theader.Put( DataTypeName(chan_type).c_str(), 32, 4 ); in CreateVirtualImageFile()
476 theader.Put( compression.c_str(), 54, 8 ); in CreateVirtualImageFile()
478 vfile->WriteToFile( theader.buffer, 0, 128 ); in CreateVirtualImageFile()
/dports/sysutils/modules/modules-4.6.0/testsuite/modules.80-deep/
H A D080-access-deep.exp99 set theader "$modpathre:"
126 testouterr_cmd_re "sh" "avail -t $m2" "OK" "$theader\n$m2\\(@\\)"
156 testouterr_cmd_re "sh" "avail -t $m4" "OK" "$theader\n$m4/dir2/2.0"
179 testouterr_cmd_re "sh" "avail -t $m5" "OK" "$theader\n$rlm5"
211 testouterr_cmd_re "sh" "avail -t $m7" "OK" "$theader\n$m7/1.0\\(@\\)\n$m7/dir1/1.0\n$m7/dir1/2.0\\(…
261 testouterr_cmd_re "sh" "avail -t $m10" "OK" "$theader\n$m10/dir2/1.0\n$m10/dir2/2.0"
289 testouterr_cmd_re "sh" "avail -t $m13" "OK" "$theader\n$m13\\(@\\)"
387 testouterr_cmd_re "sh" "avail -t $m20" "OK" "$theader\n$m20\\(@\\)"
414 testouterr_cmd_re "sh" "avail -t $m21" "OK" "$theader\n$lm21\\(3.0\\)"
428 unset theader
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/krb5/
H A Dk5unsealiov.c384 gss_iov_buffer_t theader, tdata = NULL, tpadding, ttrailer; in kg_unseal_stream_iov() local
423 theader = &tiov[i++]; in kg_unseal_stream_iov()
424 theader->type = GSS_IOV_BUFFER_TYPE_HEADER; in kg_unseal_stream_iov()
425 theader->buffer.value = stream->buffer.value; in kg_unseal_stream_iov()
426 theader->buffer.length = ptr - (unsigned char *)stream->buffer.value; in kg_unseal_stream_iov()
428 stream->buffer.length != theader->buffer.length + bodysize) { in kg_unseal_stream_iov()
432 theader->buffer.length += 14; in kg_unseal_stream_iov()
498 theader->buffer.length += k5_headerlen; /* length validated later */ in kg_unseal_stream_iov()
516 theader->buffer.length += ctx->cksum_size + in kg_unseal_stream_iov()
544 if (stream->buffer.length < theader->buffer.length + in kg_unseal_stream_iov()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/krb5/
H A Dk5unsealiov.c384 gss_iov_buffer_t theader, tdata = NULL, tpadding, ttrailer; in kg_unseal_stream_iov() local
423 theader = &tiov[i++]; in kg_unseal_stream_iov()
424 theader->type = GSS_IOV_BUFFER_TYPE_HEADER; in kg_unseal_stream_iov()
425 theader->buffer.value = stream->buffer.value; in kg_unseal_stream_iov()
426 theader->buffer.length = ptr - (unsigned char *)stream->buffer.value; in kg_unseal_stream_iov()
428 stream->buffer.length != theader->buffer.length + bodysize) { in kg_unseal_stream_iov()
432 theader->buffer.length += 14; in kg_unseal_stream_iov()
498 theader->buffer.length += k5_headerlen; /* length validated later */ in kg_unseal_stream_iov()
516 theader->buffer.length += ctx->cksum_size + in kg_unseal_stream_iov()
544 if (stream->buffer.length < theader->buffer.length + in kg_unseal_stream_iov()
[all …]
/dports/sysutils/modules/modules-4.6.0/testsuite/modules.20-locate/
H A D080-access.exp127 set theader "$modpathre:"
154 testouterr_cmd_re "sh" "avail -t $m2" "OK" "$theader\n$m2\\(@\\)"
184 testouterr_cmd_re "sh" "avail -t $m4" "OK" "$theader\n$m4/2.0\\(\[a-z:\]+\\)\n$m4/3.0\\(\[a-z:\]+\\…
208 testouterr_cmd_re "sh" "avail -t $m5" "OK" "$theader\n$rlm5\\(\[a-z:\]+\\)"
240 testouterr_cmd_re "sh" "avail -t $m7" "OK" "$theader\n$m7/1\\(@\\)\n$m7/1.2\n$m7/bar\\(@\\)"
290 testouterr_cmd_re "sh" "avail -t $m10" "OK" "$theader\n$m10/1.0\n$m10/2.0\n$m10/3.0"
401 testouterr_cmd_re "sh" "avail -t $m18" "OK" "$theader\n$m18\\(@\\)"
500 testouterr_cmd_re "sh" "avail -t $m25" "OK" "$theader\n$m25/1\\(@\\)\n$m25/1.1\n$m25/bar\\(@\\)"
523 testouterr_cmd_re "sh" "avail -t $m26" "OK" "$theader\n$rlm26"
576 testouterr_cmd_re "sh" "avail -t $m29" "OK" "$theader\n$m29"
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcidsk/sdk/channel/
H A Dctiledchannel.cpp121 PCIDSKBuffer theader(128); in EstablishAccess() local
124 vfile->ReadFromFile( theader.buffer, 0, 128 ); in EstablishAccess()
126 width = theader.GetInt(0,8); in EstablishAccess()
127 height = theader.GetInt(8,8); in EstablishAccess()
128 block_width = theader.GetInt(16,8); in EstablishAccess()
129 block_height = theader.GetInt(24,8); in EstablishAccess()
131 theader.Get(32,4,data_type); in EstablishAccess()
132 theader.Get(54, 8, compression); in EstablishAccess()
/dports/print/py-fpdf/fpdf-1.7.2/fpdf/
H A Dhtml.py52 self.theader = None # table header cells
95 self.theader.append(((w,h,txt,border,0,align), bgcolor))
133 if self.theader:
138 for cell, bgcolor in self.theader:
142 self.pdf.ln(self.theader[0][0][1])
243 self.theader = []
314 self.theader = None
/dports/graphics/p5-Gimp/Gimp-2.33/utils/
H A Dgimpdoc93 $theader = <<EOF;
151 $theader = <<EOF;
332 $r .= "${sh1}INPUT ARGUMENTS$sh0$theader";
340 $r .= "${sh1}RETURN VALUES$sh0$theader";
/dports/emulators/mednafen/mednafen/src/
H A DPSFLoader.cpp287 uint8 theader[5]; in LoadInternal() local
291 if(fp->read(theader, 5, false) == 5 && !memcmp(theader, "[TAG]", 5)) in LoadInternal()
/dports/audio/ebumeter/ebumeter-0.4.2/doc/
H A Dstyles.css22 .theader { font-size: 10pt; font-weight: bold; color: #FFFF00; }
/dports/audio/zita-bls1/zita-bls1-0.3.3/doc/html/
H A Dstyles.css22 .theader { font-size: 10pt; font-weight: bold; color: #FFFF00; }
/dports/audio/zita-dpl1/zita-dpl1-0.3.3/doc/
H A Dstyles.css22 .theader { font-size: 10pt; font-weight: bold; color: #FFFF00; }
/dports/audio/zita-mu1/zita-mu1-0.3.3/doc/html/
H A Dstyles.css23 .theader { font-size: 10pt; font-weight: bold; color: #FFFF00; }
/dports/audio/zita-at1/zita-at1-0.6.2/doc/
H A Dstyles.css22 .theader { font-size: 10pt; font-weight: bold; color: #FFFF00; }
/dports/audio/zita-rev1/zita-rev1-0.2.2/doc/
H A Dstyles.css22 .theader { font-size: 10pt; font-weight: bold; color: #FFFF00; }
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/report-styles/
H A Dreport.css11 div.theader {display:block; border: thin solid black}
/dports/textproc/py-marko/marko-1.1.0/marko/ext/gfm/
H A D__init__.py55 theader = "<thead>\n{}</thead>".format(self.render(header))
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/msg/
H A Dmsg_parser.awk311 if ((getline theader < TEMPLATE) < 0) {
533 getline theader < TEMPLATE;
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/msg/
H A Dmsg_parser.awk311 if ((getline theader < TEMPLATE) < 0) {
533 getline theader < TEMPLATE;
/dports/math/reduce/Reduce-svn5758-src/packages/atensor/
H A Ddummy1.red62 % th1,th2 - theader::=(tname . ilist . dlist)

123