Home
last modified time | relevance | path

Searched refs:name_fmt (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sraxf/
H A Dformat-spot-name.c113 if( name_fmt [ i ] == '$' ){ in format_spot_name()
114 switch( name_fmt [ i+1 ]){ in format_spot_name()
120 if( i < fmt_size -1 && name_fmt [ i ] == '%' && isdigit(name_fmt [ i+1 ])) { in format_spot_name()
135 if( i < fmt_size -1 && name_fmt [ i ] == '%' && isdigit(name_fmt [ i+1 ])) { in format_spot_name()
168 sname[j++]=name_fmt[i++]; in format_spot_name()
173 sname[j++]=name_fmt[i++]; in format_spot_name()
184 sname[j++]=name_fmt[i++]; in format_spot_name()
258 if( name_fmt [ i ] == '$' ){ in format_spot_name_no_coord()
259 switch( name_fmt [ i+1 ]){ in format_spot_name_no_coord()
267 sname[j++]=name_fmt[i++]; in format_spot_name_no_coord()
[all …]
H A Dextract-name_fmt.c75 char sbuf[4096], *name_fmt = sbuf; in extract_name_fmt_2() local
131 name_fmt = rslt -> data -> base; in extract_name_fmt_2()
136 string_copy ( name_fmt, fmtsize --, name, namelen ); in extract_name_fmt_2()
154 total += (uint32_t)string_copy ( & name_fmt [ total ], in extract_name_fmt_2()
162 name_fmt[total + 0] = '$'; in extract_name_fmt_2()
164 name_fmt[total + 2] = 0; in extract_name_fmt_2()
176 string_copy ( & name_fmt [ total ], in extract_name_fmt_2()
182 rc = KIndexInsertText ( ndx, false, name_fmt, row_id ); in extract_name_fmt_2()
186 fmtsize = strlen(name_fmt); in extract_name_fmt_2()
187 if ( name_fmt == sbuf ) in extract_name_fmt_2()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sraxf/
H A Dformat-spot-name.c113 if( name_fmt [ i ] == '$' ){ in format_spot_name()
114 switch( name_fmt [ i+1 ]){ in format_spot_name()
120 if( i < fmt_size -1 && name_fmt [ i ] == '%' && isdigit(name_fmt [ i+1 ])) { in format_spot_name()
135 if( i < fmt_size -1 && name_fmt [ i ] == '%' && isdigit(name_fmt [ i+1 ])) { in format_spot_name()
168 sname[j++]=name_fmt[i++]; in format_spot_name()
173 sname[j++]=name_fmt[i++]; in format_spot_name()
184 sname[j++]=name_fmt[i++]; in format_spot_name()
258 if( name_fmt [ i ] == '$' ){ in format_spot_name_no_coord()
259 switch( name_fmt [ i+1 ]){ in format_spot_name_no_coord()
267 sname[j++]=name_fmt[i++]; in format_spot_name_no_coord()
[all …]
H A Dextract-name_fmt.c75 char sbuf[4096], *name_fmt = sbuf; in extract_name_fmt_2() local
131 name_fmt = rslt -> data -> base; in extract_name_fmt_2()
136 string_copy ( name_fmt, fmtsize --, name, namelen ); in extract_name_fmt_2()
154 total += (uint32_t)string_copy ( & name_fmt [ total ], in extract_name_fmt_2()
162 name_fmt[total + 0] = '$'; in extract_name_fmt_2()
164 name_fmt[total + 2] = 0; in extract_name_fmt_2()
176 string_copy ( & name_fmt [ total ], in extract_name_fmt_2()
182 rc = KIndexInsertText ( ndx, false, name_fmt, row_id ); in extract_name_fmt_2()
186 fmtsize = strlen(name_fmt); in extract_name_fmt_2()
187 if ( name_fmt == sbuf ) in extract_name_fmt_2()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Dtar-list.c89 int16_t name_fmt; /* 0 - fits, +n - split, -n n-blocks */ member
112 e->name_fmt = 0; in TarEntry_Init()
122 e->name_fmt = split; in TarEntry_Init()
131 e->name_fmt = -alloc; in TarEntry_Init()
219 if( e->name_fmt == 0 ) { in TarEntry_PackName()
221 } else if( e->name_fmt > 0 ) { in TarEntry_PackName()
223 memmove(h->x.prefix, e->name, e->name_fmt); in TarEntry_PackName()
224 memmove(h->name, e->name + e->name_fmt + 1, strlen(e->name) - e->name_fmt - 1); in TarEntry_PackName()
242 h = &block[-e->name_fmt - 1].header; in TarEntry_PackName()
257 uint32_t size = e->name_fmt < 0 ? -e->name_fmt : 1; in TarEntry_Header()
[all …]
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxutil.c74 int len = vsnprintf(buf, buf_len, name_fmt, ap); in vname_from_path()
77 platform_broken_snprintf(len, __FUNCTION__, buf_len, name_fmt); in vname_from_path()
86 int name_from_path(char* buf, int buf_len, const char* name_fmt, ...) in name_from_path() argument
90 va_start(ap, name_fmt); in name_from_path()
91 ret = vname_from_path(buf, buf_len, name_fmt, ap); in name_from_path()
104 if (!vname_from_path(buf, sizeof(buf), name_fmt, ap)) in vopen_fd_from_path()
140 va_start(ap, name_fmt); in open_fd_from_path()
141 fd = vopen_fd_from_path(flags, mode, logkey, reperr, name_fmt, ap); in open_fd_from_path()
198 va_start(ap, name_fmt); in read_all()
243 va_start(ap, name_fmt); in read_all_alloc()
[all …]
H A Dzxidutil.h91 …_all_alloc(struct zx_ctx* c, const char* logkey, int reperr, int* lenp, const char* name_fmt, ...);
92 ZXID_DECL char* read_all_malloc(const char* logkey, int reperr, int* lenp, const char* name_fmt, ..…
93 ZXID_DECL int read_all(int maxlen, char* buf, const char* logkey, int reperr, const char* name_fmt,…
94 ZXID_DECL int name_from_path(char* buf, int buf_len, const char* name_fmt, ...);
95 … open_fd_from_path(int flags, int mode, const char* logkey, int reperr, const char* name_fmt, ...);
H A Dzxidnoswig.h35 int vname_from_path(char* buf, int buf_len, const char* name_fmt, va_list ap);
/dports/devel/py-numba/numba-0.51.2/numba/roc/hlc/
H A Dcommon.py91 name_fmt = '%s"%s"'
92 old_name = name_fmt % (start, var)
93 new_name = name_fmt % (start, var + mangle)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ncbi/
H A Dspotname.vschema156 * otherwise, it creates a temporary "name_fmt" string from name row
158 * an attempt is made to insert name_fmt into indicated text index
159 * ( normally 'skey' ). if the insert succeeds, i.e. associates "name_fmt"
164 * this may succeed or fail, e.g. if the existing row range for "name_fmt" is
170 * finally, if the temporary "name_fmt" cannot be inserted into the index
171 * nor the existing id range updated, the output for the row will be "name_fmt".
243 * implement name_fmt or x_coord or y_coord.
252 * synthesizes name from name_fmt, X and Y otherwise
253 * name_fmt is either retrieved directly from column
294 // name_fmt
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ncbi/
H A Dspotname.vschema156 * otherwise, it creates a temporary "name_fmt" string from name row
158 * an attempt is made to insert name_fmt into indicated text index
159 * ( normally 'skey' ). if the insert succeeds, i.e. associates "name_fmt"
164 * this may succeed or fail, e.g. if the existing row range for "name_fmt" is
170 * finally, if the temporary "name_fmt" cannot be inserted into the index
171 * nor the existing id range updated, the output for the row will be "name_fmt".
243 * implement name_fmt or x_coord or y_coord.
252 * synthesizes name from name_fmt, X and Y otherwise
253 * name_fmt is either retrieved directly from column
294 // name_fmt
[all …]
/dports/net-im/folks/folks-0.15.3/folks/
H A Dname-details.vala194 * http://lh.2xlibre.net/values/name_fmt/ doesn't specify how to extract
242 * http://lh.2xlibre.net/values/name_fmt/) because there’s a chance glibc
245 * It does mean we have to implement our own parser for the name_fmt
251 * documented here: http://lh.2xlibre.net/values/name_fmt/. You may be
268 var name_fmt = _("%g%t%m%t%f");
270 return this.to_string_with_format (name_fmt);
277 * described on [[http://lh.2xlibre.net/values/name_fmt/]]. This ``name_fmt``
282 * @param name_fmt format string for the name
286 public string to_string_with_format (string name_fmt)
295 while (name_fmt.get_next_char (ref index, out c) == true)
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_autosave.cpp55 …tosaveFile> &files_map, std::string const& path, wxString const& filter, wxString const& name_fmt);
120 …osaveFile> &files_map, std::string const& path, wxString const& filter, wxString const& name_fmt) { in Populate() argument
147 …ck(Version{wxFileName(directory, fn).GetFullPath(), date, agi::wxformat(name_fmt, date.Format())}); in Populate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c166 const char *name_fmt, ...) in komeda_component_add() argument
211 if (name_fmt) { in komeda_component_add()
214 va_start(args, name_fmt); in komeda_component_add()
215 vsnprintf(c->name, sizeof(c->name), name_fmt, args); in komeda_component_add()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c166 const char *name_fmt, ...) in komeda_component_add() argument
211 if (name_fmt) { in komeda_component_add()
214 va_start(args, name_fmt); in komeda_component_add()
215 vsnprintf(c->name, sizeof(c->name), name_fmt, args); in komeda_component_add()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c166 const char *name_fmt, ...) in komeda_component_add() argument
211 if (name_fmt) { in komeda_component_add()
214 va_start(args, name_fmt); in komeda_component_add()
215 vsnprintf(c->name, sizeof(c->name), name_fmt, args); in komeda_component_add()
/dports/devel/py-pythran/pythran-0.11.0/pythran/
H A Dtoolchain.py218 name_fmt = pythran_ward + "{0}::{1}::type{2}"
220 specialized_fname = name_fmt.format(module_name,
260 name_fmt = pythran_ward + "{0}::{1}::type{2}"
262 specialized_fname = name_fmt.format(module_name,
/dports/security/py-gssapi/gssapi-1.6.14/
H A Dsetup.py272 def make_extension(name_fmt, module, **kwargs): argument
274 source = name_fmt.replace('.', '/') % module + '.' + SOURCE_EXT
278 name_fmt % module,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/insdc/
H A Dsra.vschema59 * "name_fmt" [ DATA ] - name format string ( see format explanation below )
68 * "name_fmt" may have any ASCII characters
74 * when "spot_name" is present and the "name_fmt" row is empty,
78 ascii INSDC:SRA:format_spot_name #1 ( ascii name_fmt , I32 X , I32 Y * ascii spot_name );
81 ascii INSDC:SRA:format_spot_name_no_coord #1 ( ascii name_fmt * ascii spot_name );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/insdc/
H A Dsra.vschema59 * "name_fmt" [ DATA ] - name format string ( see format explanation below )
68 * "name_fmt" may have any ASCII characters
74 * when "spot_name" is present and the "name_fmt" row is empty,
78 ascii INSDC:SRA:format_spot_name #1 ( ascii name_fmt , I32 X , I32 Y * ascii spot_name );
81 ascii INSDC:SRA:format_spot_name_no_coord #1 ( ascii name_fmt * ascii spot_name );
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/plugins/
H A Dlatina.py37 name_fmt="{pixels}_{bitrate}")
H A Dtv3cat.py39 …return HLSStream.parse_variant_playlist(self.session, stream['url'], name_fmt="{pixels}_{bitrate}")
H A Dtvp.py49 …for s in HLSStream.parse_variant_playlist(self.session, url, name_fmt='{pixels}_{bitrate}').items(…
/dports/devel/py-ddt/ddt-1.4.4/
H A Dddt.py150 def mk_test_name(name, value, index=0, index_len=5, name_fmt=TestNameFormat.DEFAULT): argument
173 if name_fmt is TestNameFormat.INDEX_ONLY or not is_trivial(value):
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dseq_kernel.h59 const char *name_fmt, ...);

123456789