Home
last modified time | relevance | path

Searched refs:getPreamble (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetScopeHelper.java63 chunk.getPreamble()); in getSweaveChunkText()
78 && s.getPreamble().isAfterOrEqualTo(beforeHere)) in getScopeByChunkLabel()
99 assert chunk.getPreamble().isBeforeOrEqualTo(range.getStart())
112 Position start = Position.create(chunk.getPreamble().getRow() + 1, 0);
166 return scope.getPreamble().compareTo(selectionEnd) > 0;
180 return scope.getPreamble().compareTo(position) > 0;
194 return scope.getPreamble().compareTo(position) < 0;
H A DScope.java71 public native final Position getPreamble() /*-{ in getPreamble() method in Scope
91 return getPreamble(); in getFoldStart()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/visualmode/
H A DVisualModeChunks.java92 if (row >= scope.getPreamble().getRow() && in getChunkAtRow()
225 if (start >= scope.getPreamble().getRow() && in setChunkLineExecState()
228 int offset = scope.getPreamble().getRow(); in setChunkLineExecState()
247 scope.getPreamble().getRow() == target.getPreamble().getRow()) in setChunkState()
H A DVisualModeEditingLocation.java107 if (!foundActive && scope.getPreamble().isBeforeOrEqualTo(cursorPos)) in getSourceOutlineLocation()
147 SourcePosition position = SourcePosition.create(scope.getPreamble().getRow(), in setSourceOutlineLocation()
148 scope.getPreamble().getColumn()); in setSourceOutlineLocation()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/test/src/markdown/
H A Dmarkdown_test.cpp458 EXPECT_EQ(2, o->getPreamble().size()); in TEST()
459 cout << endl << "'" << *(o->getPreamble()[0]) << "'"; in TEST()
460 cout << endl << "'" << *(o->getPreamble()[1]) << "'"; in TEST()
461 EXPECT_EQ("FORMAT: 1A", *(o->getPreamble()[0])); in TEST()
462 EXPECT_EQ("", *(o->getPreamble()[1])); in TEST()
693 EXPECT_EQ(3, o->getPreamble().size()); in TEST()
694 cout << endl << "'" << *(o->getPreamble()[0]) << "'"; in TEST()
695 cout << endl << "'" << *(o->getPreamble()[1]) << "'"; in TEST()
697 EXPECT_EQ("", *(o->getPreamble()[0])); in TEST()
698 EXPECT_EQ("", *(o->getPreamble()[1])); in TEST()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/rmd/
H A DChunkOutputCodeUi.java92 display_.unfold(Range.fromPoints(scope.getPreamble(), in onOutputHeightChanged()
153 display_.getFirstVisibleRow() >= getScope().getPreamble().getRow()) in ensureVisible()
163 Rectangle bounds = display_.getPositionBounds(chunk.getPreamble()); in ensureVisible()
H A DTextEditingTargetNotebook.java547 String chunkId = getRowChunkId(chunk.getPreamble().getRow()); in clearChunkOutput()
1222 if (curScope.getPreamble().getRow() == in getKnitrChunkLabel()
1223 chunk.getPreamble().getRow()) in getKnitrChunkLabel()
1246 setupScope.getPreamble().getRow() == preambleRow) in getRowChunkId()
1291 docDisplay_.unfold(Range.fromPoints(scope.getPreamble(),
1344 chunks_.setChunkState(chunk.getPreamble().getRow(), state);
1473 matches = output.getScope().getPreamble().getRow() == scope.getPreamble().getRow();
1499 if (output.getScope().getPreamble().getRow() ==
1500 scope.getPreamble().getRow())
1902 if (output.getScope().getPreamble() == current.getPreamble())
[all …]
H A DChunkContextUi.java50 int preambleRow = outerChunk.getPreamble().getRow(); in ChunkContextUi()
166 outerChunk_.getPreamble().getRow())); in interruptChunk()
199 Position start = outerChunk_.getPreamble(); in switchChunk()
/dports/www/matomo/piwik/core/AssetManager/
H A DUIAssetMerger.php76 abstract protected function getPreamble(); function in Piwik\\AssetManager\\UIAssetMerger
191 $this->mergedContent = $this->getPreamble() . $this->mergedContent;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/validator/constraints/
H A DUniqueIdsForUnitDefinitions.h78 virtual const char* getPreamble ();
H A DUniqueIdsInKineticLaw.h78 virtual const char* getPreamble ();
H A DUniqueSymbolsInInitialAssignments.h78 virtual const char* getPreamble ();
H A DUniqueVarsInEventAssignments.h87 virtual const char* getPreamble ();
H A DUniqueVarsInEventsAndRules.h78 virtual const char* getPreamble ();
H A DUniqueVarsInRules.h88 virtual const char* getPreamble ();
H A DUniqueIdsInModel.h78 virtual const char* getPreamble ();
H A DUniqueVarsInRules.cpp94 UniqueVarsInRules::getPreamble () in getPreamble() function in UniqueVarsInRules
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/validator/constraints/
H A DUniqueIdsForUnitDefinitions.h78 virtual const char* getPreamble ();
H A DUniqueIdsInKineticLaw.h78 virtual const char* getPreamble ();
H A DUniqueSymbolsInInitialAssignments.h78 virtual const char* getPreamble ();
H A DUniqueVarsInEventAssignments.h87 virtual const char* getPreamble ();
H A DUniqueVarsInEventsAndRules.h78 virtual const char* getPreamble ();
H A DUniqueVarsInRules.h88 virtual const char* getPreamble ();
H A DUniqueIdsInModel.h78 virtual const char* getPreamble ();
H A DUniqueVarsInRules.cpp94 UniqueVarsInRules::getPreamble () in getPreamble() function in UniqueVarsInRules

1234567891011