Home
last modified time | relevance | path

Searched refs:_History (Results 1 – 25 of 1590) sorted by relevance

12345678910>>...64

/dports/irc/smuxi/smuxi-1.1/src/Frontend-SWF/
H A DEntry.cs46 private StringCollection _History = new StringCollection(); field in Smuxi.Frontend.Swf.Entry
92 _History.Add(String.Empty); in Entry()
103 if ((_History.Count > 0) && in UpdateHistoryChangedLine()
131 _History.Insert(_History.Count-1, data); in AddToHistory()
136 if (_History.Count > (int)Frontend.UserConfig["Interface/Entry/CommandHistorySize"]) { in AddToHistory()
137 _History.RemoveAt(0); in AddToHistory()
222 return _History[_HistoryPosition]; in HistoryCurrent()
254 if (_HistoryPosition < _History.Count-1) { in HistoryNext()
266 _History.Add(String.Empty); in HistoryNext()
463 AddToHistory(Text, _History.Count - _HistoryPosition); in _OnActivated()
[all …]
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/
H A DEntry.cs41 private StringCollection _History = new StringCollection(); field in Smuxi.Frontend.Gnome.Entry
114 _History.Add(String.Empty); in Entry()
133 if ((_History.Count > 0) && in UpdateHistoryChangedLine()
161 _History.Insert(_History.Count-1, data); in AddToHistory()
166 if (_History.Count > Settings.CommandHistorySize) { in AddToHistory()
167 _History.RemoveAt(0); in AddToHistory()
175 return _History[_HistoryPosition]; in HistoryCurrent()
208 if (_HistoryPosition < _History.Count-1) { in HistoryNext()
220 _History.Add(String.Empty); in HistoryNext()
517 AddToHistory(Text, _History.Count - _HistoryPosition); in _OnActivated()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/emacs/
H A Dprompt.pl57 make_item(_Mode, Label, Default, @default, _History, Item) :-
61 make_item(Mode, Label, Default, Type, _History, Item) :-
95 make_item(_Mode, Label, Default, Type, _History, Item) :-
102 make_item(Mode, Label, Default, Type, _History, Item) :-
117 make_item(_Mode, Label, Default, Type, _History, Item) :-
123 make_item(_Mode, Label, Default, Type, _History, Item) :-
133 make_item(_Mode, Label, Default, Type, _History, Item) :-
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dclient.h93 typedef struct _History struct
96 struct _History *previous; argument
97 struct _History *next; argument
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dclient.h93 typedef struct _History struct
96 struct _History *previous; argument
97 struct _History *next; argument
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dclient.h93 typedef struct _History struct
96 struct _History *previous; argument
97 struct _History *next; argument
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dclient.h93 typedef struct _History struct
96 struct _History *previous; argument
97 struct _History *next; argument
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dclient.h93 typedef struct _History struct
96 struct _History *previous; argument
97 struct _History *next; argument
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Dclient.h93 typedef struct _History struct
96 struct _History *previous; argument
97 struct _History *next; argument
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/everything/
H A De_mod_main.h16 typedef struct _History Evry_History;
208 struct _History struct
/dports/devel/git-extras/git-extras-6.3.0/man/
H A Dgit-changelog.md25 …The name of the output file. By default the new file will be _History.md_ unless an existing chang…
73 * Updating existing file or creating a new _History.md_ file with pretty formatted output:
/dports/www/midori/core-9.0/ui/
H A Dclear-private-data.ui70 <property name="label" translatable="yes">_History</property>
/dports/sysutils/batterycat/batterycat_1.6/po/
H A Dbatterycat.pot24 msgid "/File/_History"
H A Dde.po24 msgid "/File/_History"
H A Dfr.po24 msgid "/File/_History"
/dports/editors/textadept/textadept_11.1.linux/core/locales/
H A Dlocale.ru.conf202 History = _History
H A Dlocale.zh.conf202 History = _History
H A Dlocale.ar.conf202 History = _History
/dports/editors/textadept/textadept-textadept_11.1/core/locales/
H A Dlocale.ru.conf202 History = _History
H A Dlocale.ar.conf202 History = _History
H A Dlocale.zh.conf202 History = _History
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/examples/
H A Dcar_fsm.erl383 on_failure(_History, _State, Result) ->
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_window.h185 …NodeFilter, NodeList, DOMException, RangeException, CSSRule, Frames, _History, _External, Event, I… enumerator
/dports/deskutils/easystroke/easystroke-0.6.0/po/
H A Dko.po444 msgid "_History"
H A Dzh_CN.po443 msgid "_History"

12345678910>>...64