Home
last modified time | relevance | path

Searched refs:prop_state (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/devel/kdesvn/kdesvn-2.1.0/src/kiosvn/
H A Dkiolistener.cpp77 …mime_type , svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t re… in contextNotify() argument
136 && ((prop_state == svn_wc_notify_state_inapplicable) in contextNotify()
137 || (prop_state == svn_wc_notify_state_unknown) in contextNotify()
138 || (prop_state == svn_wc_notify_state_unchanged)))) { in contextNotify()
151 if (prop_state == svn_wc_notify_state_conflicted) { in contextNotify()
153 } else if (prop_state == svn_wc_notify_state_merged) { in contextNotify()
155 } else if (prop_state == svn_wc_notify_state_changed) { in contextNotify()
163 && (prop_state == svn_wc_notify_state_unchanged in contextNotify()
164 || prop_state == svn_wc_notify_state_unknown))) { in contextNotify()
237 par->setMetaData(num + QStringLiteral("prop"), QString::number(prop_state)); in contextNotify()
[all …]
/dports/textproc/libcss/libcss-0.9.1/src/select/
H A Dselect.h26 typedef struct prop_state { struct
32 } prop_state; argument
90 prop_state props[CSS_N_PROPERTIES][CSS_PSEUDO_ELEMENT_COUNT];
/dports/chinese/ibus-chewing/ibus-chewing-1.5.1/src/
H A DIBusChewingEngine-input-events.c62 guint prop_state) in ibus_chewing_engine_property_activate() argument
65 prop_state); in ibus_chewing_engine_property_activate()
92 prop_name, prop_state); in ibus_chewing_engine_property_activate()
/dports/textproc/ibus/ibus-1.5.24/ibus/
H A Dpanel.py149 def property_activate(self, prop_name, prop_state): argument
151 prop_state = dbus.Int32(prop_state)
152 self.__proxy.PropertyActivate(prop_name, prop_state)
H A Dengine.py106 def property_activate(self, prop_name, prop_state): argument
229 def PropertyActivate(self, prop_name, prop_state): argument
230 return self.__engine.property_activate(prop_name, prop_state)
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/3rdparty/kdevsvncpp/
H A Dcontext.cpp310 svn_wc_notify_state_t prop_state, in onNotify()
319 prop_state, revision); in onNotify()
340 action->content_state, action->prop_state, in onNotify2()
600 svn_wc_notify_state_t prop_state, in notify()
606 content_state, prop_state, revision); in notify()
/dports/chinese/ibus-pinyin/ibus-pinyin-1.5.0/src/
H A DPYEngine.cc92 guint prop_state);
188 guint prop_state) in ibus_pinyin_engine_property_activate() argument
191 pinyin->engine->propertyActivate (prop_name, prop_state); in ibus_pinyin_engine_property_activate()
H A DPYBopomofoEngine.cc198 BopomofoEngine::propertyActivate (const gchar *prop_name, guint prop_state) in propertyActivate() argument
201 if (m_props.propertyActivate (prop_name, prop_state)) { in propertyActivate()
/dports/java/java-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c219 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
225 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
300 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
306 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
508 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
514 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
516 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c219 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
225 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
300 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
306 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
508 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
514 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
516 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c219 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
225 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
300 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
306 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
508 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
514 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
516 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c219 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
225 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
300 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
306 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
508 if (n->prop_state == svn_wc_notify_state_conflicted) in notify()
514 else if (n->prop_state == svn_wc_notify_state_merged) in notify()
516 else if (n->prop_state == svn_wc_notify_state_changed) in notify()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c290 svn_wc_notify_state_t prop_state, in update_move_list_add() argument
309 prop_state = svn_wc_notify_state_inapplicable; in update_move_list_add()
317 content_state, prop_state)); in update_move_list_add()
1223 svn_wc_notify_state_t prop_state; in tc_editor_alter_directory() local
1259 if (prop_state == svn_wc_notify_state_conflicted) in tc_editor_alter_directory()
1283 prop_state, in tc_editor_alter_directory()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1452 prop_state, in tc_editor_alter_file()
1663 prop_state, in tc_editor_update_incoming_moved_file()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c290 svn_wc_notify_state_t prop_state, in update_move_list_add() argument
309 prop_state = svn_wc_notify_state_inapplicable; in update_move_list_add()
317 content_state, prop_state)); in update_move_list_add()
1223 svn_wc_notify_state_t prop_state; in tc_editor_alter_directory() local
1259 if (prop_state == svn_wc_notify_state_conflicted) in tc_editor_alter_directory()
1283 prop_state, in tc_editor_alter_directory()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1452 prop_state, in tc_editor_alter_file()
1663 prop_state, in tc_editor_update_incoming_moved_file()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c290 svn_wc_notify_state_t prop_state, in update_move_list_add() argument
309 prop_state = svn_wc_notify_state_inapplicable; in update_move_list_add()
317 content_state, prop_state)); in update_move_list_add()
1223 svn_wc_notify_state_t prop_state; in tc_editor_alter_directory() local
1259 if (prop_state == svn_wc_notify_state_conflicted) in tc_editor_alter_directory()
1283 prop_state, in tc_editor_alter_directory()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1452 prop_state, in tc_editor_alter_file()
1663 prop_state, in tc_editor_update_incoming_moved_file()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c290 svn_wc_notify_state_t prop_state, in update_move_list_add() argument
309 prop_state = svn_wc_notify_state_inapplicable; in update_move_list_add()
317 content_state, prop_state)); in update_move_list_add()
1223 svn_wc_notify_state_t prop_state; in tc_editor_alter_directory() local
1259 if (prop_state == svn_wc_notify_state_conflicted) in tc_editor_alter_directory()
1283 prop_state, in tc_editor_alter_directory()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1452 prop_state, in tc_editor_alter_file()
1663 prop_state, in tc_editor_update_incoming_moved_file()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
[all …]
/dports/chinese/ibus-libpinyin/ibus-libpinyin-1.11.1/src/
H A DPYEngine.cc98 guint prop_state);
214 guint prop_state) in ibus_pinyin_engine_property_activate() argument
217 pinyin->engine->propertyActivate (prop_name, prop_state); in ibus_pinyin_engine_property_activate()
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dnotify.c421 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
426 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
542 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
547 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
549 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
743 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
748 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
750 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dnotify.c421 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
426 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
542 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
547 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
549 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
743 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
748 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
750 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dnotify.c421 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
426 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
542 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
547 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
549 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
743 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
748 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
750 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dnotify.c421 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
426 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
542 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
547 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
549 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
743 if (n->prop_state == svn_wc_notify_state_conflicted) in notify_body()
748 else if (n->prop_state == svn_wc_notify_state_merged) in notify_body()
750 else if (n->prop_state == svn_wc_notify_state_changed) in notify_body()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Dcontextdata.h93 svn_wc_notify_state_t prop_state,
214 svn_wc_notify_state_t prop_state,
/dports/textproc/ibus/ibus-1.5.24/bus/
H A Dpanelproxy.c85 gint prop_state);
111 gint prop_state);
384 gint prop_state = 0; in bus_panel_proxy_g_signal() local
385 g_variant_get (parameters, "(&su)", &prop_name, &prop_state); in bus_panel_proxy_g_signal()
386 g_signal_emit (panel, panel_signals[PROPERTY_ACTIVATE], 0, prop_name, prop_state); in bus_panel_proxy_g_signal()
650 gint prop_state) in bus_panel_proxy_property_activate() argument
655 bus_input_context_property_activate (panel->focused_context, prop_name, prop_state); in bus_panel_proxy_property_activate()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dccontextlistener.cpp193 svn_wc_notify_state_t prop_state, in contextNotify() argument
197 Q_UNUSED(prop_state); in contextNotify()
223 action->content_state, action->prop_state, action->revision); in contextNotify()
/dports/textproc/ibus-kmfl/ibus-kmfl-1.0.3/src/
H A Dengine.c60 guint prop_state);
462 guint prop_state) in ibus_kmfl_engine_property_activate() argument
464 parent_class->property_activate (engine, prop_name, prop_state); in ibus_kmfl_engine_property_activate()

12345678