Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/template/twigstarter/vendor/twig/twig/src/
DLexer.php26 private $cursor; variable in Twig\\Lexer
160 $this->cursor = 0;
173 while ($this->cursor < $this->end) {
213 $this->pushToken(/* Token::TEXT_TYPE */ 0, substr($this->code, $this->cursor));
214 $this->cursor = $this->end;
221 while ($position[1] < $this->cursor) {
229 $text = $textContent = substr($this->code, $this->cursor, $position[1] - $this->cursor);
252 … if (preg_match($this->regexes['lex_block_raw'], $this->code, $match, 0, $this->cursor)) {
256 … } elseif (preg_match($this->regexes['lex_block_line'], $this->code, $match, 0, $this->cursor)) {
276 …his->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, 0, $this->cursor)) {
[all …]
/template/strap/vendor/symfony/yaml/
H A DParser.php759 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
761 return Inline::parse($this->lexInlineMapping($cursor), $flags, $this->refs);
763 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
765 return Inline::parse($this->lexInlineSequence($cursor), $flags, $this->refs);
771 $cursor = \strlen(rtrim($this->currentLine)) - \strlen(rtrim($value));
772 … $parsedValue = Inline::parse($this->lexInlineQuotedString($cursor), $flags, $this->refs);
774 …if (isset($this->currentLine[$cursor]) && preg_replace('/\s*(#.*)?$/A', '', substr($this->currentL…
775 …w ParseException(sprintf('Unexpected characters near "%s".', substr($this->currentLine, $cursor)));
1150 private function lexInlineQuotedString(int &$cursor = 0): string argument
1152 $quotation = $this->currentLine[$cursor];
[all …]
/template/a_free_worldic/
Dscript.js19 obj.style.cursor = 'pointer';
24 obj.parentNode.style.cursor = 'pointer';
25 obj.parentNode.style.cursor = 'hand';
58 obj.style.cursor = 'pointer';
63 obj.parentNode.style.cursor = 'pointer';
64 obj.parentNode.style.cursor = 'hand';
/template/arctic/
Dscript.js19 obj.style.cursor = 'pointer';
24 obj.parentNode.style.cursor = 'pointer';
25 obj.parentNode.style.cursor = 'hand';
59 obj.style.cursor = 'pointer';
65 obj.parentNode.style.cursor = 'pointer';
66 obj.parentNode.style.cursor = 'hand';
/template/arctictut/
Dscript.js19 obj.style.cursor = 'pointer';
26 obj.parentNode.style.cursor = 'pointer';
27 obj.parentNode.style.cursor = 'hand';
61 obj.style.cursor = 'pointer';
69 obj.parentNode.style.cursor = 'pointer';
70 obj.parentNode.style.cursor = 'hand';
/template/arctic-mbo/
Dscript.js.old19 obj.style.cursor = 'pointer';
24 obj.parentNode.style.cursor = 'pointer';
25 obj.parentNode.style.cursor = 'hand';
58 obj.style.cursor = 'pointer';
63 obj.parentNode.style.cursor = 'pointer';
64 obj.parentNode.style.cursor = 'hand';
Dscript.js.old220 obj.style.cursor = 'pointer';
25 obj.parentNode.style.cursor = 'pointer';
26 obj.parentNode.style.cursor = 'hand';
59 obj.style.cursor = 'pointer';
64 obj.parentNode.style.cursor = 'pointer';
65 obj.parentNode.style.cursor = 'hand';
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/dokubrick/
Dscript.js19 obj.style.cursor = 'pointer';
24 obj.parentNode.style.cursor = 'pointer';
25 obj.parentNode.style.cursor = 'hand';
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/breeze/bower_components/gumby/sass/ui/
D_tabs.scss16 cursor: default;
24 cursor: default;
39 cursor: pointer;
53 cursor: default;
78 cursor: pointer;
/template/knotux/
D_linkwiz.css19 cursor: move;
23 cursor: pointer;
67 cursor: move;
/template/icke/css/
D_editor.css8 cursor: pointer;
32 cursor: pointer;
48 cursor: pointer;
/template/templar/less/
Dclose.less18 cursor: pointer;
28 cursor: pointer;
/template/typowiki/typowiki/scss/
D_sanitize.scss26 * 1. Use the default cursor in all browsers (opinionated).
36 cursor: default; /* 1 */
371 * Correct the cursor style of increment and decrement buttons in Safari.
529 * Change the cursor on busy elements in all browsers (opinionated).
533 cursor: progress;
537 * Change the cursor on control elements in all browsers (opinionated).
541 cursor: pointer;
545 * Change the cursor on disabled, not-editable, or otherwise
551 cursor: not-allowed;
/template/sprintdoc/css/
H A Darea_forms.less47 cursor: pointer;
135 cursor: pointer;
155 cursor: pointer;
186 cursor: default;
208 cursor: pointer;
238 cursor: auto;
/template/rtd_suterdev/css/
Dmobileheader.css29 cursor: pointer;
43 cursor:pointer;
/template/readthedokus/css/
H A Dmobileheader.css29 cursor: pointer;
43 cursor:pointer;
/template/apricot/css/
Dbasic.css38 cursor: help;
149 cursor: help;
203 cursor: pointer;
221 cursor: pointer;
225 cursor: auto;
/template/incognitek/
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/dwsimple/
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/dokuxp/
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/lcars/
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/r7throot3/
D_linkwiz.css22 cursor: pointer;
66 cursor: move;
/template/sandy/
D_linkwiz.css22 cursor: pointer;
66 cursor: move;

12345678910>>...32