Home
last modified time | relevance | path

Searched refs:Cursor (Results 1 – 25 of 70) sorted by path

123

/plugin/aceeditor/
H A Dbuild.js1Cursor=i}),define("ace/scrollbar",["require","exports","module","./lib/oop","./lib/dom","./lib/eve…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DCursor.php20 class Cursor extends \Google\Collection class
61 class_alias(Cursor::class, 'Google_Service_Firestore_Cursor');
H A DPartitionQueryResponse.php27 protected $partitionsType = Cursor::class;
45 * @param Cursor[]
52 * @return Cursor[]
H A DStructuredQuery.php23 protected $endAtType = Cursor::class;
39 protected $startAtType = Cursor::class;
45 * @param Cursor
47 public function setEndAt(Cursor $endAt)
52 * @return Cursor
129 * @param Cursor
131 public function setStartAt(Cursor $startAt)
136 * @return Cursor
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DCommitCursorRequest.php22 protected $cursorType = Cursor::class;
30 * @param Cursor
32 public function setCursor(Cursor $cursor)
37 * @return Cursor
H A DComputeHeadCursorResponse.php22 protected $headCursorType = Cursor::class;
26 * @param Cursor
28 public function setHeadCursor(Cursor $headCursor)
33 * @return Cursor
H A DComputeMessageStatsRequest.php22 protected $endCursorType = Cursor::class;
28 protected $startCursorType = Cursor::class;
32 * @param Cursor
34 public function setEndCursor(Cursor $endCursor)
39 * @return Cursor
60 * @param Cursor
62 public function setStartCursor(Cursor $startCursor)
67 * @return Cursor
H A DComputeTimeCursorResponse.php22 protected $cursorType = Cursor::class;
26 * @param Cursor
28 public function setCursor(Cursor $cursor)
33 * @return Cursor
H A DCursor.php20 class Cursor extends \Google\Model class
44 class_alias(Cursor::class, 'Google_Service_PubsubLite_Cursor');
H A DPartitionCursor.php22 protected $cursorType = Cursor::class;
30 * @param Cursor
32 public function setCursor(Cursor $cursor)
37 * @return Cursor
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
H A DCursor.php28 class Cursor extends \Google\Service\Resource class
33 class_alias(Cursor::class, 'Google_Service_PubsubLite_Resource_Cursor');
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md28 * [#16845](https://dev.ckeditor.com/ticket/16845): [IE] Fixed: Cursor jumps to the top of the scrol…
609 * [#12515](http://dev.ckeditor.com/ticket/12515): Fixed: Cursor is in the wrong position when undoi…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md448 * [#16845](https://dev.ckeditor.com/ticket/16845): [IE] Fixed: Cursor jumps to the top of the scrol…
1029 * [#12515](https://dev.ckeditor.com/ticket/12515): Fixed: Cursor is in the wrong position when undo…
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc77 …//'If <code>Cursor</code> is selected, the old tag syntax must be selected and it will be replaced…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1Cursor An object containing the\n * position of the cursor.\n */\n // All of the fu…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1Cursor-blinking\n function restartBlink(cm) {\n if (!cm.state.focused) { return }\n var dis…
H A Dstyles.min.css.map1 ….CodeMirror-gutter .CodeMirror-gutter-text {\n color: #586e75;\n}\n\n/* Cursor */\n.cm-s-solarize…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md339 - `Cursor::getCurrentCharacter()`
391 - `InlineParserContext::__construct()` now requires the contents to be provided as a `Cursor` instead of a `string`
460 - `Cursor::saveState()` and `Cursor::restoreState()` now use `CursorState` objects instead of arrays
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
H A DAbstractStringContainerBlock.php
H A DBlockQuote.php
H A DDocument.php
H A DFencedCode.php
H A DHeading.php

123