Home
last modified time | relevance | path

Searched refs:get_extension (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/dports/deskutils/gnote/gnote-41.1/src/test/unit/
H A Dfileinfoutests.cpp42 TEST(get_extension) in SUITE()
50 CHECK_EQUAL(".txt", file_info1.get_extension()); in SUITE()
51 CHECK_EQUAL(".", file_info2.get_extension()); in SUITE()
52 CHECK_EQUAL("", file_info3.get_extension()); in SUITE()
53 CHECK_EQUAL("", file_info4.get_extension()); in SUITE()
54 CHECK_EQUAL("", file_info5.get_extension()); in SUITE()
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Crypto/Backend/OpenSSL/
H A DConfig.pm385 foreach my $pair (@{$profile->get_extension("authority_info_access")})
417 foreach my $pair (@{$profile->get_extension("basic_constraints")})
441 foreach my $cdp (@{$profile->get_extension("cdp")})
451 my @policy = @{ $profile->get_extension('policy_identifier') };
503 my @bits = @{$profile->get_extension("extended_key_usage")};
528 my @bits = @{$profile->get_extension("key_usage")};
547 my $subj_alt_name = $profile->get_extension("subject_alt_name");
603 my @bits = @{$profile->get_extension("subject_key_identifier")};
615 join ("", @{$profile->get_extension("netscape_cdp")})."\n";
620 my @bits = @{$profile->get_extension("netscape_certificate_type")};
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Crypto/Backend/OpenSSL/
H A DConfig.pm385 foreach my $pair (@{$profile->get_extension("authority_info_access")})
417 foreach my $pair (@{$profile->get_extension("basic_constraints")})
441 foreach my $cdp (@{$profile->get_extension("cdp")})
451 my @policy = @{ $profile->get_extension('policy_identifier') };
503 my @bits = @{$profile->get_extension("extended_key_usage")};
528 my @bits = @{$profile->get_extension("key_usage")};
547 my $subj_alt_name = $profile->get_extension("subject_alt_name");
603 my @bits = @{$profile->get_extension("subject_key_identifier")};
615 join ("", @{$profile->get_extension("netscape_cdp")})."\n";
620 my @bits = @{$profile->get_extension("netscape_certificate_type")};
[all …]
/dports/deskutils/elementary-calendar/calendar-6.0.3/plugins/CalDAV/
H A DCalDAVBackend.vala51 …E.SourceOffline source_offline = (E.SourceOffline)to_edit.get_extension (E.SOURCE_EXTENSION_OFFLIN…
75 … E.SourceWebdav webdav = (E.SourceWebdav)to_edit.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEND);
101 … E.SourceSecurity security = (E.SourceSecurity)to_edit.get_extension (E.SOURCE_EXTENSION_SECURITY);
115 … E.SourceWebdav webdav = (E.SourceWebdav)to_edit.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEND);
128 … E.SourceWebdav webdav = (E.SourceWebdav)to_edit.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEND);
141 … E.SourceCalendar cal = (E.SourceCalendar)new_source.get_extension (E.SOURCE_EXTENSION_CALENDAR);
144 …E.SourceWebdav webdav = (E.SourceWebdav)new_source.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEN…
146 … E.SourceOffline offline = (E.SourceOffline)new_source.get_extension (E.SOURCE_EXTENSION_OFFLINE);
185 … E.SourceCalendar cal = (E.SourceCalendar)source.get_extension (E.SOURCE_EXTENSION_CALENDAR);
187 … E.SourceWebdav webdav = (E.SourceWebdav)source.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEND);
[all …]
/dports/deskutils/elementary-calendar/calendar-6.0.3/plugins/Google/
H A DGoogleBackend.vala50 …E.SourceOffline source_offline = (E.SourceOffline)to_edit.get_extension (E.SOURCE_EXTENSION_OFFLIN…
57 …E.SourceAuthentication auth = (E.SourceAuthentication)to_edit.get_extension (E.SOURCE_EXTENSION_AU…
71 … E.SourceCalendar cal = (E.SourceCalendar)new_source.get_extension (E.SOURCE_EXTENSION_CALENDAR);
74 …E.SourceWebdav webdav = (E.SourceWebdav)new_source.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEN…
75 … E.SourceOffline offline = (E.SourceOffline)new_source.get_extension (E.SOURCE_EXTENSION_OFFLINE);
76 …E.SourceAuthentication auth = (E.SourceAuthentication)new_source.get_extension (E.SOURCE_EXTENSION…
117 … E.SourceCalendar cal = (E.SourceCalendar)source.get_extension (E.SOURCE_EXTENSION_CALENDAR);
119 … E.SourceWebdav webdav = (E.SourceWebdav)source.get_extension (E.SOURCE_EXTENSION_WEBDAV_BACKEND);
120 … E.SourceOffline offline = (E.SourceOffline)source.get_extension (E.SOURCE_EXTENSION_OFFLINE);
121 …E.SourceAuthentication auth = (E.SourceAuthentication)source.get_extension (E.SOURCE_EXTENSION_AUT…
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glow-0.5.0/src/
H A Dstdweb.rs99 .get_extension::<webgl_stdweb::EXT_disjoint_timer_query>(), in from_webgl1_context()
104 ext_srgb: context.get_extension::<webgl_stdweb::EXT_sRGB>(), in from_webgl1_context()
117 .get_extension::<webgl_stdweb::OES_standard_derivatives>(), in from_webgl1_context()
120 .get_extension::<webgl_stdweb::OES_texture_float_linear>(), in from_webgl1_context()
125 .get_extension::<webgl_stdweb::OES_vertex_array_object>(), in from_webgl1_context()
127 .get_extension::<webgl_stdweb::WEBGL_color_buffer_float>(), in from_webgl1_context()
178 .get_extension::<webgl_stdweb::EXT_disjoint_timer_query>(), in from_webgl2_context()
183 ext_srgb: context.get_extension::<webgl_stdweb::EXT_sRGB>(), in from_webgl2_context()
196 .get_extension::<webgl_stdweb::OES_standard_derivatives>(), in from_webgl2_context()
199 .get_extension::<webgl_stdweb::OES_texture_float_linear>(), in from_webgl2_context()
[all …]
/dports/deskutils/egroupware/egroupware/api/src/
H A DImage.php85 self::get_extension($image, $name);
99 protected static function get_extension($path, &$name=null) function in EGroupware\\Api\\Image
171 if (!in_array($ext = self::get_extension($img, $name), $img_types) || empty($name)) continue;
175 …pp_map[$name]) || array_search($ext, $img_types) < array_search(self::get_extension($app_map[$name…
189 if (!in_array($ext = self::get_extension($img, $name), $img_types) || empty($name)) continue;
191 …pp_map[$name]) || array_search($ext, $img_types) < array_search(self::get_extension($app_map[$name…
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dfactory.py61 def get_extension(filename): function
151 in_ext = get_extension(options["in_fname"])
153 templ_ext = get_extension(options["templ_fname"])
157 in_ext = get_extension(inputfile.name)
159 templ_ext = get_extension(template.name)
/dports/www/tikiwiki/tiki-21.2/lib/mime/
H A Dmimelib.php68 } elseif ($type === 'text/html' && self::get_extension($filename) == 'svg') {
75 $extension = self::get_extension($filename);
89 private static function get_extension($filename) function in MimeLib
105 $ext = self::get_extension($filename);
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_loader.cpp65 p_extensions->push_back(_language->get_extension()); in get_recognized_extensions()
73 String el = p_path.get_extension().to_lower(); in get_resource_type()
74 if (el == _language->get_extension()) in get_resource_type()
106 p_extensions->push_back(_language->get_extension()); in get_recognized_extensions()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_loader.cpp65 p_extensions->push_back(_language->get_extension()); in get_recognized_extensions()
73 String el = p_path.get_extension().to_lower(); in get_resource_type()
74 if (el == _language->get_extension()) in get_resource_type()
106 p_extensions->push_back(_language->get_extension()); in get_recognized_extensions()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/interactive/
H A Dcustom.py10 ExtensionNotInstalledException, get_extension_modname, get_extension)
22 get_extension(INTERACTIVE_EXTENSION_NAME)
32 ext = get_extension(INTERACTIVE_EXTENSION_NAME)
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_gp.h334 template <typename T> void get_extension(T*& ext) const in get_extension() function
336 ext = get_extension<T>(); in get_extension()
338 template <typename T> T* get_extension() const in get_extension() function
340 return static_cast<T*>(get_extension(T::ID)); in get_extension()
343 tlm_extension_base* get_extension(unsigned int index) const;
/dports/audio/ocp/ocp-0.2.90/playopl/
H A Dopltype.cpp47 for(j = 0; (*i)->get_extension(j); j++) in oplReadMemInfo()
49 if(CFileProvider::extension(name, (*i)->get_extension(j))) in oplReadMemInfo()
74 for(j = 0; (s=(*i)->get_extension(j)); j++) in oplEvent()
/dports/graphics/zathura-ps/zathura-ps-0.2.6/zathura-ps/
H A Ddocument.c9 static const char* get_extension(const char* path);
73 const char* extension = get_extension(path); in ps_document_save_as()
89 get_extension(const char* path) in get_extension() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dplayers.cpp74 const char *CPlayerDesc::get_extension(unsigned int n) const in get_extension() function in CPlayerDesc
98 for(int j = 0; i->get_extension(j); j++) { in lookup_extension()
99 if(!strcmp (i->get_extension (j), extension)) { in lookup_extension()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dplayers.cpp72 const char *CPlayerDesc::get_extension(unsigned int n) const in get_extension() function in CPlayerDesc
100 for(j = 0; (*i)->get_extension(j); j++) in lookup_extension()
101 if(!stricmp(extension.c_str(), (*i)->get_extension(j))) in lookup_extension()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_utils/
H A Dinstance_specific_extensions_int.h77 template <typename T> void get_extension(T*& ext) const in get_extension() function
79 ext = static_cast<T*>(get_extension(T::priv_id)); in get_extension()
82 ispex_base* get_extension(unsigned int index) const;
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/extension/
H A Doperations.py23 get_extension, ext_compat_with_cli,
265 ext = ext or get_extension(extension_name)
312 ext = get_extension(extension_name)
342 ext = get_extension(extension_name)
356 ext = get_extension(extension_name)
377 extension = get_extension(extension_name)
390 ext = get_extension(extension_name, ext_type=WheelExtension)
442 ext_version = get_extension(name).version
465 installed_ext = get_extension(extension_name, ext_type=WheelExtension)
500 ext_dir = ext_dir or get_extension(extension_name).path
/dports/math/py-matplotlib2/matplotlib-2.2.4/
H A Dsetupext.py592 def get_extension(self): member in SetupPackage
1348 def get_extension(self): member in FT2Font
1391 def get_extension(self): member in Png
1431 def get_extension(self): member in TTConv
1447 def get_extension(self): member in Path
1462 def get_extension(self): member in Image
1479 def get_extension(self): member in Contour
1492 def get_extension(self): member in QhullWrap
1504 def get_extension(self): member in Tri
1541 def get_extension(self): member in BackendAgg
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/IT/
H A DDomain.pm70 my $infdata = $msg->get_extension('it_domain', 'infData');
71 my $infns = $msg->get_extension('it_domain', 'infNsToValidateData');
/dports/devel/allegro/allegro-4.4.3.1/docs/src/makedoc/
H A Dmakeman.c81 _write_man_xref(f, xref[i], get_extension(filename), i); in write_man()
103 strcat(buf, get_extension(filename)); in write_man()
111 fprintf(f, ".TH %s %s %s\n", p, get_extension(filename), manheader); in write_man()
168 strcat(buf2, get_extension(filename)); in write_man()
175 fprintf(f2, ".so man%s/%s\n", get_extension(filename), get_filename(buf)); in write_man()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/BR/
H A DDomain.pm113 my $chkdata=$mes->get_extension('brdomain','chkData');
166 my $infdata=$mes->get_extension('brdomain','infData');
284 my $credata=$mes->get_extension('brdomain','creData');
295 my $rendata=$mes->get_extension('brdomain','renData');
333 my $upddata=$mes->get_extension('brdomain','updData');
344 my $pandata=$mes->get_extension('brdomain','panData');
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dgraphicseditor.c31 static gchar *get_extension (gchar *filename) { in get_extension() function
64 if(newname) newname = g_strdup_printf ("%s.%s", newname, get_extension (filename)); in create_editable_file()
91 gchar *extension = get_extension (filename); in try_for_svg()
/dports/www/mybb/mybb-mybb_1829/
H A Dattachment.php57 $ext = get_extension($attachment['filename']);
134 $ext = get_extension($attachment['thumbnail']);
174 $ext = get_extension($attachment['filename']);

12345678910>>...46