Home
last modified time | relevance | path

Searched refs:notify_join (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Observers/
H A Dlist_observer.cpp45 void notify_join (tree& ref, int pos, tree next);
122 list_observer_rep::notify_join (tree& ref, int pos, tree next) { in notify_join() function in list_observer_rep
123 if (!is_nil (o1)) o1->notify_join (ref, pos, next); in notify_join()
124 if (!is_nil (o2)) o2->notify_join (ref, pos, next); in notify_join()
H A Dtree_addendum.cpp40 void notify_join (tree& ref, int pos, tree next);
119 tree_addendum_rep::notify_join (tree& ref, int pos, tree next) { in notify_join() function in tree_addendum_rep
H A Dtree_position.cpp38 void notify_join (tree& ref, int pos, tree next);
132 tree_position_rep::notify_join (tree& ref, int pos, tree next) { in notify_join() function in tree_position_rep
H A Dtree_pointer.cpp47 void notify_join (tree& ref, int pos, tree next);
150 tree_pointer_rep::notify_join (tree& ref, int pos, tree next) { in notify_join() function in tree_pointer_rep
H A Dip_observer.cpp40 void notify_join (tree& ref, int pos, tree next);
139 ip_observer_rep::notify_join (tree& ref, int pos, tree next) { in notify_join() function in ip_observer_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Modify/
H A Dedit_modify.cpp62 edit_modify_rep::notify_join (path p) { in notify_join() function in edit_modify_rep
65 ::notify_join (get_typesetter (), p / rp); in notify_join()
181 ed->notify_join (p); in edit_join()
H A Dedit_modify.hpp34 void notify_join (path p);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Bridge/
H A Dbridge.hpp56 virtual void notify_join (path p);
H A Dtypesetter.cpp218 notify_join (typesetter ttt, path p) { in notify_join() function
220 ttt->br->notify_join (p); in notify_join()
H A Dbridge.cpp210 bridge_rep::notify_join (path p) { in notify_join() function in bridge_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/
H A Dtypesetter.hpp29 void notify_join (typesetter ttt, path p);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dobserver.hpp69 virtual void notify_join (tree& ref, int pos, tree next);
H A Dobserver.cpp243 if (!is_nil (ref->obs)) ref->obs->notify_join (ref, pos, t); in raw_join()
658 observer_rep::notify_join (tree& ref, int pos, tree next) { in notify_join() function in observer_rep
/dports/x11-themes/irssi-themes/irssi-themes-2016082001/
H A Dbestican.theme183 notify_join = "%B{ts}%nSignon detected: {nick $0} ($1@$2) /$4/";
H A Dvoid.theme183 notify_join = "%B{ts}%nSignon detected: {nick $0} ($1@$2) /$4/";
H A Dn.theme184 notify_join = "%c:%C:%W: %nsignon detected: {nick $0} ($1@$2) /$4/";
H A Dsputnik.theme230 notify_join = "%B{ts}%nSignon detected: {nick $0} ($1@$2) /$4/";
H A Dtanke.theme230 notify_join = "%B{ts}%nSignon detected: {nick $0} ($1@$2) /$4/";
H A Djsuvanto.theme298 notify_join = "{nick $0} [$1@$2] [{hilight $3}] has joined $4";
H A DlitE.theme355 notify_join = "%R{nick $0} [$1@$2] [{hilight $3}] %Rhas joined to $4";
H A Dlaaama-2.theme473 notify_join = "{nick $0} [$1@$2] [{hilight $3}] has joined to $4";
H A Ddesign.theme479 notify_join = "{nick $0} $1@$2 {hilight $3} has joined to $4";
H A Dea1.theme480 notify_join = "{nick $0} [$1@$2] [{hilight $3}] has joined to $4";
H A Dsyntax.theme456 notify_join = "%K·%w·%W· %WNotify: %W{hilight $0} %C($1@$2) [$3] %nhas connected to %C$4";
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp308 virtual void notify_join (path p) = 0;

12