Searched refs:extension (Results 1 - 25 of 50) sorted by relevance

12

/barrelfish-master/tools/demo/Aquarium/
H A DDialogs.cs30 /// <param name="extension">Just the extension e.g. "foo"</param>
35 public static bool OpenThese(string extension, string filter, argument
43 dlg.DefaultExt = extension;
59 /// <param name="extension">Just the extension e.g. "foo"</param>
64 public static bool SaveThese(string extension, string filter, argument
72 dlg.DefaultExt = extension;
87 /// <param name="extension">Just the extension
91 OpenThese(string extension, string filter, out string filename) argument
105 SaveThese(string extension, string filter, out string filename) argument
[all...]
/barrelfish-master/lib/lwip2/src/apps/httpd/
H A Dhttpd_structs.h11 const char *extension; member in struct:__anon1073
76 /** A list of extension-to-HTTP header strings (see outdated RFC 1700 MEDIA TYPES
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dl.c320 static const char extension[] = ".sl"; variable
322 static const char extension[] = ".so"; variable
334 rsize += strlen(extension);/* The length of ".s?" */
348 sprintf(translated, "lib%s%s", filename, extension);
350 sprintf(translated, "%s%s", filename, extension);
/barrelfish-master/usr/eclipseclp/Opium/
H A Dopiumtop.pl35 :- import extension/1 from sepia_kernel.
38 :- (extension(development) ->
H A Dloadopium.pl71 :- get_flag(extension,kegi_xview) ->
137 ( get_flag(extension, development)
156 :- get_flag(extension,kegi_xview) -> boot_opium(pce) ; boot_opium(tty).
H A Dopium_light.pl258 % :- (extension(development) ->
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dnot_equals.pl144 var(Attr). % Ignore if no attributes for this extension
159 var(AttrY), % no attribute for this extension
175 var(Attr). % Ignore if no attributes for this extension
191 var(AttrY). % no attribute for this extension
H A Dshadow_cons.pl180 var(Attr). % Ignore if no attribute for this extension
194 var(AttrY), % no attribute for this extension
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_conf.c58 /* extension creation utilities */
132 /* Now get internal extension representation based on type */
213 /* Given an internal structure, nid and critical flag create an extension */
225 /* Check the extension string for critical flag */
236 /* Check extension string for generic extension and return the type */
259 /* Create a generic extension: for now just handle DER type */
268 X509_EXTENSION *extension=NULL; local
298 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
304 return extension;
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Denvironment.pl98 get_flag(extension, dfid),
157 get_flag(extension, occur_check),
190 do_get_flag(extension,X, _) :- extension(X, 0).
250 do_set_flag(extension, _, _) :- !, set_bip_error(30).
369 get_flag(extension, occur_check),
378 get_flag(extension, dfid),
620 long_flag(extension). % nondet
H A Dfd_domain.pl306 var(AttrY), % no attribute for this extension
368 var(Attr). % Ignore if no attribute for this extension
386 var(AttrY). % no attribute for this extension
H A Dtracer_tty.pl466 get_flag(extension, development),
473 get_flag(extension, development),
480 get_flag(extension, development),
H A Dsetof.pl82 % coverof(Template, Generator, Set) - ECLiPSe extension
H A Dtoplevel.pl301 error(153, M, M), % extension hook: toplevel prompt
336 error(154, goal(Goal0, VL0, NewGoal, NewVL), M), % extension hook
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtesttsa64 echo Using extension $EXT
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dextmeta.tex177 Often an extension must modify the data stored in the
235 If \about{Name} is an existing extension, the specified handlers
269 corresponding to the extension. Note that, at this point in execution,
330 and compute their instance relationship with respect to the extension
355 All extension handlers receive the same arguments.
540 Write macros for attributed variables are not allowed because one extension
607 var(Attr). % Ignore if no attribute for this extension
621 var(AttrY), % no attribute for this extension
H A Dumsstyle.tex36 the extension \notation{.ecl}.
H A Dumscompiler.tex121 \index{extension (file name)}\index{suffix (file name)}\index{file name!extension}
140 The \notation{.ecl} extension can be omitted as long as no file without
141 extension
142 is present. A \notation{.pl} extension can be omitted as long as no file without
143 extension and no file with \notation{.ecl} extension is present. The list of
H A Dumsdeveltools.tex230 information file (with the extension \notation{.eci}) by extracting information
231 from a source file (whose extension is \notation{.ecl}).
236 same name as the information file, but without the extension.
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DEclipseMapColourer.java1022 String extension = getExtension(f);
1023 if (extension != null) {
1024 if (extension.equals("map") ||
1025 extension.equals("MAP")) {
1040 // Locate the file extension
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dilog.pl117 var(Attr). % Ignore if no attribute for this extension
131 var(AttrY), % No attribute for this extension
/barrelfish-master/doc/015-disk-driver-arch/
H A Dintro.tex14 extension to allow \ac{ata} to transmit \acs{scsi} commands.
H A Dflounder-ahci.tex16 However, our use of Flounder also represents a major extension to its purpose.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextchr.tex71 extension to write {\em user-defined} constraints. \chrs\
212 A \chr\ program (file extension {\tt chr}) may also include other declarations,
918 {\tt .chr} extension is no longer supported implicitly.
947 the {\tt .chr} extension is no longer implicitly supported. Files with
948 the {\tt .chr} extension can still be compiled by explicitly specifying
949 the extension in the compile command, as in {\tt ['file.chr']}. Associated
/barrelfish-master/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c871 printf("failed to get extension for file \"%s\", using default.\n", filename);
876 if (!strcmp(file_ext, g_psHTTPHeaders[j].extension)) {
882 printf("failed to get file type for extension \"%s\", using default.\n", file_ext);

Completed in 206 milliseconds

12