Home
last modified time | relevance | path

Searched refs:kf (Results 26 – 50 of 4773) sorted by relevance

12345678910>>...191

/dports/devel/geany-plugin-lineoperations/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-macro/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-lua/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-latex/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-commander/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-addons/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-automark/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-gendoc/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-extrasel/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-defineformat/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-doc/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-ctags/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-debugger/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-codenav/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-overview/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/devel/geany-plugin-scope/geany-plugins-1.38/devhelp/src/
H A Ddhp-settings.c7 GKeyFile *kf; in devhelp_plugin_load_settings() local
12 kf = g_key_file_new(); in devhelp_plugin_load_settings()
13 self->priv->kf = kf; in devhelp_plugin_load_settings()
18 if (g_key_file_has_group(kf, "webview")) in devhelp_plugin_load_settings()
125 if (g_key_file_has_group(kf, "devhelp")) in devhelp_plugin_load_settings()
159 if (g_key_file_has_group(kf, "man_pages")) in devhelp_plugin_load_settings()
258 if (g_key_file_has_group(kf, "misc")) in devhelp_plugin_load_settings()
295 GKeyFile *kf; in devhelp_plugin_store_settings() local
299 if (self->priv->kf == NULL) in devhelp_plugin_store_settings()
300 self->priv->kf = g_key_file_new(); in devhelp_plugin_store_settings()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/kinetics/
H A Dpdep.cpp56 vector_fp kf(7); in TEST_F() local
66 EXPECT_NEAR(kf0, kf[0], 1e-9 * kf0); in TEST_F()
67 EXPECT_NEAR(kf1, kf[1], 1e-9 * kf1); in TEST_F()
76 vector_fp kf(7); in TEST_F() local
92 vector_fp kf(7); in TEST_F() local
107 vector_fp kf(7); in TEST_F() local
160 vector_fp kf(7); in TEST_F() local
171 EXPECT_NEAR(kf[4], kf[6]/(Avogadro*1e-3), 5e2); in TEST_F()
177 vector_fp kf(7); in TEST_F() local
184 EXPECT_NEAR(kf[4], kf[6]/(Avogadro*1e-3), 1e2); in TEST_F()
[all …]
/dports/science/erkale-pseudopotentials/erkale-870e772f09631b3dbdd99a18e4f3d4786d684a01/src/external/adf/
H A DKFReader.c102 kf->fd = open(kf->name, O_BINARY|O_RDONLY); in openKFFile()
104 kf->fd = open(kf->name, O_RDONLY); in openKFFile()
106 if (kf->fd == -1){ in openKFFile()
110 kf->isOpen = 1; in openKFFile()
169 return kf->fd; in openKFFile()
178 if (kf->fd >= 0) in closeKFFile()
179 close(kf->fd); in closeKFFile()
180 kf->isOpen = 0; in closeKFFile()
576 sec->file = kf;
695 kf->typeSize[KF_T_INTEGER] = kf->typeSize[KF_T_LOGICAL] = kf->integerSize;
[all …]
/dports/science/erkale/erkale-8297aefe5aac9dbbb291e04c07661f3cff94a99a/src/external/adf/
H A DKFReader.c102 kf->fd = open(kf->name, O_BINARY|O_RDONLY); in openKFFile()
104 kf->fd = open(kf->name, O_RDONLY); in openKFFile()
106 if (kf->fd == -1){ in openKFFile()
110 kf->isOpen = 1; in openKFFile()
169 return kf->fd; in openKFFile()
178 if (kf->fd >= 0) in closeKFFile()
179 close(kf->fd); in closeKFFile()
180 kf->isOpen = 0; in closeKFFile()
576 sec->file = kf;
695 kf->typeSize[KF_T_INTEGER] = kf->typeSize[KF_T_LOGICAL] = kf->integerSize;
[all …]
/dports/net/nmsg/nmsg-1.0.1/src/
H A Dkickfile.c60 free((*kf)->curname); in kickfile_destroy()
62 free((*kf)->suffix); in kickfile_destroy()
63 free((*kf)); in kickfile_destroy()
64 *kf = NULL; in kickfile_destroy()
71 if (kf != NULL && kf->tmpname != NULL && kf->curname != NULL) { in kickfile_exec()
72 if (rename(kf->tmpname, kf->curname) < 0) { in kickfile_exec()
75 } else if (kf->cmd != NULL && *kf->cmd != '\0') { in kickfile_exec()
78 nmsg_asprintf(&cmd, "%s %s &", kf->cmd, kf->curname); in kickfile_exec()
101 free(kf->tmpname); in kickfile_rotate()
102 free(kf->curname); in kickfile_rotate()
[all …]
/dports/sysutils/nitrogen/nitrogen-1.6.1/src/
H A DConfig.cc130 g_key_file_free(kf); in get_bg()
138 g_key_file_free(kf); in get_bg()
150 g_key_file_free(kf); in get_bg()
159 g_key_file_free(kf); in get_bg()
183 g_key_file_free(kf); in get_bg()
222 g_key_file_free(kf); in set_bg()
262 g_key_file_free(kf); in set_bg()
284 g_key_file_free(kf); in get_bg_groups()
300 g_key_file_free(kf); in get_bg_groups()
369 Glib::KeyFile kf; in save_cfg() local
[all …]

12345678910>>...191