/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/ |
H A D | ttcn.c | 550 static int matchBrackets (const char * br); 579 static int matchBrackets (const char * br) in matchBrackets() function 639 matchBrackets(BR_PAR); in parseExprOperand() 648 return matchBrackets(BR_PAR); in parseExprOperand() 721 while (matchBrackets(BR_SQ)) in parseArrayDef() 732 if (matchBrackets(BR_CUR)) in parseInitializer() 790 matchBrackets(BR_ANG); in parseType() 792 matchBrackets(BR_PAR); in parseType() 823 matchBrackets(BR_PAR); /* AllowedValues */ in parseStructure() 843 matchBrackets(BR_PAR); /* Value */ in parseEnumeration() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/ |
H A D | create-editor.spec.js.snap | 23 "matchBrackets": true, 52 "matchBrackets": true,
|
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/ |
H A D | create-editor.spec.js.snap | 23 "matchBrackets": true, 52 "matchBrackets": true,
|
/dports/www/firefox/firefox-99.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/ |
H A D | create-editor.spec.js.snap | 23 "matchBrackets": true, 52 "matchBrackets": true,
|
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/ |
H A D | create-editor.spec.js.snap | 23 "matchBrackets": true, 52 "matchBrackets": true,
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/css/ |
H A D | cfx_cssvaluelistparser.cpp | 64 bool matchBrackets) { in SkipTo() argument 70 if (!matchBrackets) { in SkipTo()
|
H A D | cfx_cssvaluelistparser.h | 23 int32_t SkipTo(wchar_t wch, bool breakOnSpace, bool matchBrackets);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/css/ |
H A D | cfx_cssvaluelistparser.cpp | 64 bool matchBrackets) { in SkipTo() argument 70 if (!matchBrackets) { in SkipTo()
|
H A D | cfx_cssvaluelistparser.h | 23 int32_t SkipTo(wchar_t wch, bool breakOnSpace, bool matchBrackets);
|
/dports/textproc/py-nltk/nltk-3.4.1/nltk/ccg/ |
H A D | lexicon.py | 138 def matchBrackets(string): function 148 (part, rest) = matchBrackets(rest) 164 return matchBrackets(string)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/codemirror/addon/edit/ |
H A D | matchbrackets.d.ts | 40 matchBrackets?: MatchBrackets | boolean; property
|
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/ |
H A D | option.c | 398 app_data.matchBrackets = !(app_data.matchBrackets); 399 InstateBooleanValue(optToggleBracketMatchN, app_data.matchBrackets); 654 InstateBooleanValue(optToggleBracketMatchN, app_data.matchBrackets);
|
H A D | xredres.h | 157 Boolean matchBrackets; member
|
H A D | newhelp.c | 304 app_data.matchBrackets = !(app_data.matchBrackets);
|
H A D | xredrres.h | 368 XtOffset(AppDataPtr,matchBrackets),
|
H A D | input.c | 788 if (inString || (!(app_data.matchBrackets || 854 if (!(app_data.matchBrackets || app_data.forceBracketMatch)) return;
|
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/ |
H A D | syntax.cpp | 330 matchBrackets(); // in case the cursor is beside a bracket when the text is loaded in syntaxHighlighting() 332 connect (textEdit, &TextEdit::updateBracketMatching, this, &FPwin::matchBrackets); in syntaxHighlighting() 347 disconnect (textEdit, &TextEdit::updateBracketMatching, this, &FPwin::matchBrackets); in syntaxHighlighting()
|
H A D | fpwin.h | 186 void matchBrackets();
|
H A D | brackets.cpp | 25 void FPwin::matchBrackets() in matchBrackets() function in FeatherPad::FPwin
|
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/code_editor/ |
H A D | sc_editor.hpp | 93 void matchBrackets();
|
H A D | sc_editor.cpp | 52 connect(this, SIGNAL(cursorPositionChanged()), this, SLOT(matchBrackets())); 76 matchBrackets(); 494 void ScCodeEditor::matchBrackets() {
|
/dports/www/joomla3/joomla3-3.9.24/plugins/editors/codemirror/ |
H A D | codemirror.php | 272 $options->matchBrackets = (boolean) $this->params->get('matchBrackets', 1);
|
/dports/www/piwigo/piwigo/plugins/LocalFilesEditor/template/ |
H A D | admin.tpl | 19 matchBrackets: true,
|
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/ |
H A D | liteeditor.cpp | 1660 const ColorStyle *matchBrackets = colorScheme->findStyle("MatchBrackets"); in loadColorStyleScheme() local 1671 if (matchBrackets) { in loadColorStyleScheme() 1672 m_editorWidget->setMatchBracketsColor(matchBrackets->background()); in loadColorStyleScheme()
|
/dports/math/reduce/Reduce-svn5758-src/psl/xr/doc/ |
H A D | xr.tex | 192 controlled by the {\tt matchBrackets} and {\tt forceBracketMatch} X 827 matchBrackets &-bmatch, -bnomatch &True &{\rm
|