Home
last modified time | relevance | path

Searched refs:path_current (Results 1 – 25 of 59) sorted by relevance

123

/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoXml.cpp60 path_current[FILTER_PATH_MAX] = '\0'; in IterFilterBase()
91 path_current[0] = '\0'; in Reset()
101 char* ptr = strrchr(path_current, '/'); in UpdateCurrentPath()
102 if (NULL == ptr) ptr = path_current; in UpdateCurrentPath()
125 char* ptr = path_current + path_current_len; in UpdateCurrentPath()
134 char* ptr = path_current; in UpdateCurrentPath()
141 size_t headLen = ptr - path_current; in UpdateCurrentPath()
161 else if (0 == strcmp(path_filter.GetPath(), path_current)) in IsMatch()
163 else if (NULL != path_filter_list.FindString(path_current)) in IsMatch()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Theme/
H A DRegistryTest.php164 $path_current = $this->prophesize(CurrentPathStack::class);
165 $path_current->getPath()->willReturn('/node/1');
166 $this->container->set('path.current', $path_current->reveal());
212 $path_current = $this->prophesize(CurrentPathStack::class);
213 $path_current->getPath()->willReturn('/node/123');
214 \Drupal::getContainer()->set('path.current', $path_current->reveal());
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Theme/
H A DRegistryTest.php164 $path_current = $this->prophesize(CurrentPathStack::class);
165 $path_current->getPath()->willReturn('/node/1');
166 $this->container->set('path.current', $path_current->reveal());
212 $path_current = $this->prophesize(CurrentPathStack::class);
213 $path_current->getPath()->willReturn('/node/123');
214 \Drupal::getContainer()->set('path.current', $path_current->reveal());
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtest_reg_util_win_unittest.cc113 std::wstring path_current = in TEST_F() local
121 ASSERT_NO_FATAL_FAILURE(CreateKey(path_current)); in TEST_F()
130 ASSERT_NO_FATAL_FAILURE(AssertKeyExists(path_current)); in TEST_F()
/dports/games/julius/julius-1.7.0/src/scenario/
H A Dinvasion.c99 int path_current = 1; in scenario_invasion_init() local
116 const empire_object *obj = empire_object_get_battle_icon(path_current, year); in scenario_invasion_init()
135 path_current++; in scenario_invasion_init()
136 if (path_current > path_max) { in scenario_invasion_init()
137 path_current = 1; in scenario_invasion_init()
/dports/games/augustus/augustus-3.1.0/src/scenario/
H A Dinvasion.c106 int path_current = 1; in scenario_invasion_init() local
123 const empire_object *obj = empire_object_get_battle_icon(path_current, year); in scenario_invasion_init()
142 path_current++; in scenario_invasion_init()
143 if (path_current > path_max) { in scenario_invasion_init()
144 path_current = 1; in scenario_invasion_init()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/handlebars-4.1.5/src/
H A Dgrammar.pest129 path_current = _{ "this" ~ path_sep | "./" }
132 path_inline = ${ path_current? ~ (path_root ~ path_sep)? ~ path_local? ~ (path_up ~ path_sep)* ~ p…
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/handlebars-4.1.2/src/
H A Dgrammar.pest123 path_current = _{ "this" ~ path_sep | "./" }
126 path_inline = ${ path_current? ~ (path_root ~ path_sep)? ~ path_local? ~ (path_up ~ path_sep)* ~ p…
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/handlebars-4.1.4/src/
H A Dgrammar.pest123 path_current = _{ "this" ~ path_sep | "./" }
126 path_inline = ${ path_current? ~ (path_root ~ path_sep)? ~ path_local? ~ (path_up ~ path_sep)* ~ p…
/dports/lang/rust/rustc-1.58.1-src/vendor/handlebars/src/
H A Dgrammar.pest123 path_current = _{ "this" ~ path_sep | "./" }
126 path_inline = ${ path_current? ~ (path_root ~ path_sep)? ~ path_local? ~ (path_up ~ path_sep)* ~ p…
/dports/games/uhexen2/hexen2source-1.5.9/patches/
H A Dhexen2_single_prog.patch53 + if (!self.path_current)
103 + if(!self.path_current)
H A Dhexenworld_compile_bossmaps.patch49 + if (!self.path_current)
99 + if(!self.path_current)
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoXml.h56 char path_current[FILTER_PATH_MAX+1]; variable
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgrisbi_osx.m183 const gchar *path_current = g_getenv("PATH");
184 gchar *path_bin_dir = g_build_path(":", bundle_resources_bin_dir, path_current, NULL);
/dports/devel/py-spyder/spyder-3.2.7/spyder/app/
H A Dtour.py400 self.path_current = None
452 self.path_current = self.path_full.subtracted(self.path_subtract)
454 self.path_current = self.path_full
496 painter.fillPath(self.path_current, QBrush(self.color))
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/treebrowser/src/
H A Dtreebrowser.c889 gchar *path_current; in treebrowser_track_current() local
895 path_current = utils_get_locale_from_utf8(doc->file_name); in treebrowser_track_current()
900 if (! treebrowser_search(path_current, NULL)) in treebrowser_track_current()
906 froot = path_is_in_dir(addressbar_last_address, g_path_get_dirname(path_current)); in treebrowser_track_current()
914 treebrowser_expand_to_path(froot, path_current); in treebrowser_track_current()
919 g_free(path_current); in treebrowser_track_current()

123