Home
last modified time | relevance | path

Searched refs:infotype (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/dports/textproc/stardict3/stardict-3.0.6/lib/src/
H A Difo_file.cpp153 DictInfoType infotype) in load_from_ifo_file() argument
157 set_infotype(infotype); in load_from_ifo_file()
175 if(infotype == DictInfoType_NormDict) in load_from_ifo_file()
179 else if(infotype == DictInfoType_ResDb) in load_from_ifo_file()
337 if(infotype == DictInfoType_NormDict) in load_from_ifo_file()
366 if(infotype == DictInfoType_NormDict) in save_ifo_file()
380 if(infotype == DictInfoType_NormDict || infotype == DictInfoType_TreeDict) { in save_ifo_file()
396 if(infotype == DictInfoType_ResDb) { in save_ifo_file()
400 if(infotype == DictInfoType_NormDict || infotype == DictInfoType_TreeDict in save_ifo_file()
410 if(infotype == DictInfoType_ResDb) in save_ifo_file()
[all …]
H A Difo_file.h74 bool load_from_ifo_file(const std::string& ifofilename, DictInfoType infotype);
92 ALL_METHOD_TEMPL(DictInfoType, infotype, DictInfoType_NormDict)
129 DictInfoType infotype; member
/dports/net/samba412/samba-4.12.15/source4/torture/rpc/
H A Ddsgetinfo.c254 int32_t infotype;
261 .infotype = DRSUAPI_DS_REPLICA_INFO_NEIGHBORS
264 .infotype = DRSUAPI_DS_REPLICA_INFO_CURSORS
282 .infotype = DRSUAPI_DS_REPLICA_INFO_CURSORS2
285 .infotype = DRSUAPI_DS_REPLICA_INFO_CURSORS3 in torture_drsuapi_w2k8_tcase_teardown_common()
301 .infotype = DRSUAPI_DS_REPLICA_INFO_REPSTO in torture_drsuapi_w2k8_tcase_setup()
329 array[i].level, array[i].infotype);
344 r.in.req->req1.info_type = array[i].infotype;
374 array[i].level, array[i].infotype);
379 array[i].level, array[i].infotype));
[all …]
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dthreadinfowindow.cpp68 void CThreadInfoWindow::AddInfo( _MSGTYPE infotype, wxString info ) in AddInfo() argument
75 switch ( infotype ) in AddInfo()
112 void CThreadInfoWindow::AddInfo( _MSGTYPE infotype, wxString info, int ntime ) in AddInfo() argument
128 switch ( infotype ) in AddInfo()
164 void CThreadInfoWindow::AddInfo( _MSGTYPE infotype, std::string info ) in AddInfo() argument
168 AddInfo( infotype, wxinfo ); in AddInfo()
171 void CThreadInfoWindow::AddInfo( _MSGTYPE infotype, std::string info, int ntime ) in AddInfo() argument
185 AddInfo( infotype, wts ); in AddInfo()
H A Dthreadinfowindow.h28 void AddInfo( _MSGTYPE infotype, wxString info );
29 void AddInfo( _MSGTYPE infotype, std::string info );
30 void AddInfo( _MSGTYPE infotype, wxString info , int ntime );
31 void AddInfo( _MSGTYPE infotype, std::string info , int ntime );
/dports/net/py-pyfixbuf/pyfixbuf-0.8.1/samples/
H A Dsample_exporter_collector.py128 infotype = buf.next_record(srec) variable
129 if (infotype != None):
130 infotype = infotype.as_dict() variable
131 infomodel.add_options_element(infotype)
/dports/games/edge/Edge-1.35-source/src/
H A Ds_music.cc108 switch (play->infotype) in S_ChangeMusic()
139 I_Printf("S_ChangeMusic: invalid method %d for MUS/MIDI\n", play->infotype); in S_ChangeMusic()
186 if (play->infotype == MUSINF_FILE) in S_ChangeMusic()
229 if (play->infotype == MUSINF_LUMP) in S_ChangeMusic()
249 if (play->infotype == MUSINF_TRACK) in S_ChangeMusic()
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/util/
H A Dpkl5.py182 infotype = _info_datatype()
184 send(comm, (info, infotype), dest, tag)
216 infotype = _info_datatype()
217 infosize = status.Get_elements(infotype)
262 infotype = _info_datatype()
274 infotype = _info_datatype()
276 mrecv(rmsg, (info, infotype), status)
368 infotype = _info_datatype()
372 bcast(comm, (info, infotype), root)
374 infotype = _info_datatype()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,, -oldcert,v…
46 1,ir + infotype, -section,, -cmd,ir,,BLANK,,, -infotype,signKeyPairTypes,,BLANK,,BLANK,
47 0,genm with missing infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,,,BLANK,,BLANK,
48 0,genm with invalid infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,asdf,,BLANK,,BLANK,
/dports/security/openssl-devel/openssl-3.0.2/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,, -oldcert,v…
46 1,ir + infotype, -section,, -cmd,ir,,BLANK,,, -infotype,signKeyPairTypes,,BLANK,,BLANK,
47 0,genm with missing infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,,,BLANK,,BLANK,
48 0,genm with invalid infotype value, -section,, -cmd,genm,,BLANK,,, -infotype,asdf,,BLANK,,BLANK,
/dports/devel/lua-lgi/lgi-0.9.2/lgi/override/
H A DGio-DBus.lua32 local infotype = Gio[name]
35 function infotype:_new(params)
52 infotype._refsink = core.gi.Gio[name].methods.ref
/dports/games/edge/Edge-1.35-source/ddf/
H A Dplaylist.cc97 dynamic_plentry->infotype = (musicinftype_e)i; // technically speaking this is proper in DDF_MusicParseInfo()
250 infotype = src.infotype; in CopyDetail()
260 infotype = MUSINF_UNKNOWN; in Default()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/dports/emulators/mess/mame-mame0226/plugins/data/
H A Dload_dat.lua131 local infotype
141 infotype = s
146 if #tags > 0 and infotype then
160 stmt:bind_values(infotype, tag.tag, tag.set, row)
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/dports/emulators/mame/mame-mame0226/plugins/data/
H A Dload_dat.lua131 local infotype
141 infotype = s
146 if #tags > 0 and infotype then
160 stmt:bind_values(infotype, tag.tag, tag.set, row)
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/dports/security/openssl-devel/openssl-3.0.2/crypto/x509/
H A Dby_store.c51 int infotype; in cache_objects() local
57 infotype = OSSL_STORE_INFO_get_type(info); in cache_objects()
60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
74 switch (infotype) { in cache_objects()
/dports/archivers/dpkg/dpkg-1.19.7/dselect/
H A Dpkglist.h126 struct infotype { struct
130 const infotype *currentinfo; argument
131 static const infotype infoinfos[];
132 static const infotype *const baseinfo;
/dports/net-im/jabber.el/emacs-jabber-0.8.92/
H A Djabber-alert.el267 (defun ,info (infotype buffer text)
439 (defun jabber-info-default-message (infotype buffer)
444 (concat (cdr (assq infotype jabber-info-message-alist))
447 (defun jabber-info-wave (infotype buffer proposed-alert)
452 (defun jabber-info-display (infotype buffer proposed-alert)
457 (defun jabber-info-switch (infotype buffer proposed-alert)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/src/
H A Dtool_cb_dbg.c38 trace tracetype, curl_infotype infotype);
222 trace tracetype, curl_infotype infotype) in dump() argument
265 fprintf(stream, "%c", convert_char(infotype, ptr[i + c])); in dump()
267 (void)infotype; in dump()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_cb_dbg.c38 trace tracetype, curl_infotype infotype);
221 trace tracetype, curl_infotype infotype) in dump() argument
264 fprintf(stream, "%c", convert_char(infotype, ptr[i + c])); in dump()
266 (void)infotype; in dump()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_cb_dbg.c38 trace tracetype, curl_infotype infotype);
221 trace tracetype, curl_infotype infotype) in dump() argument
264 fprintf(stream, "%c", convert_char(infotype, ptr[i + c])); in dump()
266 (void)infotype; in dump()

12345678910>>...19