Home
last modified time | relevance | path

Searched refs:content_changed (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-download_file.php159 $content_changed = false; variable
254 $content_changed = true; variable
263 $content_changed = true; variable
270 $content_changed = true; variable
409 …['thumbnail']) && (strpos($info['filetype'], 'image') === false || ($content_changed && strpos($in…
418 if ((! $content_changed and ! isset($_GET['display'])) || isset($_GET['pdf'])) {
424 if (! empty($filepath) and ! $content_changed) {
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtksearchentry.c83 gboolean content_changed; member
112 priv->content_changed = TRUE; in G_DEFINE_TYPE_WITH_CODE()
122 priv->content_changed = TRUE; in gtk_search_entry_notify()
459 priv->content_changed = FALSE; in gtk_search_entry_handle_event()
464 …return handled && priv->content_changed && !priv->search_stopped ? GDK_EVENT_STOP : GDK_EVENT_PROP… in gtk_search_entry_handle_event()
/dports/deskutils/znotes/zNotes-0.4.6/
H A Dpicturenote.cpp41 if(!(content_changed || forced)) return; //If file doesn't need in saving, exiting from function in save()
44 content_changed = false; in save()
H A Dnote.cpp17 content_changed(false) in Note()
69 content_changed = true; in contentChanged()
H A Dtextnote.cpp43 if (!(content_changed || forced)) { in save()
53 content_changed = false; in save()
H A Dnote_xml.cpp79 if(!(content_changed || forced)) return; //If file doesn't need in saving, exiting from function in save()
85 content_changed = false; in save()
H A Dhtmlnote.cpp47 if(!(content_changed || forced)) return; //If file doesn't need in saving, exiting from function in save()
53 content_changed = false; in save()
H A Dnote.h73 bool content_changed; variable
H A Dtodonote.cpp179 if(!(content_changed || forced)) return; //If file doesn't need in saving, exiting from function in save()
185 content_changed = false; in save()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dcharacterdata.rs67 self.content_changed(); in append_data()
70 fn content_changed(&self) { in content_changed() method
97 self.content_changed(); in SetData()
210 self.content_changed(); in ReplaceData()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtksearchentry.c129 gboolean content_changed; member
159 entry->content_changed = TRUE; in G_DEFINE_TYPE_WITH_CODE()
660 entry->content_changed = FALSE; in capture_widget_key_handled()
668 if (was_empty && entry->content_changed && !entry->search_stopped) in capture_widget_key_handled()
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dsat-pref-polar-view.c78 static void content_changed(GtkToggleButton * but, gpointer data) in content_changed() function
420 g_signal_connect(qth, "toggled", G_CALLBACK(content_changed), NULL); in create_bool_selectors()
442 g_signal_connect(next, "toggled", G_CALLBACK(content_changed), NULL); in create_bool_selectors()
464 g_signal_connect(curs, "toggled", G_CALLBACK(content_changed), NULL); in create_bool_selectors()
486 g_signal_connect(xtick, "toggled", G_CALLBACK(content_changed), NULL); in create_bool_selectors()
728 g_signal_connect(showtrack, "toggled", G_CALLBACK(content_changed), NULL); in create_misc_selectors()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dline_policy.c74 lp->content_changed = true; in lp_alpha()
143 lp->content_changed = true; in lp_bksp()
158 lp->content_changed = true; in lp_del()
H A Dline_policy.h45 bool content_changed; member
H A Dtui_widget_inputline.c174 lp . content_changed = false; in event_inputline()
179 if ( lp . content_changed ) in event_inputline()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dline_policy.c74 lp->content_changed = true; in lp_alpha()
143 lp->content_changed = true; in lp_bksp()
158 lp->content_changed = true; in lp_del()
H A Dline_policy.h45 bool content_changed; member
H A Dtui_widget_inputline.c174 lp . content_changed = false; in event_inputline()
179 if ( lp . content_changed ) in event_inputline()
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/grid/
H A Dgrid_model.py68 content_changed = Event() variable in GridModel
344 self.content_changed = "changed"
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/scheme/
H A Dannotations.py130 content_changed = Signal(str, str) variable in SchemeTextAnnotation
244 self.content_changed.emit(content, content_type)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Dnode-event-vector.h60 void (* content_changed) (Node *repr, char const *oldcontent, char const *newcontent, void * data); member
H A Dcomposite-node-observer.cpp152 if (vector.content_changed) { in notifyContentChanged()
153 vector.content_changed(&node, old_content, new_content, data); in notifyContentChanged()
H A Dsimple-node.cpp582 void content_changed(Node *node, gchar const *old_content, gchar const *new_content, void *data) { in content_changed() function
598 &content_changed,
620 if (vector->content_changed) { in synthesizeEvents()
621 vector->content_changed(this, nullptr, this->_content, data); in synthesizeEvents()
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/gtkmm/
H A DCodeInput.hh48 sigc::signal1<bool, DTree::iterator> content_changed; member in cadabra::CodeInput::exp_input_tv
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkcontentprovider.h57 …void (* content_changed) (GdkContentProvider *pro… member

123