Home
last modified time | relevance | path

Searched refs:textAfter (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/kdev-php/kdev-php-21.12.3/completion/
H A Dincludefileitem.cpp49 const QString textAfter = document->text(Range(_word.end(), document->documentEnd())); in execute() local
50 if ( !textAfter.isEmpty() ) { in execute()
52 for (; pos < textAfter.length(); ++pos ) { in execute()
53 if ( textAfter[pos].isSpace() ) { in execute()
55 } else if ( textAfter[pos] == closeChar ) { in execute()
59 for (int i = pos; i < textAfter.length(); ++i ) { in execute()
60 if ( textAfter[i] == ';' ) { in execute()
64 } else if ( !textAfter[i].isSpace() && textAfter[i] != ')' ) { in execute()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/completion/
H A Dincludefileitem.cpp51 const QString textAfter = document->text(Range(_word.end(), document->documentEnd())); in execute() local
52 if ( !textAfter.isEmpty() ) { in execute()
54 for (; pos < textAfter.length(); ++pos ) { in execute()
55 if ( textAfter[pos].isSpace() ) { in execute()
57 } else if ( textAfter[pos] == closeChar ) { in execute()
61 for (int i = pos; i < textAfter.length(); ++i ) { in execute()
62 if ( textAfter[i] == ';' ) { in execute()
66 } else if ( !textAfter[i].isSpace() && textAfter[i] != ')' ) { in execute()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/completion/
H A Dincludefileitem.cpp50 const QString textAfter = document->text(Range(_word.end(), document->documentEnd())); in execute() local
51 if ( !textAfter.isEmpty() ) { in execute()
53 for (; pos < textAfter.length(); ++pos ) { in execute()
54 if ( textAfter[pos].isSpace() ) { in execute()
56 } else if ( textAfter[pos] == closeChar ) { in execute()
60 for (int i = pos; i < textAfter.length(); ++i ) { in execute()
61 if ( textAfter[i] == ';' ) { in execute()
65 } else if ( !textAfter[i].isSpace() && textAfter[i] != ')' ) { in execute()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCitation.h37 textAfter(false), textBefore(false) {} in CitationStyle()
54 bool textAfter; variable
75 context(CiteItem::Everywhere), textAfter(docstring()), in CiteItem()
87 docstring textAfter; variable
H A DTextClass.cpp1108 else if (ichar == '[' && cs.textAfter) in readCiteEngine()
1111 cs.textAfter = true; in readCiteEngine()
H A DBiblioInfo.cpp1125 ret = ci.textAfter; in getValueForKey()
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/
H A DLexer.php360 $textAfter = substr($this->code, $this->filePos);
365 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
373 return substr($textAfter, strlen($matches[0]));
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/
H A DLexer.php390 $textAfter = substr($this->code, $this->filePos);
395 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
403 return substr($textAfter, strlen($matches[0]));
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/
H A DLexer.php391 $textAfter = substr($this->code, $this->filePos);
396 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
404 return substr($textAfter, strlen($matches[0]));
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/
H A DLexer.php390 $textAfter = substr($this->code, $this->filePos);
395 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
403 return substr($textAfter, strlen($matches[0]));
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/
H A DLexer.php391 $textAfter = substr($this->code, $this->filePos);
396 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
404 return substr($textAfter, strlen($matches[0]));
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/
H A DLexer.php391 $textAfter = substr($this->code, $this->filePos);
396 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
404 return substr($textAfter, strlen($matches[0]));
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/
H A DLexer.php408 $textAfter = substr($this->code, $this->filePos);
413 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
421 return substr($textAfter, strlen($matches[0]));
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/
H A DLexer.php408 $textAfter = substr($this->code, $this->filePos);
413 if (!preg_match('~^\s*\(\s*\)\s*(?:;|\?>\r?\n?)~', $textAfter, $matches)) {
421 return substr($textAfter, strlen($matches[0]));
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/find/
H A Dsearchresulttreeitemdelegate.cpp218 …const QString textAfter = text.mid(searchTermStart + searchTermLength).replace(QLatin1Char('\t'), … in drawText() local
271 QItemDelegate::drawDisplay(painter, noHighlightOpt, afterHighlightRect, textAfter); in drawText()
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetCitation.cpp408 ci.textAfter = getParam("after"); in complexLabel()
617 } else if (!after.empty() && cs.textAfter) { in latex()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiCitation.cpp280 bool const textafter = currentStyle.textAfter; in updateFormatting()
625 if (!cs.textAfter) in applyParams()
906 ci.textAfter = qstring_to_ucs4(textAfterED->text()); in citationStyles()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dsearchbar_test.cpp815 QFETCH(QString, textAfter); in testReplaceEscapeSequence()
836 QCOMPARE(doc.text(), textAfter); in testReplaceEscapeSequence()
/dports/www/Stikked/Stikked-0.13.0/htdocs/themes/cleanwhite/js/codemirror/mode/livescript/
H A Dlivescript.ls40 indent: (state, textAfter) ->
/dports/devel/antlr/antlr-2.7.7/examples/csharp/csharp_v1/
H A DCSharpPrettyPrinter.g122 private void Print(TextWriter w, ASTNode node, string text, string textAfter)
133 if ((tok == null) && (textAfter != null))
134 w.Write(textAfter);
162 private void PrintWithBeforeCheck(TextWriter w, ASTNode node, string text, string textAfter)
169 Print(w, node, text, textAfter);
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/webapp/static/
H A D1.nbdime.js.map1textAfter","line","Pass","innerMode","defineMIME","mod","wordObj","words","o","e","keywordList","k…
/dports/devel/py-nbdime/nbdime-3.1.1/packages/nbdime/typings/
H A Dcodemirror.d.ts1116 indent?: (state: T, textAfter: string) => number;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/codemirror/
H A Dindex.d.ts1442 indent?: (state: T, textAfter: string) => number;
/dports/www/moodle39/moodle/message/amd/build/
H A Dmessage_drawer_view_conversation.min.js.map1textAfter","events","activate","enter","escape","scrollTop","scrollLock","on","hasMembers","handle…
/dports/www/moodle310/moodle/message/amd/build/
H A Dmessage_drawer_view_conversation.min.js.map1textAfter","events","activate","enter","escape","scrollTop","scrollLock","on","hasMembers","handle…

12