Home
last modified time | relevance | path

Searched refs:insertChunk (Results 76 – 93 of 93) sorted by relevance

1234

/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/GridFS/
H A DCollectionWrapper.php247 public function insertChunk($chunk) function in MongoDB\\GridFS\\CollectionWrapper
H A DWritableStream.php304 $this->collectionWrapper->insertChunk($chunk);
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/GridFS/
H A DCollectionWrapper.php247 public function insertChunk($chunk) function in MongoDB\\GridFS\\CollectionWrapper
H A DWritableStream.php304 $this->collectionWrapper->insertChunk($chunk);
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/fonts/
H A Dtextchunk.cpp197 textFont->insertChunk(this); in deleteImage()
H A Dfont.cpp478 void Font::insertChunk(TextChunk *const chunk) in insertChunk() function in Font
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/GridFS/
H A DWritableStream.php304 $this->collectionWrapper->insertChunk($chunk);
H A DCollectionWrapper.php251 public function insertChunk($chunk) function in MongoDB\\GridFS\\CollectionWrapper
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/AIFF/
H A DAIFFBehavior.cpp153 void AIFFBehavior::insertChunk( IChunkContainer& tree, Chunk& chunk ) in insertChunk() function in AIFFBehavior
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/
H A DPanmirrorWidget.java492 public void insertChunk(String chunkPlaceholder, int rowOffset, int colOffset) in insertChunk() method in PanmirrorWidget
494 editor_.insertChunk(chunkPlaceholder, rowOffset, colOffset); in insertChunk()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/WAVE/
H A DWAVEBehavior.cpp218 void WAVEBehavior::insertChunk( IChunkContainer& tree, Chunk& chunk ) in insertChunk() function in WAVEBehavior
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/filetypes/
H A DTextFileType.java421 results.add(commands.insertChunk()); in getSupportedCommands()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DTextEditingTargetWidget.java438 commands_.insertChunk().getTooltip(), in createToolbar()
439 commands_.insertChunk().getImageResource(), in createToolbar()
447 mgr.getSourceCommand(commands_.insertChunk(), column_).createUnsyncedToolbarButton(); in createToolbar()
H A DTextEditingTarget.java5555 visualMode_.insertChunk(chunkPlaceholder, rowOffset, colOffset); in onInsertChunk()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/visualmode/
H A DVisualMode.java740 public void insertChunk(String chunkPlaceholder, int rowOffset, int colOffset) in insertChunk() method in VisualMode
742 panmirror_.insertChunk(chunkPlaceholder, rowOffset, colOffset); in insertChunk()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/commands/
H A DCommands.java85 public abstract AppCommand insertChunk(); in insertChunk() method in Commands
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/editor/
H A Deditor.ts703 public insertChunk(chunkPlaceholder: string, rowOffset: number, colOffset: number) {
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSourceColumnManager.java2167 dynamicCommands_.add(commands_.insertChunk()); in initDynamicCommands()

1234