Home
last modified time | relevance | path

Searched refs:search_extension (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/extensions/
H A Dsettings_overridden_params_providers_browsertest.cc109 const extensions::Extension* search_extension = in IN_PROC_BROWSER_TEST_F() local
114 EXPECT_EQ(search_extension->id(), params->controlling_extension_id); in IN_PROC_BROWSER_TEST_F()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_vfs.h127 …vfs_search_context_t * vfs_findFirst( const char * search_path, const char * search_extension, Uin…
H A Degoboo_vfs.c1721 vfs_search_context_t * vfs_findFirst( const char * search_path, const char * search_extension, Uint… in vfs_findFirst() argument
1749 if ( INVALID_CSTR( search_extension ) ) in vfs_findFirst()
1755 snprintf( ctxt->ext, SDL_arraysize( ctxt->ext ), ".%s", search_extension ); in vfs_findFirst()
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_ast.mli44 val search_extension : tab -> string -> Typedtree.type_extension val
H A Dodoc_sig.mli36 val search_extension : tab -> string -> Types.extension_constructor val
H A Dodoc_sig.ml73 let search_extension table name = function
729 try Signature_search.search_extension table name
808 try Signature_search.search_extension table name.txt
H A Dodoc_ast.ml131 let search_extension table name = function
1259 Typedtree_search.search_extension table ext.Parsetree.pext_name.txt
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_ast.mli44 val search_extension : tab -> string -> Typedtree.type_extension val
H A Dodoc_sig.mli36 val search_extension : tab -> string -> Types.extension_constructor val
H A Dodoc_sig.ml73 let search_extension table name = function
729 try Signature_search.search_extension table name
808 try Signature_search.search_extension table name.txt
H A Dodoc_ast.ml131 let search_extension table name = function
1259 Typedtree_search.search_extension table ext.Parsetree.pext_name.txt
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/genlib/net/http/
H A Dwebserver.c276 static UPNP_INLINE int search_extension( in search_extension() function
337 if (search_extension(extension + 1, &type, &subtype) == 0) in get_content_type()
/dports/audio/py-music21/music21-7.1.0/music21/converter/
H A DsubConverters.py851 for search_extension in ('1', '01', '001', '0001', '00001'):
852 search_path = pathlib.Path(path_without_extension + '-' + search_extension + '.png')