Home
last modified time | relevance | path

Searched refs:custom_profile (Results 1 – 25 of 37) sorted by relevance

12

/dports/deskutils/presage/presage-0.9.1/test/lib/core/
H A DprofileManagerTest.cpp66 const std::string custom_profile = "custom_profile.xml"; in testCustomProfile() local
67 std::ofstream profile_stream(custom_profile.c_str()); in testCustomProfile()
79 profileManager = new ProfileManager (custom_profile); in testCustomProfile()
89 int result = unlink(custom_profile.c_str()); in testCustomProfile()
93 std::string message = "Unable to remove custom profile file " + custom_profile; in testCustomProfile()
/dports/textproc/soothsayer/soothsayer-0.6.3/test/lib/core/
H A DprofileManagerTest.cpp116 const std::string custom_profile = "custom_profile.xml"; in testCustomProfile() local
117 std::ofstream profile_stream(custom_profile.c_str()); in testCustomProfile()
127 profileManager->loadProfile(custom_profile); in testCustomProfile()
139 int result = unlink(custom_profile.c_str()); in testCustomProfile()
143 std::string message = "Unable to remove custom profile file " + custom_profile; in testCustomProfile()
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_bevel.c71 bmd->custom_profile = BKE_curveprofile_add(PROF_PRESET_LINE); in initData()
80 bmd_dst->custom_profile = BKE_curveprofile_copy(bmd_src->custom_profile); in copyData()
236 bmd->custom_profile, in modifyMesh()
259 BKE_curveprofile_free(bmd->custom_profile); in freeData()
419 if (bmd->custom_profile) { in blendWrite()
420 BKE_curveprofile_blend_write(writer, bmd->custom_profile); in blendWrite()
428 BLO_read_data_address(reader, &bmd->custom_profile); in blendRead()
429 if (bmd->custom_profile) { in blendRead()
430 BKE_curveprofile_blend_read(reader, bmd->custom_profile); in blendRead()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/lcms2-5.4.1/
H A DREADME.md11 … let icc_file = include_bytes!("custom_profile.icc"); // You can use Profile::new_file("path"), too
12 let custom_profile = Profile::new_icc(icc_file)?;
16 …let t = Transform::new(&custom_profile, PixelFormat::RGB_8, &srgb_profile, PixelFormat::RGB_8, Int…
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/operators/
H A Dbmo_bevel.c51 const CurveProfile *custom_profile = BMO_slot_ptr_get(op->slots_in, "custom_profile"); in bmo_bevel_exec() local
97 custom_profile, in bmo_bevel_exec()
/dports/net/wireshark/wireshark-3.6.1/test/
H A Dsuite_nameres.py39 …resolution_real(self, o_net_name, o_external_name_res, o_hosts_file, custom_profile, grep_str, fai… argument
46 if custom_profile:
/dports/net/wireshark-lite/wireshark-3.6.1/test/
H A Dsuite_nameres.py39 …resolution_real(self, o_net_name, o_external_name_res, o_hosts_file, custom_profile, grep_str, fai… argument
46 if custom_profile:
/dports/net/tshark-lite/wireshark-3.6.1/test/
H A Dsuite_nameres.py39 …resolution_real(self, o_net_name, o_external_name_res, o_hosts_file, custom_profile, grep_str, fai…
46 if custom_profile:
/dports/net/tshark/wireshark-3.6.1/test/
H A Dsuite_nameres.py39 …resolution_real(self, o_net_name, o_external_name_res, o_hosts_file, custom_profile, grep_str, fai… argument
46 if custom_profile:
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/tools/
H A Dbmesh_bevel.h47 const struct CurveProfile *custom_profile,
/dports/devel/py-azure-mgmt-containerservice/azure-mgmt-containerservice-16.1.0/azure/mgmt/containerservice/v2017_07_01/models/
H A D_models_py3.py144 custom_profile: Optional["ContainerServiceCustomProfile"] = None,
156 self.custom_profile = custom_profile
H A D_models.py138 self.custom_profile = kwargs.get('custom_profile', None)
/dports/www/firefox-esr/firefox-91.8.0/testing/geckodriver/src/
H A Dbrowser.rs195 custom_profile: bool, in set_prefs()
206 let backup_prefs = if custom_profile && prefs.path.exists() { in set_prefs()
213 if !custom_profile || !prefs.contains_key(name) { in set_prefs()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/geckodriver/src/
H A Dbrowser.rs195 custom_profile: bool, in set_prefs()
206 let backup_prefs = if custom_profile && prefs.path.exists() { in set_prefs()
213 if !custom_profile || !prefs.contains_key(name) { in set_prefs()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/avi/
H A Davi_ipamdnsproviderprofile.py160 custom_profile=dict(type='dict',),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/avi/
H A Davi_ipamdnsproviderprofile.py153 custom_profile=dict(type='dict',),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Davi_ipamdnsproviderprofile.py153 custom_profile=dict(type='dict',),
/dports/www/firefox/firefox-99.0/testing/geckodriver/src/
H A Dbrowser.rs284 custom_profile: bool, in set_prefs()
297 let backup_prefs = if custom_profile && prefs.path.exists() { in set_prefs()
304 if !custom_profile || !prefs.contains_key(name) { in set_prefs()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Djpeg.c2092 *custom_profile; in WriteProfiles() local
2098 custom_profile=AcquireStringInfo(65535L); in WriteProfiles()
2106 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2137 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2148 custom_profile),(unsigned int) (length+tag_length+3)); in WriteProfiles()
2179 custom_profile),(unsigned int) (length+tag_length+roundup)); in WriteProfiles()
2206 custom_profile=DestroyStringInfo(custom_profile); in WriteProfiles()
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Djpeg.c2028 *custom_profile; in WriteProfiles() local
2034 custom_profile=AcquireStringInfo(65535L); in WriteProfiles()
2069 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2080 custom_profile),(unsigned int) (length+tag_length+3)); in WriteProfiles()
2093 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2115 custom_profile),(unsigned int) (length+tag_length+roundup)); in WriteProfiles()
2143 custom_profile=DestroyStringInfo(custom_profile); in WriteProfiles()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Djpeg.c2092 *custom_profile; in WriteProfiles() local
2098 custom_profile=AcquireStringInfo(65535L); in WriteProfiles()
2106 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2137 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2148 custom_profile),(unsigned int) (length+tag_length+3)); in WriteProfiles()
2179 custom_profile),(unsigned int) (length+tag_length+roundup)); in WriteProfiles()
2206 custom_profile=DestroyStringInfo(custom_profile); in WriteProfiles()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Djpeg.c2028 *custom_profile; in WriteProfiles() local
2034 custom_profile=AcquireStringInfo(65535L); in WriteProfiles()
2069 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2080 custom_profile),(unsigned int) (length+tag_length+3)); in WriteProfiles()
2093 p=GetStringInfoDatum(custom_profile); in WriteProfiles()
2115 custom_profile),(unsigned int) (length+tag_length+roundup)); in WriteProfiles()
2143 custom_profile=DestroyStringInfo(custom_profile); in WriteProfiles()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_bevel.c105 CurveProfile *custom_profile; member
259 opdata->custom_profile = ts->custom_bevel_profile_preset; in edbm_bevel_init()
396 opdata->custom_profile, in edbm_bevel_calc()
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_profile_fields.php23 class custom_profile class
1008 class custom_profile_admin extends custom_profile
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_register.php82 $cp = new custom_profile();

12