Home
last modified time | relevance | path

Searched refs:no_ext (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dexternal.c157 int no_ext = !strrchr(no_path ? file : s, '.'); in external_at() local
159 int no_ext = 0; in external_at() local
162 if (no_path || no_ext) { in external_at()
166 if (no_ext) { in external_at()
180 if (!dl && no_ext) { in external_at()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dexternal.c157 int no_ext = !strrchr(no_path ? file : s, '.'); in external_at() local
159 int no_ext = 0; in external_at() local
162 if (no_path || no_ext) { in external_at()
166 if (no_ext) { in external_at()
180 if (!dl && no_ext) { in external_at()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dexternal.c160 int no_ext = !strrchr(no_path ? file : s, '.'); in external_at() local
162 int no_ext = 0; in external_at() local
165 if (no_path || no_ext) { in external_at()
169 if (no_ext) { in external_at()
183 if (!dl && no_ext) { in external_at()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shaderc/src/glslc/src/
H A Dfile_test.cc31 string_piece no_ext = "shader"; member in __anonadf1524c0111::FileExtensionTest
49 EXPECT_EQ("", GetFileExtension(no_ext)); in TEST_F()
66 EXPECT_THAT(GetGlslOrHlslExtension(no_ext), Eq("")); in TEST_F()
84 EXPECT_FALSE(IsStageFile(no_ext)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/shaderc/src/glslc/src/
H A Dfile_test.cc31 string_piece no_ext = "shader"; member in __anon0b8e07670111::FileExtensionTest
49 EXPECT_EQ("", GetFileExtension(no_ext)); in TEST_F()
66 EXPECT_THAT(GetGlslOrHlslExtension(no_ext), Eq("")); in TEST_F()
84 EXPECT_FALSE(IsStageFile(no_ext)); in TEST_F()
/dports/graphics/shaderc/shaderc-2021.3/glslc/src/
H A Dfile_test.cc31 string_piece no_ext = "shader"; member in __anona9f18a9d0111::FileExtensionTest
49 EXPECT_EQ("", GetFileExtension(no_ext)); in TEST_F()
66 EXPECT_THAT(GetGlslOrHlslExtension(no_ext), Eq("")); in TEST_F()
84 EXPECT_FALSE(IsStageFile(no_ext)); in TEST_F()
/dports/x11/mate-panel/mate-panel-1.26.1/mate-panel/libpanel-util/
H A Dpanel-icon-chooser.c300 char *no_ext; in _panel_icon_chooser_update() local
302 no_ext = panel_xdg_icon_remove_extension (chooser->priv->icon); in _panel_icon_chooser_update()
305 if (gtk_icon_theme_has_icon (icon_theme, no_ext)) in _panel_icon_chooser_update()
306 icon = no_ext; in _panel_icon_chooser_update()
314 g_free (no_ext); in _panel_icon_chooser_update()
400 char *no_ext; in _panel_icon_chooser_clicked() local
404 no_ext = panel_xdg_icon_remove_extension (chooser->priv->icon); in _panel_icon_chooser_clicked()
408 info = gtk_icon_theme_lookup_icon (icon_theme, no_ext, in _panel_icon_chooser_clicked()
410 g_free (no_ext); in _panel_icon_chooser_clicked()
/dports/www/zola/zola-0.15.2/components/site/tests/
H A Dcommon.rs86 let mut no_ext = entry.to_path_buf(); in find_lang_for() localVariable
89 no_ext.pop(); in find_lang_for()
90 no_ext.push(stem); in find_lang_for()
91 if let Some(lang) = no_ext.extension() { in find_lang_for()
92 let stem = no_ext.file_stem(); in find_lang_for()
94 let mut unified_path = no_ext.clone(); in find_lang_for()
105 let mut no_ext_string = match no_ext.strip_prefix(base_dir) { in find_lang_for()
107 _ => no_ext.to_slash_lossy(), in find_lang_for()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dguile-doc-snarf.in26 no_ext=`echo $filename | sed 's/\.[^.]*$//g'`
27 dot_doc=${no_ext}.doc
/dports/devel/R-cran-testthat/testthat/R/
H A Dsnapshot-file.R185 no_ext <- ext_loc == -1L functionVar
187 name_sans_ext <- ifelse(no_ext, name, substr(name, 1, ext_loc - 1))
188 ext <- ifelse(no_ext, "", substr(name, ext_loc + 1, nchar(name)))
/dports/devel/p5-libxml-enno/libxml-enno-1.02/lib/XML/XQL/
H A DDirXQL.pm432 sub no_ext { new XML::XQL::Text ($_[0]->{Parent}->no_ext, $_[0]) } subroutine
512 $ATTRDEF->define_attr (Name => 'no_ext', Get => \&XML::XQL::DirAttr::no_ext,
566 sub no_ext { $_[0]->{TagName} } subroutine
688 my $no_ext = $self->no_ext;
689 $self->set_name (length ($text) ? "$no_ext.$text" : $no_ext);
692 sub no_ext subroutine
/dports/textproc/p5-XML-XQL/XML-XQL-0.68/lib/XML/XQL/
H A DDirXQL.pm432 sub no_ext { new XML::XQL::Text ($_[0]->{Parent}->no_ext, $_[0]) } subroutine
512 $ATTRDEF->define_attr (Name => 'no_ext', Get => \&XML::XQL::DirAttr::no_ext,
566 sub no_ext { $_[0]->{TagName} } subroutine
688 my $no_ext = $self->no_ext;
689 $self->set_name (length ($text) ? "$no_ext.$text" : $no_ext);
692 sub no_ext subroutine
/dports/www/py-notebook/notebook-6.4.5/notebook/services/kernelspecs/
H A Dhandlers.py40 no_ext, _ = os.path.splitext(fname)
41 d['resources'][no_ext] = url_path_join(
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/services/kernelspecs/
H A Dhandlers.py32 no_ext, _ = os.path.splitext(fname)
33 d["resources"][no_ext] = url_path_join(handler.base_url, "kernelspecs", name, fname)
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/fixtures/code/
H A Dload_fixture1 ScratchPad << :no_ext
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dfile_path.cc196 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
199 return no_ext; in ReplaceExtension()
201 StringType str = no_ext.value(); in ReplaceExtension()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dfile_path.cc196 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
199 return no_ext; in ReplaceExtension()
201 StringType str = no_ext.value(); in ReplaceExtension()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dfile_path.cc196 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
199 return no_ext; in ReplaceExtension()
201 StringType str = no_ext.value(); in ReplaceExtension()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dfile_path.cc196 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
199 return no_ext; in ReplaceExtension()
201 StringType str = no_ext.value(); in ReplaceExtension()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dfile_path.cc207 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
210 return no_ext; in ReplaceExtension()
212 StringType str = no_ext.value(); in ReplaceExtension()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dfile_path.cc196 FilePath no_ext = RemoveExtension(); in ReplaceExtension() local
199 return no_ext; in ReplaceExtension()
201 StringType str = no_ext.value(); in ReplaceExtension()
/dports/misc/vifm/vifm-0.11/tests/fileops/
H A Dgen_clone_name.c10 TEST(no_ext) in TEST() argument
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-list-task.c308 char *no_ext; in set_current_destination_file() local
311no_ext = _g_path_remove_extension (g_file_info_get_display_name (self->priv->destination_file_data… in set_current_destination_file()
315 display_name = g_strconcat (no_ext, ".", gth_image_saver_get_default_ext (saver), NULL); in set_current_destination_file()
319 g_free (no_ext); in set_current_destination_file()
/dports/www/p5-jQuery-File-Upload/jQuery-File-Upload-0.30/lib/jQuery/File/
H A DUpload.pm781 my $no_ext = $self->_no_ext;
782 …$self->thumbnail_filename($self->thumbnail_prefix . $no_ext . $self->thumbnail_postfix . '.' . $se…
805 my ($no_ext) = $self->filename =~ qr/(.*)\.(.*)/;
806 return $no_ext;
969 my $no_ext = $self->_no_ext;
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/utils/
H A Dio.c165 char * no_ext = in io_path_get_basename_without_ext() local
169 return no_ext; in io_path_get_basename_without_ext()

12