Home
last modified time | relevance | path

Searched refs:chm (Results 1 – 25 of 3179) sorted by relevance

12345678910>>...128

/dports/graphics/bmeps/dktools-4.31.1/config/windows/msvc/
H A Dbuild-chm.cmd6 IF exist index.chm DEL index.chm
9 move index.chm winprint.chm
13 IF exist index.chm DEL index.chm
16 move index.chm winprint.chm
23 IF exist index.chm DEL index.chm
26 move index.chm wxbmpp.chm
33 move index.chm wxbmpp.chm
43 move index.chm wxdkclock.chm
50 move index.chm wxdkclock.chm
60 move index.chm wxdkdraw.chm
[all …]
/dports/devel/cmph/cmph-2.0/src/
H A Dchm.c28 chm->g = NULL; in chm_config_new()
31 return chm; in chm_config_new()
66 chm->graph = graph_new(chm->n, chm->m); in chm_new()
79 chm->hashes[0] = hash_state_new(chm->hashfuncs[0], chm->n); in chm_new()
80 chm->hashes[1] = hash_state_new(chm->hashfuncs[1], chm->n); in chm_new()
160 chm->g[neighbor] = graph_edge_id(chm->graph, v, neighbor) - chm->g[v]; in chm_traverse()
161 …DEBUGP("g is %u (%u - %u mod %u)\n", chm->g[neighbor], graph_edge_id(chm->graph, v, neighbor), chm in chm_traverse()
181 h1 = hash(chm->hashes[0], key, keylen) % chm->n; in chm_gen_edges()
182 h2 = hash(chm->hashes[1], key, keylen) % chm->n; in chm_gen_edges()
284 DEBUGP("key: %s g[h1]: %u g[h2]: %u edges: %u\n", key, chm->g[h1], chm->g[h2], chm->m); in chm_search()
[all …]
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/cmph/
H A Dchm.c25 assert(chm); in chm_config_new()
32 return chm; in chm_config_new()
67 chm->graph = graph_new(chm->n, chm->m); in chm_new()
80 chm->hashes[0] = hash_state_new(chm->hashfuncs[0], chm->n); in chm_new()
81 chm->hashes[1] = hash_state_new(chm->hashfuncs[1], chm->n); in chm_new()
161 chm->g[neighbor] = graph_edge_id(chm->graph, v, neighbor) - chm->g[v]; in chm_traverse()
162 …DEBUGP("g is %u (%u - %u mod %u)\n", chm->g[neighbor], graph_edge_id(chm->graph, v, neighbor), chm in chm_traverse()
182 h1 = hash(chm->hashes[0], key, keylen) % chm->n; in chm_gen_edges()
183 h2 = hash(chm->hashes[1], key, keylen) % chm->n; in chm_gen_edges()
293 DEBUGP("key: %s g[h1]: %u g[h2]: %u edges: %u\n", key, chm->g[h1], chm->g[h2], chm->m); in chm_search()
[all …]
/dports/textproc/halibut/halibut-1.2/
H A Dwinchm.h1 struct chm;
3 struct chm *chm_new(void);
4 void chm_free(struct chm *chm);
5 void chm_add_file(struct chm *chm, const char *name,
7 void chm_title(struct chm *chm, const char *title);
8 void chm_contents_filename(struct chm *chm, const char *name);
9 void chm_index_filename(struct chm *chm, const char *name);
10 void chm_default_topic(struct chm *chm, const char *name);
11 void chm_default_window(struct chm *chm, const char *name);
17 struct chm_section *chm_add_section(struct chm *chm,
[all …]
H A Dwinchm.c509 struct chm *chm; argument
541 ent->chm = chm; in chm_intern_string()
559 struct chm *chm = snew(struct chm); in chm_new() local
572 chm->rootsecthead = chm->rootsecttail = NULL; in chm_new()
573 chm->allsecthead = chm->allsecttail = NULL; in chm_new()
578 void chm_free(struct chm *chm) in chm_free() argument
642 struct chm *chm, const char *name) in chm_find_file() argument
662 void chm_title(struct chm *chm, const char *title) in chm_title() argument
702 struct chm_section *chm_add_section(struct chm *chm, in chm_add_section() argument
823 const char *chm_build(struct chm *chm, int *outlen) in chm_build() argument
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/docs/
H A DMakefile59 chm: $(sdk-de-dirs) $(chm-dirs) chm/en/Developer.chm chm/de/Entwickler.chm target
69 rm -f *.mo Entwickler.chm Developer.chm doku.pot sdk/content.xml
70 rm -rf online sdk-de chm
76 chm/en/Output.hhp: $(xmlfiles) chm/en/. build_hhp.py Template.hhp
79 chm/de/Output.hhp: $(xmlfiles) chm/de/. build_hhp.py Template.de.hhp
107 online/%: chm=0 macro
108 chm/%: chm=1 macro
126 $(addprefix chm/en/, $(extra-files-chm)): chm/en/%: %
128 $(addprefix chm/de/, $(extra-files-chm)): chm/de/%: %
131 chm/en/Developer.chm: chm/en/Output.hhp chm/en/Output.hhk chm/en/Output.hhc $(addprefix chm/en/, $(…
[all …]
/dports/archivers/libmspack/libmspack-0.10.1alpha/mspack/
H A Dchmd.c218 if (self->d && (self->d->chm == chm)) { in chmd_close()
275 chm->sec0.base.chm = chm; in chmd_read_headers()
277 chm->sec1.base.chm = chm; in chmd_read_headers()
356 chm->sec0.offset = chm->dir_offset + (chm->chunk_size * chm->num_chunks); in chmd_read_headers()
360 if (chm->sec0.offset > chm->length) { in chmd_read_headers()
388 if ((off_t)chm->chunk_size * (off_t)chm->num_chunks > chm->length) { in chmd_read_headers()
400 if (chm->first_pmgl > chm->last_pmgl) { in chmd_read_headers()
404 if (chm->index_root != 0xFFFFFFFF && chm->index_root >= chm->num_chunks) { in chmd_read_headers()
899 chm = file->section->chm; in chmd_extract()
905 self->d->chm = chm; in chmd_extract()
[all …]
/dports/security/clamav/clamav-0.104.2/libclammspack/mspack/
H A Dchmd.c218 if (self->d && (self->d->chm == chm)) { in chmd_close()
275 chm->sec0.base.chm = chm; in chmd_read_headers()
277 chm->sec1.base.chm = chm; in chmd_read_headers()
356 chm->sec0.offset = chm->dir_offset + (chm->chunk_size * chm->num_chunks); in chmd_read_headers()
360 if (chm->sec0.offset > chm->length) { in chmd_read_headers()
388 if ((off_t)chm->chunk_size * (off_t)chm->num_chunks > chm->length) { in chmd_read_headers()
400 if (chm->first_pmgl > chm->last_pmgl) { in chmd_read_headers()
404 if (chm->index_root != 0xFFFFFFFF && chm->index_root >= chm->num_chunks) { in chmd_read_headers()
899 chm = file->section->chm; in chmd_extract()
905 self->d->chm = chm; in chmd_extract()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclammspack/mspack/
H A Dchmd.c218 if (self->d && (self->d->chm == chm)) { in chmd_close()
275 chm->sec0.base.chm = chm; in chmd_read_headers()
277 chm->sec1.base.chm = chm; in chmd_read_headers()
356 chm->sec0.offset = chm->dir_offset + (chm->chunk_size * chm->num_chunks); in chmd_read_headers()
360 if (chm->sec0.offset > chm->length) { in chmd_read_headers()
388 if ((off_t)chm->chunk_size * (off_t)chm->num_chunks > chm->length) { in chmd_read_headers()
400 if (chm->first_pmgl > chm->last_pmgl) { in chmd_read_headers()
404 if (chm->index_root != 0xFFFFFFFF && chm->index_root >= chm->num_chunks) { in chmd_read_headers()
899 chm = file->section->chm; in chmd_extract()
905 self->d->chm = chm; in chmd_extract()
[all …]
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Du_public.go351 if chm == nil {
355 raw: chm.Raw,
356 vers: chm.Vers,
357 random: chm.Random,
364 scts: chm.Scts,
365 ems: chm.Ems,
388 if chm == nil {
392 Raw: chm.raw,
393 Vers: chm.vers,
401 Scts: chm.scts,
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Du_public.go351 if chm == nil {
355 raw: chm.Raw,
356 vers: chm.Vers,
357 random: chm.Random,
364 scts: chm.Scts,
365 ems: chm.Ems,
388 if chm == nil {
392 Raw: chm.raw,
393 Vers: chm.vers,
401 Scts: chm.scts,
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Du_public.go351 if chm == nil {
355 raw: chm.Raw,
356 vers: chm.Vers,
357 random: chm.Random,
364 scts: chm.Scts,
365 ems: chm.Ems,
388 if chm == nil {
392 Raw: chm.raw,
393 Vers: chm.vers,
401 Scts: chm.scts,
[all …]
/dports/graphics/okular/okular-21.12.3/generators/chm/
H A DokularApplication_chm.desktop2 MimeType=application/x-chm;
181 X-KDE-Keywords=chm
182 X-KDE-Keywords[ar]=chm
183 X-KDE-Keywords[az]=chm
184 X-KDE-Keywords[bg]=chm
185 X-KDE-Keywords[bs]=chm
186 X-KDE-Keywords[ca]=chm
188 X-KDE-Keywords[cs]=chm
189 X-KDE-Keywords[da]=chm
190 X-KDE-Keywords[de]=chm
[all …]
H A Dorg.kde.mobile.okular_chm.desktop171 X-KDE-Keywords=chm
172 X-KDE-Keywords[ar]=chm
173 X-KDE-Keywords[az]=chm
174 X-KDE-Keywords[bg]=chm
175 X-KDE-Keywords[bs]=chm
176 X-KDE-Keywords[ca]=chm
178 X-KDE-Keywords[cs]=chm
179 X-KDE-Keywords[da]=chm
180 X-KDE-Keywords[de]=chm
181 X-KDE-Keywords[el]=chm
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Du_public.go351 if chm == nil {
355 raw: chm.Raw,
356 vers: chm.Vers,
357 random: chm.Random,
364 scts: chm.Scts,
365 ems: chm.Ems,
388 if chm == nil {
392 Raw: chm.raw,
393 Vers: chm.vers,
401 Scts: chm.scts,
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Du_public.go370 if chm == nil {
374 raw: chm.Raw,
375 vers: chm.Vers,
376 random: chm.Random,
383 scts: chm.Scts,
384 ems: chm.Ems,
407 if chm == nil {
411 Raw: chm.raw,
412 Vers: chm.vers,
420 Scts: chm.scts,
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Du_public.go370 if chm == nil {
374 raw: chm.Raw,
375 vers: chm.Vers,
376 random: chm.Random,
383 scts: chm.Scts,
384 ems: chm.Ems,
407 if chm == nil {
411 Raw: chm.raw,
412 Vers: chm.vers,
420 Scts: chm.scts,
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Du_public.go370 if chm == nil {
374 raw: chm.Raw,
375 vers: chm.Vers,
376 random: chm.Random,
383 scts: chm.Scts,
384 ems: chm.Ems,
407 if chm == nil {
411 Raw: chm.raw,
412 Vers: chm.vers,
420 Scts: chm.scts,
[all …]
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcmd_chmod.c54 for(i = k = 0; i < sizeof chm->frame / sizeof *chm->frame; i++) in get_checks()
80 for(i = k = 0; i < sizeof chm->frame / sizeof *chm->frame; i++) in set_checks()
89 set_texts(chm, mode); in set_checks()
94 ChmInfo *chm = user; in chm_body() local
100 set_checks(chm, chm->last_mode = (mode & 07777)); in chm_body()
179 ChmInfo *chm = user; in evt_clicked() local
181 if(wid == chm->all) in evt_clicked()
185 set_checks(chm, 0); in evt_clicked()
187 set_checks(chm, (~get_checks(chm)) & 07777); in evt_clicked()
189 set_checks(chm, chm->last_mode); in evt_clicked()
[all …]
/dports/archivers/libmspack/libmspack-0.10.1alpha/test/
H A Dchminfo.c97 for (i = 0; i < chm->num_chunks; i++) { in print_dir()
101 fread(chunk, chm->chunk_size, 1, fh); in print_dir()
106 k = chm->chunk_size - 2; in print_dir()
119 j = (1 << chm->density) + 1; in print_dir()
125 j += (1 << chm->density) + 1; in print_dir()
147 k = chm->chunk_size - 2; in print_dir()
153 j = (1 << chm->density) + 1; in print_dir()
158 j += (1 << chm->density) + 1; in print_dir()
186 struct mschmd_header *chm; in main() local
209 print_dir(chm, *argv); in main()
[all …]
/dports/security/clamav/clamav-0.104.2/libclammspack/test/
H A Dchminfo.c97 for (i = 0; i < chm->num_chunks; i++) { in print_dir()
101 fread(chunk, chm->chunk_size, 1, fh); in print_dir()
106 k = chm->chunk_size - 2; in print_dir()
119 j = (1 << chm->density) + 1; in print_dir()
125 j += (1 << chm->density) + 1; in print_dir()
147 k = chm->chunk_size - 2; in print_dir()
153 j = (1 << chm->density) + 1; in print_dir()
158 j += (1 << chm->density) + 1; in print_dir()
186 struct mschmd_header *chm; in main() local
209 print_dir(chm, *argv); in main()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclammspack/test/
H A Dchminfo.c97 for (i = 0; i < chm->num_chunks; i++) { in print_dir()
101 fread(chunk, chm->chunk_size, 1, fh); in print_dir()
106 k = chm->chunk_size - 2; in print_dir()
119 j = (1 << chm->density) + 1; in print_dir()
125 j += (1 << chm->density) + 1; in print_dir()
147 k = chm->chunk_size - 2; in print_dir()
153 j = (1 << chm->density) + 1; in print_dir()
158 j += (1 << chm->density) + 1; in print_dir()
186 struct mschmd_header *chm; in main() local
209 print_dir(chm, *argv); in main()
[all …]
/dports/math/maxima/maxima-5.43.2/doc/info/
H A Dcommon-lang.mk3 MAXIMA_CHM = maxima.chm
4 INSTALL_CHM = install-chm
5 UNINSTALL_CHM = uninstall-chm
6 CLEAN_CHM = clean-chm
55 $(MKDIR_P) chm
63 mv chm/maxima.chm .
65 install-chm: maxima.chm
69 uninstall-chm:
72 clean-chm:
73 rm -f maxima.chm
[all …]
/dports/misc/kde-thumbnailer-chm/kde-thumbnailer-chm-0.2.1/
H A Dchmthumbnail.cpp48 CHMCreator::CHMCreator() : chm(NULL) in CHMCreator()
55 chm = chm_open(qPrintable(path)); in create()
59 if (chm == NULL){ in create()
167 if (extractImageFromChm(chm, &info, &coverFileName) == true) { in create()
174 if (chm) { in create()
175 chm_close(chm); in create()
183 return pObject->indexCallBack(chm, info, context); in indexCallBackWrapper()
195 extractFileFromChm(chm, info); in indexCallBack()
202 extractFileFromChm(chm, info); in indexCallBack()
218 if (CHM_RESOLVE_SUCCESS == chm_resolve_object(chm, fileName, info)) { in extractFileFromChm()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/database/mysql/
H A Dmysql_replication.py189 def changemaster(cursor, chm, chm_params): argument
190 sql_param = ",".join(chm)
287 chm = []
291 chm.append("MASTER_HOST=%(master_host)s")
294 chm.append("MASTER_USER=%(master_user)s")
300 chm.append("MASTER_PORT=%(master_port)s")
315 chm.append("RELAY_LOG_POS=%(relay_log_pos)s")
318 chm.append("MASTER_SSL=1")
320 chm.append("MASTER_SSL_CA=%(master_ssl_ca)s")
335 chm.append("MASTER_AUTO_POSITION = 1")
[all …]

12345678910>>...128