Home
last modified time | relevance | path

Searched defs:end (Results 26 – 50 of 459) sorted by relevance

12345678910>>...19

/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
DBody.php17 protected $end; variable in Twig_Extensions_Grammar_Body
19 public function __construct($name, $end = null)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2Range.php25 public $end; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Range
34 public function setEnd($end)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1SequentialSegment.php25 public $end; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1SequentialSegment
34 public function setEnd($end)
/plugin/highlightjs/highlight/languages/
Djava.js16 begin: '(class |interface )', end: '{', property
23 begin: '(implements|extends)', end: '^', noMarkup: true, property
30 begin: hljs.UNDERSCORE_IDENT_RE, end: '^' property
34 begin: '\\(', end: '\\)', property
44 begin: '/\\*\\*', end: '\\*/', property
50 begin: '@[A-Za-z]+', end: '^' property
55 begin: '@[A-Za-z]+', end: '^' property
Dperl.js20 begin: '\\$\\d', end: '^' property
24 …begin: '[\\$\\%\\@\\*](\\^\\w\\b|#\\w+(\\:\\:\\w+)*|[^\\s\\w{]|{\\w+}|\\w+(\\:\\:\\w*)*)', end: '^' property
30 begin: '[$@]\\{', end: '\}', property
38 … begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', end: '^', property
43 begin: 'q[qwxr]?\\s*\\(', end: '\\)', property
49 begin: 'q[qwxr]?\\s*\\[', end: '\\]', property
55 begin: 'q[qwxr]?\\s*\\{', end: '\\}', property
61 begin: 'q[qwxr]?\\s*\\|', end: '\\|', property
67 begin: 'q[qwxr]?\\s*\\<', end: '\\>', property
73 begin: 'qw\\s+q', end: 'q', property
[all …]
Dphp.js18 begin: '/\\*', end: '\\*/', property
23 begin: '\\s@[A-Za-z]+', end: '^', property
29 begin: '\'', end: '\'', property
35 begin: '"', end: '"', property
42 begin: '\\$[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*', end: '^' property
46 begin: '<\\?php', end: '^', property
51 begin: '\\?>', end: '^' property
Djavascript.js23 begin: '(' + hljs.RE_STARTERS_RE + '|case|return|throw)\\s*', end: '^', noMarkup: true, property
31 begin: '/.*?[^\\\\/]/[gim]*', end: '^' property
35 begin: '\\bfunction\\b', end: '{', property
42 begin: '[A-Za-z$_][0-9A-Za-z$_]*', end: '^' property
46 begin: '\\(', end: '\\)', property
Druby.js11 …le': 1, 'in': 1, 'return': 1, 'redo': 1, 'if': 1, 'BEGIN': 1, 'retry': 1, 'end': 1, 'for': 1, 'tru… property
24 begin: '^\\=begin', end: '^\\=end', property
29 begin: '^__END__', end: '\\n$' property
33 begin: '\\(', end: '\\)', property
40 begin: '\\bdef\\b', end: '$|;', property
47 begin: '\\b(class|module)\\b', end: '$', property
55 begin: '[A-Za-z_]\\w*(::\\w+)*(\\?|\\!)?', end: '^', property
60 begin: '<\\s*', end: '^', property
65 begin: '(' + hljs.IDENT_RE + '::)?' + hljs.IDENT_RE, end: '^' property
69 … begin: '(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b', end: '^', property
[all …]
Ddjango.js18 begin: '<[A-Za-z/]', end: '>', property
25 begin: '"', end: '"', property
31 begin: '\\{\\%\\s*comment\\s*\\%\\}', end: '\\{\\%\\s*endcomment\\s*\\%\\}' property
35 begin: '\\{#', end: '#\\}' property
39 begin: '\\{\\%', end: '\\%\\}', property
46 begin: '\\{\\{', end: '\\}\\}', property
51 begin: '\\|[A-Za-z]+\\:?', end: '^', excludeEnd: true, property
58 begin: '"', end: '"' property
Ddelphi.js6 …1, 'virtual': 1, 'file': 1, 'in': 1, 'array': 1, 'label': 1, 'packed': 1, 'end.': 1, 'index': 1, '… property
7 …nd': 1, 'cdecl': 1, 'do': 1, 'threadvar': 1, 'file': 1, 'in': 1, 'if': 1, 'end': 1, 'virtual': 1, … property
19 begin: '{', end: '}', property
24 begin: '\\(\\*', end: '\\*\\)', property
30 begin: hljs.NUMBER_RE, end: '^', property
35 begin: '\'', end: '\'', property
41 begin: '(#\\d+)+', end: '^' property
45 begin: '\'\'', end: '^', noMarkup: true property
49 begin: 'function\\b', end: '[:;]', property
57 begin: '(procedure|constructor|destructor)\\b', end: ';', property
[all …]
Dcss.js17 begin: '@', end: '[{;]', property
25 begin: '\\#[A-Za-z0-9_-]+', end: '^' property
29 begin: '\\.[A-Za-z0-9_-]+', end: '^', property
34 begin: '\\[', end: '\\]', property
39 begin: ':(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\\"\\\']+', end: '^' property
43 begin: '{', end: '}', property
49 begin: '[A-Z\\_\\.\\-]+\\s*:', end: ';', endsWithParent: true, property
62 begin: hljs.NUMBER_RE, end: '^' property
66 begin: '\\#[0-9A-F]+', end: '^' property
70 begin: hljs.IDENT_RE + '\\(', end: '\\)', property
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js55 end: body[i].end, property
70 end: my_end_token(M), property
77 end: my_end_token(M), property
86 end: my_end_token(M), property
95 end: my_end_token(M), property
106 end : my_end_token(M), property
116 end : my_end_token(M.value), property
131 end : my_end_token(M), property
140 end : my_end_token(M), property
176 end : my_end_token(M) property
[all …]
Dparse.js844 end : prev() property
1161 end : prev() property
1170 end : prev() property
1189 end : prev() property
1202 end : prev() property
1210 end : prev() property
1228 end : prev() property
1240 ret = new AST_Number({ start: tok, end: tok, value: tok.value }); property
1245 end : tok, property
1251 ret = new AST_RegExp({ start: tok, end: tok, value: tok.value }); property
[all …]
/plugin/virtualkeyboard/vk/extensions/
Darrayextensions.js67 Array.prototype.slice = function(start, end) { argument
136 Array.prototype.lastIndexOf = function(needle,end) { argument
216 Array.range = function(end /* :Number */, start /* :Number */, inc /* :Number */) /* :Array */{ argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DSpanFirst.php19 public function __construct($match = null, ?int $end = null)
49 public function setEnd(int $end): self
/plugin/highlightjs/highlight/
Dhighlight.js182 function processModeInfo(buffer, lexem, end) { argument
533 begin: '\'', end: '\'', property
540 begin: '"', end: '"', property
547 begin: '\\\\.', end: '^', noMarkup: true, property
552 begin: '//', end: '$', property
557 begin: '/\\*', end: '\\*/' property
561 begin: '#', end: '$' property
565 begin: this.C_NUMBER_RE, end: '^', property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DHistogramRule.php22 public $end; variable in Google\\Service\\Sheets\\HistogramRule
26 public function setEnd($end)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1RevenueShareRange.php25 public $end; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RevenueShareRange
35 public function setEnd($end)
DGoogleCloudApigeeV1RateRange.php25 public $end; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RateRange
36 public function setEnd($end)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
DBin.php26 public $end; variable in Google\\Service\\ChromeUXReport\\Bin
43 public function setEnd($end)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
DComment.php188 private function _processLine($string, $eolChar, $start, $end)
261 private function _collectWhitespace($string, $start, $end)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DKeyRangeDataDiskAssignment.php29 public $end; variable in Google\\Service\\Dataflow\\KeyRangeDataDiskAssignment
52 public function setEnd($end)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DRangePartitioningRange.php25 public $end; variable in Google\\Service\\Bigquery\\RangePartitioningRange
38 public function setEnd($end)
/plugin/icalevents/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php47 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
92 …function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objects = nu…
177 function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null) {
/plugin/webdav/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php47 protected $end; variable in Sabre\\VObject\\FreeBusyGenerator
92 …public function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objec…
165 public function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null)

12345678910>>...19