Home
last modified time | relevance | path

Searched refs:onCharacter (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestination.java214 protected int onCharacter(int ch){ in onCharacter() method in RtfDestination
218 listener.onCharacter(ch); in onCharacter()
H A DRtfDestinationListener.java82 public int onCharacter(int ch); in onCharacter() method
H A DRtfDestinationDocument.java244 this.onCharacter(ch); // event handler in handleCharacter()
/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dagent3_lair.cpp48 int onCharacter(Window *viewWindow, const Common::KeyState &character);
223 onCharacter(viewWindow, dummyKey); in timerCallback()
230 onCharacter(viewWindow, dummyKey); in timerCallback()
237 onCharacter(viewWindow, dummyKey); in timerCallback()
244 onCharacter(viewWindow, dummyKey); in timerCallback()
261 onCharacter(viewWindow, dummyKey); in timerCallback()
284 int LairEntry::onCharacter(Window *viewWindow, const Common::KeyState &character) { in onCharacter() function in Buried::LairEntry
489 int onCharacter(Window *viewWindow, const Common::KeyState &character);
556 int TransporterControls::onCharacter(Window *viewWindow, const Common::KeyState &character) { in onCharacter() function in Buried::TransporterControls
H A Dscene_base.h94 virtual int onCharacter(Window *viewWindow, const Common::KeyState &character) { return SC_TRUE; } in onCharacter() function
/dports/misc/netron/node_modules/regexpp/
H A Dindex.mjs568 onCharacter(start, end, value) { method in RegExpValidator
569 if (this._options.onCharacter) {
570 this._options.onCharacter(start, end, value);
927 this.onCharacter(start, this.index, ReverseSolidus);
943 this.onCharacter(start, this.index, cp);
964 this.onCharacter(start, this.index, cp);
1068 this.onCharacter(start - 1, this.index, this._lastIntValue);
1111 this.onCharacter(this.index - 1, this.index, HyphenMinus);
1134 this.onCharacter(start, this.index, this._lastIntValue);
1143 this.onCharacter(start, this.index, this._lastIntValue);
[all …]
H A Dindex.d.ts191 onCharacter?(start: number, end: number, value: number): void;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/node_modules/regexpp/
H A Dindex.mjs568 onCharacter(start, end, value) { method in RegExpValidator
569 if (this._options.onCharacter) {
570 this._options.onCharacter(start, end, value);
927 this.onCharacter(start, this.index, ReverseSolidus);
943 this.onCharacter(start, this.index, cp);
964 this.onCharacter(start, this.index, cp);
1068 this.onCharacter(start - 1, this.index, this._lastIntValue);
1111 this.onCharacter(this.index - 1, this.index, HyphenMinus);
1134 this.onCharacter(start, this.index, this._lastIntValue);
1143 this.onCharacter(start, this.index, this._lastIntValue);
[all …]
H A Dindex.d.ts191 onCharacter?(start: number, end: number, value: number): void;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/regexpp/
H A Dindex.mjs568 onCharacter(start, end, value) { method in RegExpValidator
569 if (this._options.onCharacter) {
570 this._options.onCharacter(start, end, value);
927 this.onCharacter(start, this.index, ReverseSolidus);
943 this.onCharacter(start, this.index, cp);
964 this.onCharacter(start, this.index, cp);
1068 this.onCharacter(start - 1, this.index, this._lastIntValue);
1111 this.onCharacter(this.index - 1, this.index, HyphenMinus);
1134 this.onCharacter(start, this.index, this._lastIntValue);
1143 this.onCharacter(start, this.index, this._lastIntValue);
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DEditbox.h611 void onCharacter(KeyEventArgs& e);
H A DMultiLineEditbox.h743 virtual void onCharacter(KeyEventArgs& e);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/node_modules/regexpp/
H A Dindex.mjs888 onCharacter(start, end, value) { method in RegExpValidator
889 if (this._options.onCharacter) {
890 this._options.onCharacter(start, end, value);
1269 this.onCharacter(start, this.index, cp);
1290 this.onCharacter(start, this.index, cp);
1410 this.onCharacter(start - 1, this.index, this._lastIntValue);
1661 this.onCharacter(hyphenStart, this.index, HyphenMinus);
1695 this.onCharacter(start, this.index, cp);
1704 this.onCharacter(start - 1, this.index, Backspace);
1709 this.onCharacter(start - 1, this.index, HyphenMinus);
[all …]
H A Dindex.d.ts191 onCharacter?(start: number, end: number, value: number): void;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/regexpp/
H A Dindex.d.ts189 onCharacter?(start: number, end: number, value: number): void;
H A Dindex.mjs5577 onCharacter(start, end, value) { method in RegExpValidator
5578 if (this._options.onCharacter) {
5579 this._options.onCharacter(start, end, value);
5958 this.onCharacter(start, this.index, cp);
5979 this.onCharacter(start, this.index, cp);
6099 this.onCharacter(start - 1, this.index, this._lastIntValue);
6350 this.onCharacter(hyphenStart, this.index, HyphenMinus);
6384 this.onCharacter(start, this.index, cp);
6393 this.onCharacter(start - 1, this.index, Backspace);
6398 this.onCharacter(start - 1, this.index, HyphenMinus);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/regexpp/
H A Dindex.d.ts189 onCharacter?(start: number, end: number, value: number): void;
H A Dindex.mjs5577 onCharacter(start, end, value) { method in RegExpValidator
5578 if (this._options.onCharacter) {
5579 this._options.onCharacter(start, end, value);
5958 this.onCharacter(start, this.index, cp);
5979 this.onCharacter(start, this.index, cp);
6099 this.onCharacter(start - 1, this.index, this._lastIntValue);
6350 this.onCharacter(hyphenStart, this.index, HyphenMinus);
6384 this.onCharacter(start, this.index, cp);
6393 this.onCharacter(start - 1, this.index, Backspace);
6398 this.onCharacter(start - 1, this.index, HyphenMinus);
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/regexpp/
H A Dindex.d.ts189 onCharacter?(start: number, end: number, value: number): void;
H A Dindex.mjs5577 onCharacter(start, end, value) { method in RegExpValidator
5578 if (this._options.onCharacter) {
5579 this._options.onCharacter(start, end, value);
5958 this.onCharacter(start, this.index, cp);
5979 this.onCharacter(start, this.index, cp);
6099 this.onCharacter(start - 1, this.index, this._lastIntValue);
6350 this.onCharacter(hyphenStart, this.index, HyphenMinus);
6384 this.onCharacter(start, this.index, cp);
6393 this.onCharacter(start - 1, this.index, Backspace);
6398 this.onCharacter(start - 1, this.index, HyphenMinus);
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DEditbox.cpp551 void Editbox::onCharacter(KeyEventArgs& e) in onCharacter() function in CEGUI::Editbox
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DWindow.h3272 virtual void onCharacter(KeyEventArgs& e);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DGUIContext.cpp871 args.window->onCharacter(args); in injectChar()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DButtonBase.pypp.cpp498 virtual void onCharacter( ::CEGUI::KeyEventArgs & e ){ in onCharacter() function
502 this->CEGUI::Window::onCharacter( boost::ref(e) ); in onCharacter()
507 CEGUI::Window::onCharacter( boost::ref(e) ); in default_onCharacter()
H A DTooltip.pypp.cpp590 virtual void onCharacter( ::CEGUI::KeyEventArgs & e ){ in onCharacter() function
594 this->CEGUI::Window::onCharacter( boost::ref(e) ); in onCharacter()
599 CEGUI::Window::onCharacter( boost::ref(e) ); in default_onCharacter()

1234