Home
last modified time | relevance | path

Searched refs:hos (Results 1 – 25 of 4021) sorted by relevance

12345678910>>...161

/dports/editors/ted/Ted-2.23/appUtil/
H A DsioHex.c129 if ( hos->hosWide > 0 && hos->hosLastNl && hos->hosColumn > 0 ) in sioOutHexClose()
133 hos->hosColumn= 0; in sioOutHexClose()
136 free( hos ); in sioOutHexClose()
151 if ( hos->hosWide > 0 && hos->hosColumn >= hos->hosWide ) in sioOutHexWriteBytes()
155 hos->hosColumn= 0; in sioOutHexWriteBytes()
163 if ( hos->hosWide > 0 ) in sioOutHexWriteBytes()
180 if ( ! hos ) in sioOutHexOpenFolded()
183 hos->hosSosHex= sosHex; in sioOutHexOpenFolded()
184 hos->hosWide= wide; in sioOutHexOpenFolded()
185 hos->hosLastNl= lastNl; in sioOutHexOpenFolded()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java581 hos.putInt8(0); in write()
590 hos.putInt8(0); in write()
605 hos.putInt8(0); in write()
614 hos.putInt8(0); in write()
642 hos.putInt16(l); in write()
645 hos.write(e); in write()
650 hos.putInt8(0); in write()
655 hos.putInt16(port); in write()
659 hos.putInt8(0); in write()
672 hos.putInt8(1); in write()
[all …]
H A DClientHello.java216 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
219 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
226 return hos.toByteArray(); in getHelloCookieBytes()
237 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
239 hos.putBytes8(compressionMethod); in getHeaderBytes()
244 return hos.toByteArray(); in getHeaderBytes()
315 sendCore(hos); in send()
322 hos.putInt8((byte) clientVersion); in sendCore()
324 hos.putBytes8(sessionId.getId()); in sendCore()
326 hos.putBytes8(cookie); in sendCore()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java578 hos.putInt8(0); in write()
587 hos.putInt8(0); in write()
602 hos.putInt8(0); in write()
611 hos.putInt8(0); in write()
639 hos.putInt16(l); in write()
642 hos.write(e); in write()
647 hos.putInt8(0); in write()
652 hos.putInt16(port); in write()
656 hos.putInt8(0); in write()
669 hos.putInt8(1); in write()
[all …]
H A DClientHello.java216 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
219 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
226 return hos.toByteArray(); in getHelloCookieBytes()
237 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
239 hos.putBytes8(compressionMethod); in getHeaderBytes()
244 return hos.toByteArray(); in getHeaderBytes()
315 sendCore(hos); in send()
322 hos.putInt8((byte) clientVersion); in sendCore()
324 hos.putBytes8(sessionId.getId()); in sendCore()
326 hos.putBytes8(cookie); in sendCore()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java581 hos.putInt8(0); in write()
590 hos.putInt8(0); in write()
605 hos.putInt8(0); in write()
614 hos.putInt8(0); in write()
642 hos.putInt16(l); in write()
645 hos.write(e); in write()
650 hos.putInt8(0); in write()
655 hos.putInt16(port); in write()
659 hos.putInt8(0); in write()
672 hos.putInt8(1); in write()
[all …]
H A DClientHello.java216 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
219 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
226 return hos.toByteArray(); in getHelloCookieBytes()
237 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
239 hos.putBytes8(compressionMethod); in getHeaderBytes()
244 return hos.toByteArray(); in getHeaderBytes()
315 sendCore(hos); in send()
322 hos.putInt8((byte) clientVersion); in sendCore()
324 hos.putBytes8(sessionId.getId()); in sendCore()
326 hos.putBytes8(cookie); in sendCore()
[all …]
/dports/games/powder/powder118_src/support/builddpdf/
H A Dbuilddpdf.cpp39 ofstream hos("dpdf_table.h"); in main() local
40 if (!hos) in main()
46 hos << "// dpdf_table.h" << endl in main()
51 hos << "// Dimensions of table, these are inclusive." << endl; in main()
52 hos << "#define DPDF_MAXSIDES " << maxsides << endl; in main()
53 hos << "#define DPDF_MAXROLLS " << maxrolls << endl; in main()
54 hos << "#define DPDF_SCALE " << scale << endl; in main()
55 hos << endl; in main()
57 hos << "// Since 0 and 1 are obvious for sides, hence the -1" << endl; in main()
58 hos << "extern const int glb_dpdftable[DPDF_MAXROLLS+1][DPDF_MAXSIDES-1];" << endl; in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java587 hos.putInt8(0); in write()
596 hos.putInt8(0); in write()
611 hos.putInt8(0); in write()
620 hos.putInt8(0); in write()
648 hos.putInt16(l); in write()
651 hos.write(e); in write()
656 hos.putInt8(0); in write()
661 hos.putInt16(port); in write()
665 hos.putInt8(0); in write()
678 hos.putInt8(1); in write()
[all …]
H A DClientHello.java216 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
219 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
226 return hos.toByteArray(); in getHelloCookieBytes()
237 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
239 hos.putBytes8(compressionMethod); in getHeaderBytes()
244 return hos.toByteArray(); in getHeaderBytes()
315 sendCore(hos); in send()
322 hos.putInt8((byte) clientVersion); in sendCore()
324 hos.putBytes8(sessionId.getId()); in sendCore()
326 hos.putBytes8(cookie); in sendCore()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java587 hos.putInt8(0); in write()
596 hos.putInt8(0); in write()
611 hos.putInt8(0); in write()
620 hos.putInt8(0); in write()
648 hos.putInt16(l); in write()
651 hos.write(e); in write()
656 hos.putInt8(0); in write()
661 hos.putInt16(port); in write()
665 hos.putInt8(0); in write()
678 hos.putInt8(1); in write()
[all …]
H A DClientHello.java216 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
219 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
226 return hos.toByteArray(); in getHelloCookieBytes()
237 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
239 hos.putBytes8(compressionMethod); in getHeaderBytes()
244 return hos.toByteArray(); in getHeaderBytes()
315 sendCore(hos); in send()
322 hos.putInt8((byte) clientVersion); in sendCore()
324 hos.putBytes8(sessionId.getId()); in sendCore()
326 hos.putBytes8(cookie); in sendCore()
[all …]
/dports/games/ufoai-data/ufoai-data-2.5_1/base/ufos/ui/
H A Dhospital.ufo178 *node:root.panel.hos<1>.icon@icon = "icons/health_normal"
179 *node:root.panel.hos<1>.click@tooltip = "_Slightly wounded"
182 *node:root.panel.hos<1>.click@tooltip = "_Medium wounds"
185 *node:root.panel.hos<1>.click@tooltip = "_Heavily wounded"
188 *node:root.panel.hos<1>.click@tooltip = "_Healthy"
190 *node:root.panel.hos<1>.health@current = <3>
191 *node:root.panel.hos<1>.health@max = <4>
192 *node:root.panel.hos<1>.item@string = "<5>"
193 *node:root.panel.hos<1>.rank@string = "<6>"
194 *node:root.panel.hos<1>.index@integer = <1>
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DClientHello.java217 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
220 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
227 return hos.toByteArray(); in getHelloCookieBytes()
238 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
240 hos.putBytes8(compressionMethod); in getHeaderBytes()
245 return hos.toByteArray(); in getHeaderBytes()
316 sendCore(hos); in send()
323 hos.putInt8((byte) clientVersion); in sendCore()
325 hos.putBytes8(sessionId.getId()); in sendCore()
327 hos.putBytes8(cookie); in sendCore()
[all …]
H A DNewSessionTicket.java135 public void send(HandshakeOutStream hos) throws IOException { in send() argument
136 hos.putInt32(ticketLifetime); in send()
137 hos.putInt32(ticketAgeAdd); in send()
138 hos.putBytes8(ticketNonce); in send()
139 hos.putBytes16(ticket); in send()
143 hos.putInt16(0); in send()
145 extensions.send(hos); in send()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DClientHello.java217 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
220 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
227 return hos.toByteArray(); in getHelloCookieBytes()
238 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
240 hos.putBytes8(compressionMethod); in getHeaderBytes()
245 return hos.toByteArray(); in getHeaderBytes()
316 sendCore(hos); in send()
323 hos.putInt8((byte) clientVersion); in sendCore()
325 hos.putBytes8(sessionId.getId()); in sendCore()
327 hos.putBytes8(cookie); in sendCore()
[all …]
H A DNewSessionTicket.java135 public void send(HandshakeOutStream hos) throws IOException { in send() argument
136 hos.putInt32(ticketLifetime); in send()
137 hos.putInt32(ticketAgeAdd); in send()
138 hos.putBytes8(ticketNonce); in send()
139 hos.putBytes16(ticket); in send()
143 hos.putInt16(0); in send()
145 extensions.send(hos); in send()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DClientHello.java217 hos.putBytes8(sessionId.getId()); in getHelloCookieBytes()
220 hos.putBytes8(compressionMethod); in getHelloCookieBytes()
227 return hos.toByteArray(); in getHelloCookieBytes()
238 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
240 hos.putBytes8(compressionMethod); in getHeaderBytes()
245 return hos.toByteArray(); in getHeaderBytes()
316 sendCore(hos); in send()
323 hos.putInt8((byte) clientVersion); in sendCore()
325 hos.putBytes8(sessionId.getId()); in sendCore()
327 hos.putBytes8(cookie); in sendCore()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DClientHello.java195 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
196 hos.putBytes16(getEncodedCipherSuites()); in getHeaderBytes()
197 hos.putBytes8(compressionMethod); in getHeaderBytes()
202 return hos.toByteArray(); in getHeaderBytes()
272 sendCore(hos); in send()
278 hos.putInt8((byte) (clientVersion >>> 8)); in sendCore()
279 hos.putInt8((byte) clientVersion); in sendCore()
280 hos.write(clientRandom.randomBytes, 0, 32); in sendCore()
281 hos.putBytes8(sessionId.getId()); in sendCore()
282 hos.putBytes16(getEncodedCipherSuites()); in sendCore()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DClientHello.java195 hos.putBytes8(sessionId.getId()); in getHeaderBytes()
196 hos.putBytes16(getEncodedCipherSuites()); in getHeaderBytes()
197 hos.putBytes8(compressionMethod); in getHeaderBytes()
202 return hos.toByteArray(); in getHeaderBytes()
272 sendCore(hos); in send()
278 hos.putInt8((byte) (clientVersion >>> 8)); in sendCore()
279 hos.putInt8((byte) clientVersion); in sendCore()
280 hos.write(clientRandom.randomBytes, 0, 32); in sendCore()
281 hos.putBytes8(sessionId.getId()); in sendCore()
282 hos.putBytes16(getEncodedCipherSuites()); in sendCore()
[all …]
/dports/sysutils/usermin/usermin-1.830/ssh/ulang/
H A Dms.auto54hos jauh yang anda mahu log masuk dengan SSH, supaya sambungan ke hos itu tidak dapat dipintas. In…
55 known_header=Butiran hos jauh yang diketahui
56 known_hosts=Nama hos / alamat IP
60 known_comment=Komen hos
64 known_salt=Garam nama hos
65 known_hash=Hash nama hos
67 …Jika kunci ditukar, anda perlu mengubah kunci yang diberi kuasa pada semua hos terpencil yang anda…
/dports/sysutils/webmin/webmin-1.981/net/lang/
H A Dms.auto214 dns_title=Nama hos dan DNS Pelanggan
216 dns_hostname=Nama hos
225 dns_ehost='$1' bukan nama hos yang sah
229 dns_hoststoo=Kemas kini nama hos dalam alamat hos jika diubah?
235 hosts_host=Nama hos
236 hosts_add=Tambah alamat hos baharu.
240 hosts_return=senarai alamat hos
246 ipnodes_host=Nama hos
251 ipnodes_return=Senarai alamat hos IPv6
257 log_delete_host=Alamat hos dipadam $1
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DExportHTML.cpp22 std::ostringstream hos; in createString() local
23 hos << a << b << c; in createString()
24 return hos.str(); in createString()
30 std::ostringstream hos; in createString() local
31 hos << a << b << c << d; in createString()
32 return hos.str(); in createString()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DExportHTML.cpp23 std::ostringstream hos; in createString() local
24 hos << a << b << c; in createString()
25 return hos.str(); in createString()
31 std::ostringstream hos; in createString() local
32 hos << a << b << c << d; in createString()
33 return hos.str(); in createString()
/dports/sysutils/webmin/webmin-1.981/dhcpd/lang/
H A Dms.auto20 index_nameip=Nama hos atau IP
24 index_addhst=Tambah hos baru.
110 ehost_hname=Nama hos
126 ehost_desc=Penerangan hos
150 listl_host=Nama hos
223 plib_chname=Nama hos pelanggan
267 eopt_hosttitle=Untuk hos $1
274 eopt_chost=Nama hos pelanggan
369 eacl_pdh=hapus hos
371 eacl_puh=edit hos
[all …]

12345678910>>...161