Home
last modified time | relevance | path

Searched refs:cursor (Results 201 – 225 of 652) sorted by last modified time

12345678910>>...27

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPubsubLite.php444 'path' => 'v1/cursor/{+subscription}:commitCursor',
464 'path' => 'v1/cursor/{+parent}/cursors',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DCommitCursorRequest.php32 public function setCursor(Cursor $cursor) argument
34 $this->cursor = $cursor;
41 return $this->cursor;
H A DComputeTimeCursorResponse.php28 public function setCursor(Cursor $cursor) argument
30 $this->cursor = $cursor;
37 return $this->cursor;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGqlQueryParameter.php25 public $cursor; variable in Google\\Service\\Datastore\\GqlQueryParameter
32 public function setCursor($cursor) argument
34 $this->cursor = $cursor;
41 return $this->cursor;
/plugin/vshare/
H A Dall.css13 cursor: pointer;
/plugin/tablelayout/
H A Dstyle.less13 cursor: pointer;
H A Dyarn.lock314 cli-cursor@^2.1.0:
316 …resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d4…
318 restore-cursor "^2.0.0"
1254 cli-cursor "^2.1.0"
2130 restore-cursor@^2.0.0:
2132 …resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d…
/plugin/layeranimation/
H A Dstyle.less158 cursor: pointer;
204 cursor: pointer;
/plugin/passwordgrey/
H A Dstyle.css5 cursor: text !important;
15 cursor: pointer;
/plugin/bpmnioeditor/
H A Dstyle.css211 cursor: ns-resize;
326 .djs-cursor-grab {
329 cursor: grab;
335 cursor: grabbing;
342 .djs-cursor-move {
343 cursor: move;
405 cursor: pointer;
447 cursor: default;
494 cursor: default;
519 cursor: default;
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js27470 if (context.cursor) {
27471 set(context.cursor);
30836 cursor: 'nwse-resize',
31990 cursor: 'grabbing',
32527 if (cursor) {
47356 cursor: CURSOR_CROSSHAIR,
47374 cursor: CURSOR_CROSSHAIR,
54084 cursor: 'grabbing',
54971 cursor: LASSO_TOOL_CURSOR,
55194 cursor: HAND_CURSOR,
[all …]
H A Dbpmn-modeler.production.min.js2 …:1,"color-interpolation-filters":1,"color-profile":1,"color-rendering":1,cursor:1,direction:1,disp…
33 …!0,r.keepSelection||(c.previousSelection=n.get(),n.select(null)),r.cursor&&oa(r.cursor),t.addMarke…
34cursor:"x"===s?"resize-ew":"resize-ns",data:{connection:t,connectionGfx:p,context:o}}))},t.on("con…
H A Ddiagram-js.css206 cursor: ns-resize;
321 .djs-cursor-grab {
324 cursor: grab;
330 cursor: grabbing;
337 .djs-cursor-move {
338 cursor: move;
400 cursor: pointer;
442 cursor: default;
489 cursor: default;
514 cursor: default;
[all …]
/plugin/popupviewer/
H A Dstyle.css22 cursor: pointer;
49 cursor: default;
/plugin/move/
H A Dstyle.less31 cursor: move;
35 cursor: pointer;
71 cursor: pointer;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCell.php58 matchesNextLine(Cursor $cursor) global() argument
63 handleRemainingContents(ContextInterface $context, Cursor $cursor) global() argument
H A DTableSection.php58 matchesNextLine(Cursor $cursor) global() argument
63 handleRemainingContents(ContextInterface $context, Cursor $cursor) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerParser.php38 $cursor = $inlineContext->getCursor();
39 $oldState = $cursor->saveState();
41 $cursor->advanceBy(3);
43 if ($cursor->getNextNonSpaceCharacter() === null) {
44 $cursor->restoreState($oldState);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DBlockQuote.php
H A DDocument.php
H A DListBlock.php
H A DStringContainerInterface.php
H A DThematicBreak.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php

12345678910>>...27