Home
last modified time | relevance | path

Searched refs:matchBrackets (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dttcn.c550 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 Dcreate-editor.spec.js.snap23 "matchBrackets": true,
52 "matchBrackets": true,
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/
H A Dcreate-editor.spec.js.snap23 "matchBrackets": true,
52 "matchBrackets": true,
/dports/www/firefox/firefox-99.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/
H A Dcreate-editor.spec.js.snap23 "matchBrackets": true,
52 "matchBrackets": true,
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/src/utils/editor/tests/__snapshots__/
H A Dcreate-editor.spec.js.snap23 "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 Dcfx_cssvaluelistparser.cpp64 bool matchBrackets) { in SkipTo() argument
70 if (!matchBrackets) { in SkipTo()
H A Dcfx_cssvaluelistparser.h23 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 Dcfx_cssvaluelistparser.cpp64 bool matchBrackets) { in SkipTo() argument
70 if (!matchBrackets) { in SkipTo()
H A Dcfx_cssvaluelistparser.h23 int32_t SkipTo(wchar_t wch, bool breakOnSpace, bool matchBrackets);
/dports/textproc/py-nltk/nltk-3.4.1/nltk/ccg/
H A Dlexicon.py138 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 Dmatchbrackets.d.ts40 matchBrackets?: MatchBrackets | boolean; property
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Doption.c398 app_data.matchBrackets = !(app_data.matchBrackets);
399 InstateBooleanValue(optToggleBracketMatchN, app_data.matchBrackets);
654 InstateBooleanValue(optToggleBracketMatchN, app_data.matchBrackets);
H A Dxredres.h157 Boolean matchBrackets; member
H A Dnewhelp.c304 app_data.matchBrackets = !(app_data.matchBrackets);
H A Dxredrres.h368 XtOffset(AppDataPtr,matchBrackets),
H A Dinput.c788 if (inString || (!(app_data.matchBrackets ||
854 if (!(app_data.matchBrackets || app_data.forceBracketMatch)) return;
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dsyntax.cpp330 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 Dfpwin.h186 void matchBrackets();
H A Dbrackets.cpp25 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 Dsc_editor.hpp93 void matchBrackets();
H A Dsc_editor.cpp52 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 Dcodemirror.php272 $options->matchBrackets = (boolean) $this->params->get('matchBrackets', 1);
/dports/www/piwigo/piwigo/plugins/LocalFilesEditor/template/
H A Dadmin.tpl19 matchBrackets: true,
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/
H A Dliteeditor.cpp1660 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 Dxr.tex192 controlled by the {\tt matchBrackets} and {\tt forceBracketMatch} X
827 matchBrackets &-bmatch, -bnomatch &True &{\rm

12