Home
last modified time | relevance | path

Searched refs:orig_props (Results 1 – 21 of 21) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-so-styled.c40 GSList *orig_props; member
50 go_object_properties_apply (state->so, state->orig_props, TRUE); in dialog_so_styled_free()
51 go_object_properties_free (state->orig_props); in dialog_so_styled_free()
92 make_undo (state->so, state->orig_props), in cb_dialog_so_styled_response()
94 state->orig_props = NULL; in cb_dialog_so_styled_response()
185 state->orig_props = go_object_properties_collect (so); in dialog_so_styled()
/dports/math/polymake/polymake-4.5/scripts/
H A Dtest_testcases29 my @orig_props = $orig->list_properties;
31 foreach my $prop (@orig_props){
/dports/math/octave/octave-6.4.0/scripts/plot/draw/
H A Dcolorbar.m218 orig_props = get (hcb, "deletefcn"){3}; variable
220 set (hax, "units", orig_props.units,
221 "position", orig_props.position,
222 "outerposition", orig_props.outerposition,
420 function cb_restore_axes (hcb, ~, hax, orig_props)
440 set (hax, "units", orig_props.units,
441 "position", orig_props.position,
442 "outerposition", orig_props.outerposition,
496 function cb_colorbar_axis (hax, ~, hcb, orig_props)
506 props.position = orig_props.position;
[all …]
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlengine-edit-clueflowstyle.c161 ClueFlowProps *props, *orig_props; in undo_or_redo() local
188 orig_props = get_props (clueflow); in undo_or_redo()
189 prop_list = g_list_prepend (prop_list, orig_props); in undo_or_redo()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c1033 apr_hash_t *orig_props; in close_revision() local
1038 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, 0, TRUE, in close_revision()
1041 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in close_revision()
1366 apr_hash_t *orig_props; in revprops_close_revision() local
1386 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, rb->rev, TRUE, in revprops_close_revision()
1389 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in revprops_close_revision()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c1033 apr_hash_t *orig_props; in close_revision() local
1038 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, 0, TRUE, in close_revision()
1041 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in close_revision()
1366 apr_hash_t *orig_props; in revprops_close_revision() local
1386 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, rb->rev, TRUE, in revprops_close_revision()
1389 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in revprops_close_revision()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c1033 apr_hash_t *orig_props; in close_revision() local
1038 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, 0, TRUE, in close_revision()
1041 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in close_revision()
1366 apr_hash_t *orig_props; in revprops_close_revision() local
1386 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, rb->rev, TRUE, in revprops_close_revision()
1389 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in revprops_close_revision()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_repos/
H A Dload-fs-vtable.c1033 apr_hash_t *orig_props; in close_revision() local
1038 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, 0, TRUE, in close_revision()
1041 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in close_revision()
1366 apr_hash_t *orig_props; in revprops_close_revision() local
1386 SVN_ERR(svn_fs_revision_proplist2(&orig_props, pb->fs, rb->rev, TRUE, in revprops_close_revision()
1389 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool)); in revprops_close_revision()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbb/
H A Darena.cpp778 scheduler_properties orig_props; in execute() member
780 : t(_t), s(_s), orig_dummy(s.my_dummy_task), orig_props(s.my_properties) { in execute()
795 s.my_properties = orig_props; in execute()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c1723 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
1726 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
1729 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
1732 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
1734 mlt_properties_pass_property(frame_properties, orig_props, "colorspace"); in producer_get_image()
2069 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
2072 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
2075 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
2078 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c1716 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
1719 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
1722 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
1725 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
1727 mlt_properties_pass_property(frame_properties, orig_props, "colorspace"); in producer_get_image()
2062 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
2065 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
2068 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
2071 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c1723 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
1726 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
1729 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
1732 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
1734 mlt_properties_pass_property(frame_properties, orig_props, "colorspace"); in producer_get_image()
2069 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
2072 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
2075 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
2078 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c1716 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
1719 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
1722 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
1725 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
1727 mlt_properties_pass_property(frame_properties, orig_props, "colorspace"); in producer_get_image()
2062 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
2065 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
2068 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
2071 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c1723 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
1726 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
1729 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
1732 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
1734 mlt_properties_pass_property(frame_properties, orig_props, "colorspace"); in producer_get_image()
2069 mlt_properties orig_props = MLT_FRAME_PROPERTIES( original ); in producer_get_image() local
2072 *buffer = mlt_properties_get_data( orig_props, "alpha", &size ); in producer_get_image()
2075 *buffer = mlt_properties_get_data( orig_props, "image", &size ); in producer_get_image()
2078 *format = mlt_properties_get_int( orig_props, "format" ); in producer_get_image()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/tbb/
H A Darena.cpp971 scheduler_properties orig_props; in execute() member
973 : t(_t), s(_s), orig_dummy(s.my_dummy_task), orig_props(s.my_properties) { in execute()
989 s.my_properties = orig_props; in execute()
/dports/devel/tbb/oneTBB-2020.3/src/tbb/
H A Darena.cpp971 scheduler_properties orig_props; in execute() member
973 : t(_t), s(_s), orig_dummy(s.my_dummy_task), orig_props(s.my_properties) { in execute()
989 s.my_properties = orig_props; in execute()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/tbb/
H A Darena.cpp971 scheduler_properties orig_props; in execute() member
973 : t(_t), s(_s), orig_dummy(s.my_dummy_task), orig_props(s.my_properties) { in execute()
989 s.my_properties = orig_props; in execute()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c2482 apr_hash_t *orig_props, *working_props; in update_incoming_moved_node() local
2490 SVN_ERR(get_info(&orig_props, &orig_checksum, &orig_children, &orig_kind, in update_incoming_moved_node()
2560 SVN_ERR(props_match(&props_equal, orig_props, working_props, in update_incoming_moved_node()
2579 orig_props, in update_incoming_moved_node()
2588 orig_props, working_props, in update_incoming_moved_node()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c2482 apr_hash_t *orig_props, *working_props; in update_incoming_moved_node() local
2490 SVN_ERR(get_info(&orig_props, &orig_checksum, &orig_children, &orig_kind, in update_incoming_moved_node()
2560 SVN_ERR(props_match(&props_equal, orig_props, working_props, in update_incoming_moved_node()
2579 orig_props, in update_incoming_moved_node()
2588 orig_props, working_props, in update_incoming_moved_node()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c2482 apr_hash_t *orig_props, *working_props; in update_incoming_moved_node() local
2490 SVN_ERR(get_info(&orig_props, &orig_checksum, &orig_children, &orig_kind, in update_incoming_moved_node()
2560 SVN_ERR(props_match(&props_equal, orig_props, working_props, in update_incoming_moved_node()
2579 orig_props, in update_incoming_moved_node()
2588 orig_props, working_props, in update_incoming_moved_node()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c2482 apr_hash_t *orig_props, *working_props; in update_incoming_moved_node() local
2490 SVN_ERR(get_info(&orig_props, &orig_checksum, &orig_children, &orig_kind, in update_incoming_moved_node()
2560 SVN_ERR(props_match(&props_equal, orig_props, working_props, in update_incoming_moved_node()
2579 orig_props, in update_incoming_moved_node()
2588 orig_props, working_props, in update_incoming_moved_node()