Home
last modified time | relevance | path

Searched refs:Cursor (Results 1 – 25 of 37) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
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
DComputeTimeCursorResponse.php22 protected $cursorType = Cursor::class;
26 * @param Cursor
28 public function setCursor(Cursor $cursor)
33 * @return Cursor
DComputeHeadCursorResponse.php22 protected $headCursorType = Cursor::class;
26 * @param Cursor
28 public function setHeadCursor(Cursor $headCursor)
33 * @return Cursor
DCommitCursorRequest.php22 protected $cursorType = Cursor::class;
30 * @param Cursor
32 public function setCursor(Cursor $cursor)
37 * @return Cursor
DPartitionCursor.php22 protected $cursorType = Cursor::class;
30 * @param Cursor
32 public function setCursor(Cursor $cursor)
37 * @return Cursor
DCursor.php20 class Cursor extends \Google\Model class
44 class_alias(Cursor::class, 'Google_Service_PubsubLite_Cursor');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
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
DPartitionQueryResponse.php27 protected $partitionsType = Cursor::class;
45 * @param Cursor[]
52 * @return Cursor[]
DCursor.php20 class Cursor extends \Google\Collection class
61 class_alias(Cursor::class, 'Google_Service_Firestore_Cursor');
/plugin/jcapture/src/com/hammurapi/jcapture/
DComponentResizer.java4 import java.awt.Cursor;
32 cursors.put(1, Cursor.N_RESIZE_CURSOR);
33 cursors.put(2, Cursor.W_RESIZE_CURSOR);
34 cursors.put(4, Cursor.S_RESIZE_CURSOR);
35 cursors.put(8, Cursor.E_RESIZE_CURSOR);
36 cursors.put(3, Cursor.NW_RESIZE_CURSOR);
37 cursors.put(9, Cursor.NE_RESIZE_CURSOR);
38 cursors.put(6, Cursor.SW_RESIZE_CURSOR);
39 cursors.put(12, Cursor.SE_RESIZE_CURSOR);
51 private Cursor sourceCursor;
[all …]
DComponentMover.java4 import java.awt.Cursor;
49 private Cursor originalCursor;
257 source.setCursor(Cursor.getPredefinedCursor(Cursor.MOVE_CURSOR)); in setupForDragging()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
DCursor.php28 class Cursor extends \Google\Service\Resource class
33 class_alias(Cursor::class, 'Google_Service_PubsubLite_Resource_Cursor');
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DJTableRenderer.java15 import java.awt.Cursor;
155 button.setCursor(new Cursor(Cursor.DEFAULT_CURSOR)); in JTableRenderer()
169 scrollPane.setCursor(new Cursor(Cursor.DEFAULT_CURSOR)); in JTableRenderer()
191 label.setCursor(new Cursor(Cursor.NW_RESIZE_CURSOR)); in JTableRenderer()
362 setCursor(new Cursor(Cursor.DEFAULT_CURSOR)); in MyTable()
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
DResolve.php145 Console\Cursor::colorize('foreground(yellow)'),
147 Console\Cursor::colorize('normal'),
/plugin/fho/
Dstyle.css46 cursor: pointer; /* Hand-Cursor */
73 cursor: pointer; /* Hand-Cursor */
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts6 import Cursor = Reader.Cursor;
37 getCursor(): Cursor;
136 class Cursor {
2084 getSourceLocation(): Cursor;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts6 import Cursor = Reader.Cursor;
37 getCursor(): Cursor;
136 class Cursor {
2084 getSourceLocation(): Cursor;
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
Dtags.js.unc77 …//'If <code>Cursor</code> is selected, the old tag syntax must be selected and it will be replaced…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D61.61.js.map1Cursor\n 'CURSOR_STATUS',\n // Datatype\n 'DATALENGTH',\n 'IDENT_CURRE…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs5831 …lf.reader = $$('PreprocessorReader').$new(self, data, $$$($$('Reader'), 'Cursor').$new(attrs['$[]'…
5850 …self.reader = $$('PreprocessorReader').$new(doc, data, $$$($$('Reader'), 'Cursor').$new(self.attri…
9743 var self = $klass($base, $super, 'Cursor');
10137 return $$('Cursor').$new(self.file, self.dir, self.path, self.lineno)
10143 return $$('Cursor').$new(self.file, self.dir, self.path, lineno)
10150 return $send($$('Cursor'), 'new', $to_a(self.mark))
10162 return $$('Cursor').$new(m_file, m_dir, m_path, $rb_minus(m_lineno, 1));
10164 return $$('Cursor').$new(self.file, self.dir, self.path, $rb_minus(self.lineno, 1))
10171 return $$('Cursor').$new(self.file, self.dir, self.path, $rb_minus(self.lineno, 1))
10472 } return $$('Cursor').$new(file, dir, path, lineno);
[all …]
Dasciidoctor.js20364 const Cursor = Opal.Asciidoctor.Reader.Cursor constant
20371 Cursor.prototype.getFile = function () { class
20381 Cursor.prototype.getDirectory = function () {
20391 Cursor.prototype.getPath = function () {
20401 Cursor.prototype.getLineNumber = function () {
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1Cursor An object containing the\n * position of the cursor.\n */\n // All of the fu…
/plugin/ckgdoku/ckeditor/
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/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js44729 const Cursor = Opal.Asciidoctor.Reader.Cursor
44736 Cursor.prototype.getFile = function () { class
44746 Cursor.prototype.getDirectory = function () {
44756 Cursor.prototype.getPath = function () {
44766 Cursor.prototype.getLineNumber = function () {
/plugin/edittable/lib/
Dhandsontable.full.js39297 var Cursor = function () {
39298 function Cursor(object) {
39299 _classCallCheck(this, Cursor);
39348 _createClass(Cursor, [{
39419 return Cursor;
39422 exports.default = Cursor;

12