Home
last modified time | relevance | path

Searched refs:content_state (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts-solr/
H A Dsolr-response.c37 enum solr_xml_content_state content_state; member
127 parser->content_state = SOLR_XML_CONTENT_STATE_UID; in solr_lookup_xml_start()
129 parser->content_state = SOLR_XML_CONTENT_STATE_SCORE; in solr_lookup_xml_start()
131 parser->content_state = SOLR_XML_CONTENT_STATE_MAILBOX; in solr_lookup_xml_start()
133 parser->content_state = SOLR_XML_CONTENT_STATE_NAMESPACE; in solr_lookup_xml_start()
209 switch (parser->content_state) { in solr_lookup_xml_end()
217 parser->content_state = SOLR_XML_CONTENT_STATE_ERROR; in solr_lookup_xml_end()
255 parser->content_state = SOLR_XML_CONTENT_STATE_ERROR; in solr_lookup_xml_end()
257 parser->content_state = SOLR_XML_CONTENT_STATE_NONE; in solr_lookup_xml_end()
266 switch (parser->content_state) { in solr_lookup_xml_data()
[all …]
/dports/devel/kdesvn/kdesvn-2.1.0/src/kiosvn/
H A Dkiolistener.cpp77 … svn_node_kind_t kind , const char *mime_type , svn_wc_notify_state_t content_state, svn_wc_notify… in contextNotify() argument
117 if (content_state == svn_wc_notify_state_missing) { in contextNotify()
142 if (content_state == svn_wc_notify_state_conflicted) { in contextNotify()
144 } else if (content_state == svn_wc_notify_state_merged) { in contextNotify()
146 } else if (content_state == svn_wc_notify_state_changed) { in contextNotify()
161 if (!((content_state == svn_wc_notify_state_unchanged in contextNotify()
162 || content_state == svn_wc_notify_state_unknown) in contextNotify()
236 par->setMetaData(num + QStringLiteral("content"), QString::number(content_state)); in contextNotify()
250 action->content_state, action->prop_state, action->revision); in contextNotify()
/dports/www/py-draftjs-exporter/draftjs_exporter-4.1.2/draftjs_exporter/
H A Dhtml.py56 def render(self, content_state: Optional[ContentState] = None) -> str:
60 if content_state is None:
61 content_state = {}
63 blocks = content_state.get("blocks", [])
66 entity_map = content_state.get("entityMap", {})
/dports/java/java-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c104 if (n->content_state == svn_wc_notify_state_missing) in notify()
111 else if (n->content_state == svn_wc_notify_state_source_missing) in notify()
194 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
210 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
286 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
294 if (n->content_state == svn_wc_notify_state_merged) in notify()
296 else if (n->content_state == svn_wc_notify_state_changed) in notify()
494 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
502 if (n->content_state == svn_wc_notify_state_merged) in notify()
504 else if (n->content_state == svn_wc_notify_state_changed) in notify()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c104 if (n->content_state == svn_wc_notify_state_missing) in notify()
111 else if (n->content_state == svn_wc_notify_state_source_missing) in notify()
194 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
210 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
286 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
294 if (n->content_state == svn_wc_notify_state_merged) in notify()
296 else if (n->content_state == svn_wc_notify_state_changed) in notify()
494 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
502 if (n->content_state == svn_wc_notify_state_merged) in notify()
504 else if (n->content_state == svn_wc_notify_state_changed) in notify()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c104 if (n->content_state == svn_wc_notify_state_missing) in notify()
111 else if (n->content_state == svn_wc_notify_state_source_missing) in notify()
194 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
210 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
286 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
294 if (n->content_state == svn_wc_notify_state_merged) in notify()
296 else if (n->content_state == svn_wc_notify_state_changed) in notify()
494 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
502 if (n->content_state == svn_wc_notify_state_merged) in notify()
504 else if (n->content_state == svn_wc_notify_state_changed) in notify()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnotify.c104 if (n->content_state == svn_wc_notify_state_missing) in notify()
111 else if (n->content_state == svn_wc_notify_state_source_missing) in notify()
194 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
210 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
286 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
294 if (n->content_state == svn_wc_notify_state_merged) in notify()
296 else if (n->content_state == svn_wc_notify_state_changed) in notify()
494 if (n->content_state == svn_wc_notify_state_conflicted) in notify()
502 if (n->content_state == svn_wc_notify_state_merged) in notify()
504 else if (n->content_state == svn_wc_notify_state_changed) in notify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/
H A Dstate_serializer.cc245 string content_state; in RestoreNavigationEntryFromPickle() local
246 if (!iterator->ReadString(&content_state)) in RestoreNavigationEntryFromPickle()
252 if (content_state.empty()) { in RestoreNavigationEntryFromPickle()
271 blink::PageState::CreateFromEncodedData(content_state)); in RestoreNavigationEntryFromPickle()
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dnotify.c315 if (n->content_state == svn_wc_notify_state_missing) in notify_body()
321 else if (n->content_state == svn_wc_notify_state_source_missing) in notify_body()
328 else if (n->content_state == svn_wc_notify_state_obstructed) in notify_body()
400 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
413 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
529 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
536 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
538 else if (n->content_state == svn_wc_notify_state_changed) in notify_body()
730 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
737 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dnotify.c315 if (n->content_state == svn_wc_notify_state_missing) in notify_body()
321 else if (n->content_state == svn_wc_notify_state_source_missing) in notify_body()
328 else if (n->content_state == svn_wc_notify_state_obstructed) in notify_body()
400 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
413 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
529 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
536 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
538 else if (n->content_state == svn_wc_notify_state_changed) in notify_body()
730 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
737 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dnotify.c315 if (n->content_state == svn_wc_notify_state_missing) in notify_body()
321 else if (n->content_state == svn_wc_notify_state_source_missing) in notify_body()
328 else if (n->content_state == svn_wc_notify_state_obstructed) in notify_body()
400 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
413 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
529 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
536 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
538 else if (n->content_state == svn_wc_notify_state_changed) in notify_body()
730 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
737 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dnotify.c315 if (n->content_state == svn_wc_notify_state_missing) in notify_body()
321 else if (n->content_state == svn_wc_notify_state_source_missing) in notify_body()
328 else if (n->content_state == svn_wc_notify_state_obstructed) in notify_body()
400 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
413 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
529 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
536 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
538 else if (n->content_state == svn_wc_notify_state_changed) in notify_body()
730 if (n->content_state == svn_wc_notify_state_conflicted) in notify_body()
737 if (n->content_state == svn_wc_notify_state_merged) in notify_body()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/3rdparty/kdevsvncpp/
H A Dcontext.cpp309 svn_wc_notify_state_t content_state, in onNotify()
318 data->notify(path, action, kind, mime_type, content_state, in onNotify()
340 action->content_state, action->prop_state, in onNotify2()
599 svn_wc_notify_state_t content_state, in notify()
606 content_state, prop_state, revision); in notify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/tab/
H A Dweb_contents_state.cc95 std::string content_state; in UpgradeNavigationFromV0ToV2() local
100 !iterator->ReadString(&content_state) || in UpgradeNavigationFromV0ToV2()
108 v2_pickle.WriteString(content_state); in UpgradeNavigationFromV0ToV2()
180 std::string content_state; in UpgradeNavigationFromV1ToV2() local
185 !iterator->ReadString(&content_state) || in UpgradeNavigationFromV1ToV2()
193 v2_pickle.WriteString(content_state); in UpgradeNavigationFromV1ToV2()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnqt/
H A Dcontextdata.h92 svn_wc_notify_state_t content_state,
213 svn_wc_notify_state_t content_state,
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dav1_temporal_denoiser.c672 CONTENT_STATE_SB content_state, in av1_scale_part_thresh() argument
674 if ((content_state.source_sad == kLowSad && content_state.low_sumdiff) || in av1_scale_part_thresh()
675 (content_state.source_sad == kHighSad && content_state.low_sumdiff) || in av1_scale_part_thresh()
676 (content_state.lighting_change && !content_state.low_sumdiff) || in av1_scale_part_thresh()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dav1_temporal_denoiser.c672 CONTENT_STATE_SB content_state, in av1_scale_part_thresh() argument
674 if ((content_state.source_sad == kLowSad && content_state.low_sumdiff) || in av1_scale_part_thresh()
675 (content_state.source_sad == kHighSad && content_state.low_sumdiff) || in av1_scale_part_thresh()
676 (content_state.lighting_change && !content_state.low_sumdiff) || in av1_scale_part_thresh()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dccontextlistener.cpp192 svn_wc_notify_state_t content_state, in contextNotify() argument
208 aString = NotifyState(content_state); in contextNotify()
223 action->content_state, action->prop_state, action->revision); in contextNotify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dvar_based_part.h35 int content_state);
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c317 content_state, prop_state)); in update_move_list_add()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1423 content_state = svn_wc_notify_state_unchanged; in tc_editor_alter_file()
1451 content_state, in tc_editor_alter_file()
1662 content_state, in tc_editor_update_incoming_moved_file()
2952 svn_wc_notify_state_t content_state; in update_local_add_notify_obstructed_or_missing() local
2955 content_state = svn_wc_notify_state_missing; in update_local_add_notify_obstructed_or_missing()
2957 content_state = svn_wc_notify_state_obstructed; in update_local_add_notify_obstructed_or_missing()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
3158 content_state = svn_wc_notify_state_changed; in tc_editor_update_add_merge_files()
[all …]
H A Dexternals.c679 svn_wc_notify_state_t content_state = svn_wc_notify_state_unknown; in close_file() local
835 content_state = svn_wc_notify_state_changed; in close_file()
842 content_state = svn_wc_notify_state_unchanged; in close_file()
854 content_state = svn_wc_notify_state_changed; in close_file()
883 content_state = svn_wc_notify_state_conflicted; in close_file()
885 content_state = svn_wc_notify_state_merged; in close_file()
901 content_state = svn_wc_notify_state_unchanged; in close_file()
1000 notify->content_state = content_state; in close_file()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c317 content_state, prop_state)); in update_move_list_add()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1423 content_state = svn_wc_notify_state_unchanged; in tc_editor_alter_file()
1451 content_state, in tc_editor_alter_file()
1662 content_state, in tc_editor_update_incoming_moved_file()
2952 svn_wc_notify_state_t content_state; in update_local_add_notify_obstructed_or_missing() local
2955 content_state = svn_wc_notify_state_missing; in update_local_add_notify_obstructed_or_missing()
2957 content_state = svn_wc_notify_state_obstructed; in update_local_add_notify_obstructed_or_missing()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
3158 content_state = svn_wc_notify_state_changed; in tc_editor_update_add_merge_files()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c317 content_state, prop_state)); in update_move_list_add()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1423 content_state = svn_wc_notify_state_unchanged; in tc_editor_alter_file()
1451 content_state, in tc_editor_alter_file()
1662 content_state, in tc_editor_update_incoming_moved_file()
2952 svn_wc_notify_state_t content_state; in update_local_add_notify_obstructed_or_missing() local
2955 content_state = svn_wc_notify_state_missing; in update_local_add_notify_obstructed_or_missing()
2957 content_state = svn_wc_notify_state_obstructed; in update_local_add_notify_obstructed_or_missing()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
3158 content_state = svn_wc_notify_state_changed; in tc_editor_update_add_merge_files()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c317 content_state, prop_state)); in update_move_list_add()
1326 svn_wc_notify_state_t prop_state, content_state; in tc_editor_alter_file() local
1423 content_state = svn_wc_notify_state_unchanged; in tc_editor_alter_file()
1451 content_state, in tc_editor_alter_file()
1662 content_state, in tc_editor_update_incoming_moved_file()
2952 svn_wc_notify_state_t content_state; in update_local_add_notify_obstructed_or_missing() local
2955 content_state = svn_wc_notify_state_missing; in update_local_add_notify_obstructed_or_missing()
2957 content_state = svn_wc_notify_state_obstructed; in update_local_add_notify_obstructed_or_missing()
3115 svn_wc_notify_state_t prop_state, content_state; in tc_editor_update_add_merge_files() local
3158 content_state = svn_wc_notify_state_changed; in tc_editor_update_add_merge_files()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dvar_based_part.h56 int content_state);

12345678