Home
last modified time | relevance | path

Searched refs:charAdded (Results 1 – 16 of 16) sorted by relevance

/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/TypingCompleters/
H A DCompleterBase.py45 self.editor.SCN_CHARADDED.connect(self.charAdded)
48 self.editor.SCN_CHARADDED.disconnect(self.charAdded)
59 def charAdded(self, charNumber): member in CompleterBase
H A DCompleterYaml.py61 def charAdded(self, charNumber): member in CompleterYaml
H A DCompleterRuby.py58 def charAdded(self, charNumber): member in CompleterRuby
H A DCompleterPython.py92 def charAdded(self, charNumber): member in CompleterPython
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/
H A DProfiledConnection.java572 int charAdded = 0; in reformatQuery() local
579 sql.replace(x + charAdded, x + 1 + charAdded, ", "); in reformatQuery()
580 charAdded++; in reformatQuery()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/qt/ScintillaEditBase/
H A DScintillaEditBase.h82 void charAdded(int ch);
H A DScintillaEditBase.cpp552 emit charAdded(scn.ch); in notifyParent() local
/dports/x11-toolkits/scintilla/scintilla/qt/ScintillaEditBase/
H A DScintillaEditBase.h89 void charAdded(int ch);
H A DScintillaEditBase.cpp679 emit charAdded(scn.ch); in notifyParent() local
/dports/devel/codequery/codequery-0.24.0/scintilla/qt/ScintillaEditBase/
H A DScintillaEditBase.h88 void charAdded(int ch);
H A DScintillaEditBase.cpp681 emit charAdded(scn.ch); in notifyParent() local
/dports/editors/textadept/scintilla/qt/ScintillaEditBase/
H A DScintillaEditBase.h89 void charAdded(int ch);
H A DScintillaEditBase.cpp679 emit charAdded(scn.ch); in notifyParent() local
/dports/editors/scite/scintilla/qt/ScintillaEditBase/
H A DScintillaEditBase.h89 void charAdded(int ch);
H A DScintillaEditBase.cpp679 emit charAdded(scn.ch); in notifyParent() local
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api8858 eric6.QScintilla.TypingCompleters.CompleterBase.CompleterBase.charAdded?4(charNumber)
8863 eric6.QScintilla.TypingCompleters.CompleterPython.CompleterPython.charAdded?4(charNumber)
8866 eric6.QScintilla.TypingCompleters.CompleterRuby.CompleterRuby.charAdded?4(charNumber)
8869 eric6.QScintilla.TypingCompleters.CompleterYaml.CompleterYaml.charAdded?4(charNumber)