Home
last modified time | relevance | path

Searched defs:Parenthesis (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/editors/cpeditor/cpeditor-6.8.2/third_party/QCodeEditor/include/internal/
H A DQCodeEditor.hpp32 struct Parenthesis struct in QCodeEditor
34 QChar left, right;
35 bool autoComplete, autoRemove, tabJumpOut;
37Parenthesis(QChar l = '(', QChar r = ')', bool complete = true, bool remove = true, bool jumpout =… in Parenthesis() argument
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtextdocumentlayout.h44 struct TEXTEDITOR_EXPORT Parenthesis struct
48 inline Parenthesis() = default; argument
49 inline Parenthesis(Type t, QChar c, int position) in Parenthesis() argument
51 int pos = -1;
52 QChar chr;
53 Utils::Id source;
54 Type type = Opened;
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_texteditor/
H A Dbasetextdocumentlayout.h57 struct TEXTEDITOR_EXPORT Parenthesis struct
61 inline Parenthesis() : type(Opened), pos(-1) {} in Parenthesis() function
62 inline Parenthesis(Type t, QChar c, int position) in Parenthesis() function
64 Type type;
65 QChar chr;
66 int pos;
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dsqlitesyntaxhighlighter.h16 struct GUI_API_EXPORT Parenthesis struct
20 int operator==(const Parenthesis& other); argument
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dformatter.py67 Parenthesis = Token.Punctuation.Parenthesis variable
/dports/textproc/highlight/highlight-4.1/
H A DREADME_REGEX.adoc101 == Parenthesis section in HIGHLIGHT REGULAR EXPRESSIONS MANUAL
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/tetafro/godot/testdata/check/
H A Dmain.go111 func Parenthesis() string { func
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/image/
H A Darray_nd_test.cc117 TEST(ArrayND, Parenthesis) { in TEST() argument
272 TEST(Array3D, Parenthesis) { in TEST() argument
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloudwatch/cloudwatch-sql/completion/
H A Dtypes.ts4 Parenthesis = 'delimiter.parenthesis.sql', enumerator
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DExpressionEvaluator.h45 Parenthesis = 20000000100, enumerator
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dfiguredbass.h95 enum class Parenthesis : char { enum
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/squote/
H A Dtoken_stream.rs119 Parenthesis, enumerator
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtgrammar.h149 Parenthesis, enumerator
/dports/devel/projectcenter/ProjectCenter-0.6.2/Modules/Editors/ProjectCenter/
H A DPCEditor.m1221 @implementation PCEditor (Parenthesis) category
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/tt/src/
H A Dlib.rs60 Parenthesis, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/tt/src/
H A Dlib.rs60 Parenthesis, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/syntax_highlighting/
H A Dtags.rs94 Parenthesis, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
H A Dtags.rs95 Parenthesis, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/proc-macro2-0.2.2/src/
H A Dlib.rs230 Parenthesis, enumerator
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/
H A Dsql.py480 class Parenthesis(TokenList): class
/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/
H A Dsql.py493 class Parenthesis(TokenList): class
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_47/proc_macro/
H A Dmod.rs445 Parenthesis, enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_55/proc_macro/
H A Dmod.rs450 Parenthesis, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/proc-macro2/src/
H A Dlib.rs326 Parenthesis, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_47/proc_macro/
H A Dmod.rs445 Parenthesis, enumerator

123456789