Home
last modified time | relevance | path

Searched refs:compose_path (Results 1 – 25 of 30) sorted by relevance

12

/dports/textproc/ibus/ibus-1.5.24/src/tests/
H A Dibus-compose.c26 gchar *compose_path = NULL; in get_compose_path() local
38 compose_path = g_build_filename ("/usr/share/X11/locale", in get_compose_path()
42 if (g_file_test (compose_path, G_FILE_TEST_EXISTS)) in get_compose_path()
44 g_free (compose_path); in get_compose_path()
45 compose_path = NULL; in get_compose_path()
48 return compose_path; in get_compose_path()
61 gchar *compose_path; in create_engine_cb() local
71 compose_path = get_compose_path (); in create_engine_cb()
72 if (compose_path != NULL) { in create_engine_cb()
74 compose_path); in create_engine_cb()
[all …]
/dports/graphics/agg/agg-2.5/examples/
H A Dconv_contour.cpp50 void compose_path() in compose_path() function in the_application
136 compose_path(); in on_draw()
H A Drasterizer_compound.cpp102 void compose_path() in compose_path() function in the_application
215 compose_path(); in on_draw()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dconv_contour.dpr53 procedure compose_path;
100 procedure the_application.compose_path;
216 compose_path;
H A Drasterizer_compound.dpr74 procedure compose_path;
179 procedure the_application.compose_path;
336 compose_path;
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dconv_contour.dpr53 procedure compose_path;
100 procedure the_application.compose_path;
216 compose_path;
H A Drasterizer_compound.dpr74 procedure compose_path;
179 procedure the_application.compose_path;
336 compose_path;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dconv_contour.dpr53 procedure compose_path;
100 procedure the_application.compose_path;
216 compose_path;
H A Drasterizer_compound.dpr74 procedure compose_path;
179 procedure the_application.compose_path;
336 compose_path;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dconv_contour.dpr53 procedure compose_path;
100 procedure the_application.compose_path;
216 compose_path;
H A Drasterizer_compound.dpr74 procedure compose_path;
179 procedure the_application.compose_path;
336 compose_path;
/dports/net-mgmt/driftnet/driftnet-1.3.0/src/common/
H A Dutil.h93 char* compose_path(const char* base, const char* filename);
H A Dutil.c120 char* compose_path(const char* base, const char* filename) in compose_path() function
H A Dtmpdir.c222 return compose_path(tmpdir.path, filename); in get_filename_fullpath()
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dsftp.py285 def compose_path(cls, path, parent=None): member in LocalFile
2837 path = self.compose_path(path)
2861 path = self.compose_path(path)
2883 path = self.compose_path(path)
2906 path = self.compose_path(path)
2927 path = self.compose_path(path)
3138 path = self.compose_path(path)
3220 dirpath = self.compose_path(path)
3295 path = self.compose_path(path)
3312 path = self.compose_path(path)
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dfileio.c793 static INLINE void compose_path(char *output, const char *gamename, const char *filename, const cha… in compose_path() function
937 compose_path(name, gamename, NULL, NULL); in generic_fopen()
946 compose_path(name, gamename, filename, extension); in generic_fopen()
979 compose_path(name, gamename, NULL, "zip"); in generic_fopen()
988 compose_path(tempname, NULL, filename, extension); in generic_fopen()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dfileio.c792 static INLINE void compose_path(char *output, const char *gamename, const char *filename, const cha… in compose_path() function
936 compose_path(name, gamename, NULL, NULL); in generic_fopen()
945 compose_path(name, gamename, filename, extension); in generic_fopen()
978 compose_path(name, gamename, NULL, "zip"); in generic_fopen()
987 compose_path(tempname, NULL, filename, extension); in generic_fopen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A Dcompose_path.cpp4 REG_FIDDLE(compose_path, 256, 256, false, 0) {
/dports/textproc/ibus-typing-booster/ibus-typing-booster-2.15.11/engine/
H A Ditb_util.py3879 def _read_compose_file(self, compose_path: str) -> None:
3885 if not compose_path or not os.path.isfile(compose_path):
3886 LOGGER.info('Skipping reading of compose file "%s"', compose_path)
3889 with open(compose_path,
3896 compose_path, _('File not found'))
3899 compose_path, _('Permission error'))
3902 compose_path, _('Unicode decoding error'))
3905 compose_path, _('Unknown error'))
3907 LOGGER.warning('File %s has no content', compose_path)
3909 LOGGER.info('Reading compose file %s', compose_path)
/dports/lang/quickjs/quickjs-2021-03-27/
H A Drun-test262.c193 char *compose_path(const char *path, const char *name) in compose_path() function
290 s = compose_path(base, name); in namelist_add()
973 char *testdir = compose_path(base_name, q); in load_config()
979 harness_dir = compose_path(base_name, q); in load_config()
1032 error_filename = compose_path(base_name, q); in load_config()
1036 char *path = compose_path(base_name, q); in load_config()
1042 report_filename = compose_path(base_name, q); in load_config()
1350 char *filename = compose_path(base, p); in eval_file()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Drun-test262.c193 char *compose_path(const char *path, const char *name) in compose_path() function
290 s = compose_path(base, name); in namelist_add()
973 char *testdir = compose_path(base_name, q); in load_config()
979 harness_dir = compose_path(base_name, q); in load_config()
1032 error_filename = compose_path(base_name, q); in load_config()
1036 char *path = compose_path(base_name, q); in load_config()
1042 report_filename = compose_path(base_name, q); in load_config()
1350 char *filename = compose_path(base, p); in eval_file()
/dports/net-mgmt/driftnet/driftnet-1.3.0/src/http_display/
H A Dhttpd.c140 char* static_source_path = compose_path(STATIC_WEB_DIRECTORY, static_file); in write_static_resources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/site/
H A Dindex.md54 …<a href='https://fiddle.skia.org/c/@compose_path'><img src='https://fiddle.skia.org/i/@compose_pat…
H A Dindex_zh.md81 <a href='https://fiddle.skia.org/c/@compose_path'>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/site/
H A Dindex_zh.md81 <a href='https://fiddle.skia.org/c/@compose_path'>

12