/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/ |
D | ComputeMessageStatsRequest.php | 22 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
|
D | ComputeTimeCursorResponse.php | 22 protected $cursorType = Cursor::class; 26 * @param Cursor 28 public function setCursor(Cursor $cursor) 33 * @return Cursor
|
D | ComputeHeadCursorResponse.php | 22 protected $headCursorType = Cursor::class; 26 * @param Cursor 28 public function setHeadCursor(Cursor $headCursor) 33 * @return Cursor
|
D | CommitCursorRequest.php | 22 protected $cursorType = Cursor::class; 30 * @param Cursor 32 public function setCursor(Cursor $cursor) 37 * @return Cursor
|
D | PartitionCursor.php | 22 protected $cursorType = Cursor::class; 30 * @param Cursor 32 public function setCursor(Cursor $cursor) 37 * @return Cursor
|
D | Cursor.php | 20 class Cursor extends \Google\Model class 44 class_alias(Cursor::class, 'Google_Service_PubsubLite_Cursor');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
D | StructuredQuery.php | 23 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
|
D | PartitionQueryResponse.php | 27 protected $partitionsType = Cursor::class; 45 * @param Cursor[] 52 * @return Cursor[]
|
D | Cursor.php | 20 class Cursor extends \Google\Collection class 61 class_alias(Cursor::class, 'Google_Service_Firestore_Cursor');
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
D | ComponentResizer.java | 4 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 …]
|
D | ComponentMover.java | 4 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/ |
D | Cursor.php | 28 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/ |
D | JTableRenderer.java | 15 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/ |
D | Resolve.php | 145 Console\Cursor::colorize('foreground(yellow)'), 147 Console\Cursor::colorize('normal'),
|
/plugin/fho/ |
D | style.css | 46 cursor: pointer; /* Hand-Cursor */ 73 cursor: pointer; /* Hand-Cursor */
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
D | index.d.ts | 6 import Cursor = Reader.Cursor; 37 getCursor(): Cursor; 136 class Cursor { 2084 getSourceLocation(): Cursor;
|
/plugin/asciidocjs/node_modules/asciidoctor/types/ |
D | index.d.ts | 6 import Cursor = Reader.Cursor; 37 getCursor(): Cursor; 136 class Cursor { 2084 getSourceLocation(): Cursor;
|
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/ |
D | tags.js.unc | 77 …//'If <code>Cursor</code> is selected, the old tag syntax must be selected and it will be replaced…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 61.61.js.map | 1 …Cursor\n 'CURSOR_STATUS',\n // Datatype\n 'DATALENGTH',\n 'IDENT_CURRE…
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
D | asciidoctor.cjs | 5831 …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 …]
|
D | asciidoctor.js | 20364 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/ |
D | vim.min.js.map | 1 …Cursor An object containing the\n * position of the cursor.\n */\n // All of the fu…
|
/plugin/ckgdoku/ckeditor/ |
D | CHANGES.md | 28 * [#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/ |
D | asciidoctor.js | 44729 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/ |
D | handsontable.full.js | 39297 var Cursor = function () { 39298 function Cursor(object) { 39299 _classCallCheck(this, Cursor); 39348 _createClass(Cursor, [{ 39419 return Cursor; 39422 exports.default = Cursor;
|