Home
last modified time | relevance | path

Searched refs:loader_func (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-loader.c37 GthImageLoaderFunc loader_func; member
75 self->priv->loader_func = NULL; in gth_image_loader_init()
97 GthImageLoaderFunc loader_func, in gth_image_loader_set_loader_func() argument
102 self->priv->loader_func = loader_func; in gth_image_loader_set_loader_func()
221 if (self->priv->loader_func != NULL) { in load_image_thread()
233 GthImageLoaderFunc loader_func = NULL; in load_image_thread() local
240 if (loader_func != NULL) in load_image_thread()
241 image = loader_func (istream, in load_image_thread()
352 GthImageLoaderFunc loader_func; in gth_image_new_from_stream() local
362 if (loader_func != NULL) in gth_image_new_from_stream()
[all …]
H A Dgth-image-utils.c101 GthImageLoaderFunc loader_func; in _g_buffer_resize_image() local
121 loader_func = gth_main_get_image_loader_func (mime_type, GTH_IMAGE_FORMAT_CAIRO_SURFACE); in _g_buffer_resize_image()
122 if (loader_func == NULL) { in _g_buffer_resize_image()
128 image = loader_func (istream, in _g_buffer_resize_image()
H A Dgth-image-loader.h53 GthImageLoader * gth_image_loader_new (GthImageLoaderFunc loader_func,
56 GthImageLoaderFunc loader_func,
H A Dgth-thumb-loader.h58 GthImageLoaderFunc loader_func);
H A Dgth-thumb-loader.c261 GthImageLoaderFunc loader_func) in gth_thumb_loader_set_loader_func() argument
264 (loader_func != NULL) ? loader_func : generate_thumbnail, in gth_thumb_loader_set_loader_func()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpdatafiles.c70 GimpDatafileLoaderFunc loader_func, in gimp_datafiles_read_directories() argument
78 g_return_if_fail (loader_func != NULL); in gimp_datafiles_read_directories()
141 (* loader_func) (&file_data, user_data); in gimp_datafiles_read_directories()
146 (* loader_func) (&file_data, user_data); in gimp_datafiles_read_directories()
151 (* loader_func) (&file_data, user_data); in gimp_datafiles_read_directories()
156 (* loader_func) (&file_data, user_data); in gimp_datafiles_read_directories()
164 (* loader_func) (&file_data, user_data); in gimp_datafiles_read_directories()
H A Dgimpdatafiles.h66 GimpDatafileLoaderFunc loader_func,
/dports/graphics/gegl/gegl-0.4.34/gegl/module/
H A Dgegldatafiles.c160 GeglDatafileLoaderFunc loader_func, in gegl_datafiles_read_directories() argument
174 g_return_if_fail (loader_func != NULL); in gegl_datafiles_read_directories()
208 loader_func, in gegl_datafiles_read_directories()
213 (* loader_func) (&file_data, user_data); in gegl_datafiles_read_directories()
218 (* loader_func) (&file_data, user_data); in gegl_datafiles_read_directories()
224 (* loader_func) (&file_data, user_data); in gegl_datafiles_read_directories()
233 (* loader_func) (&file_data, user_data); in gegl_datafiles_read_directories()
H A Dgegldatafiles.h54 GeglDatafileLoaderFunc loader_func,
/dports/security/py-cryptography/cryptography-3.3.2/tests/hazmat/primitives/
H A Dtest_dh.py470 loaded_key = loader_func(serialized, None, backend)
521 self, key_path, loader_func, encoding, is_dhx, backend
527 key = loader_func(key_bytes, None, backend)
566 self, key_path, loader_func, vec_path, is_dhx, backend
573 key = loader_func(key_bytes, None, backend)
658 loaded_key = loader_func(serialized, backend)
699 pub_key = loader_func(key_bytes, backend)
743 pub_key = loader_func(key_bytes, backend)
786 loaded_key = loader_func(serialized, backend)
826 parameters = loader_func(param_bytes, backend)
[all …]
H A Dtest_dsa.py794 self, backend, encoding, fmt, loader_func argument
800 loaded_key = loader_func(serialized, None, backend)
830 self, backend, key_path, encoding, loader_func argument
835 key = loader_func(key_bytes, None, backend)
932 self, key_path, loader_func, encoding, backend argument
937 key = loader_func(key_bytes, backend)
H A Dtest_ec.py778 self, backend, encoding, fmt, loader_func argument
789 loaded_key = loader_func(serialized, None, backend)
817 self, backend, key_path, encoding, loader_func argument
823 key = loader_func(key_bytes, None, backend)
946 self, key_path, loader_func, encoding, backend argument
952 key = loader_func(key_bytes, backend)
H A Dtest_rsa.py2239 self, backend, encoding, fmt, loader_func argument
2245 loaded_key = loader_func(serialized, None, backend)
2273 self, backend, key_path, encoding, loader_func argument
2278 key = loader_func(key_bytes, None, backend)
2369 self, key_path, loader_func, encoding, format, backend argument
2374 key = loader_func(key_bytes, backend)
/dports/www/py-webargs/webargs-8.0.1/src/webargs/
H A Dasyncparser.py79 loader_func = self._get_loader(location)
80 if asyncio.iscoroutinefunction(loader_func):
81 data = await loader_func(req, schema)
83 data = loader_func(req, schema)
H A Dcore.py205 loader_func = self._get_loader(location)
206 data = loader_func(req, schema)
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/datasets/tests/
H A Dtest_base.py248 def test_loader(loader_func, data_shape, target_shape, n_target, has_descr, filenames): argument
249 bunch = loader_func()
281 def test_toy_dataset_frame_dtype(loader_func, data_dtype, target_dtype): argument
282 default_result = loader_func()
285 loader_func,
/dports/graphics/gthumb/gthumb-3.10.1/extensions/raw_files/
H A Dmain.c61 GthImageLoaderFunc loader_func; in _libraw_read_jpeg_data() local
65 loader_func = gth_main_get_image_loader_func ("image/jpeg", GTH_IMAGE_FORMAT_CAIRO_SURFACE); in _libraw_read_jpeg_data()
66 if (loader_func == NULL) in _libraw_read_jpeg_data()
73 image = loader_func (istream, in _libraw_read_jpeg_data()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/pacbio-load/
H A Dpl-tools.h267 typedef rc_t (*loader_func)( ld_context *lctx, typedef
277 loader_func func );
H A Dpl-tools.c547 const char * template_name, const char * table_name, loader_func func ) in load_table()
/dports/security/py-cryptography/cryptography-3.3.2/tests/hazmat/backends/
H A Dtest_openssl.py655 self, key_path, loader_func, backend argument
661 loader_func(key_bytes, None, backend)
676 def test_public_load_dhx_unsupported(self, key_path, loader_func, backend): argument
681 loader_func(key_bytes, backend)
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/backends/
H A Dimgui_impl_vulkan.h76 IMGUI_IMPL_API bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char*…
H A Dimgui_impl_vulkan.cpp1033 bool ImGui_ImplVulkan_LoadFunctions(PFN_vkVoidFunction(*loader_func)(const char* function_name, … in ImGui_ImplVulkan_LoadFunctions()
1041 func = reinterpret_cast<decltype(func)>(loader_func(#func, user_data)); \ in ImGui_ImplVulkan_LoadFunctions()
1047 IM_UNUSED(loader_func); in ImGui_ImplVulkan_LoadFunctions()
/dports/security/py-cryptography/cryptography-3.3.2/tests/x509/
H A Dtest_x509.py430 self, cert_path, loader_func, encoding, backend argument
435 crl = loader_func(crl_bytes, backend)
1220 self, cert_path, loader_func, encoding, backend argument
1225 cert = loader_func(cert_bytes, backend)
1271 request = _load_cert(path, loader_func, backend)
1358 loader_func(b"notacsr", backend)
1583 self, request_path, loader_func, encoding, backend argument
1588 request = loader_func(request_bytes, backend)
4488 def test_load_dsa_request(self, path, loader_func, backend): argument
4489 request = _load_cert(path, loader_func, backend)
[all …]
/dports/games/endgame-singularity/singularity-1.00/singularity/code/
H A Dsavegame.py323 def load_savegame_fd(loader_func, fd): argument
326 loader_func(fd)
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-44856 for errors even if the loader_func returned something so we

12