Home
last modified time | relevance | path

Searched defs:end (Results 51 – 75 of 458) sorted by relevance

12345678910>>...19

/plugin/refnotes/
Dscope.php13 public $end; variable in refnotes_scope_limits
18 public function __construct($start, $end = -1000) {
69 public function __construct($namespace, $id, $start = -1, $end = -1000) {
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DChunk.php28 private $end; variable in SebastianBergmann\\Diff\\Chunk
47 …public function __construct($start = 0, $startRange = 1, $end = 0, $endRange = 1, array $lines = a…
/plugin/diagramsnet/lib/math/extensions/
Dtex2jax.js19 ….patternQuote(b.inlineMath[c][0]));this.match[b.inlineMath[c][0]]={mode:"",end:b.inlineMath[c][1],… property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DKeyRangeLocation.php37 public $end; variable in Google\\Service\\Dataflow\\KeyRangeLocation
88 public function setEnd($end)
DPosition.php31 public $end; variable in Google\\Service\\Dataflow\\Position
76 public function setEnd($end)
/plugin/meta/
Dsyntax.php171 private function autocompleteDate($date, $end=false)
187 private function autocompleteTime($time, $end=false)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DVideoProperties.php29 public $end; variable in Google\\Service\\Slides\\VideoProperties
58 public function setEnd($end)
/plugin/highlightjs/highlight/languages/
D1c.js23 begin: '"', end: '"', property
29 begin: '"', end: '$', property
34 begin: '\\|', end: '$', property
39 begin: '\\|', end: '"', property
44 begin: '\'\\d{2}\\.\\d{2}\\.(\\d{2}|\\d{4})\'', end: '^' property
48 begin: '""', end: '^' property
52 begin: hljs.NUMBER_RE, end: '^', property
58 begin: IDENT_RE_RU, end: '^' property
62 begin: '\\(', end: '\\)', property
69 begin: '(процедура|функция)', end: '$', property
[all …]
Daxapta.js20 begin: '(class |interface )', end: '{', property
27 begin: '(implements|extends)', end: '^', property
34 begin: hljs.UNDERSCORE_IDENT_RE, end: '^' property
38 begin: '\\(', end: '\\)', property
49 begin: '#', end: '$' property
Dcs.js20 begin: '///', end: '$', returnBegin: true, property
25 begin: '///|<!--|-->', end: '^' property
29 begin: '</?', end: '>' property
33 begin: '@"', end: '"', property
38 begin: '""', end: '^' property
Ddos.js21 begin: '\\b\\d+', end: '^', property
26 begin: '@?rem', end: '$' property
30 begin: '%[^ ]+?%', end: '^' property
/plugin/asciidocjs/node_modules/lodash/
D_baseSlice.js10 function baseSlice(array, start, end) { argument
D_castSlice.js12 function castSlice(array, start, end) { argument
D_getView.js15 function getView(start, end, transforms) { argument
D_baseInRange.js14 function baseInRange(number, start, end) { argument
D_baseFill.js14 function baseFill(array, value, start, end) { argument
/plugin/virtualkeyboard/vk/extensions/
Ddocumentselection.js50 this.setRange = function(el, start, end, related) { argument
100 this.setCursorPosition = function (el,start,end) { argument
/plugin/source/
Dsyntax.php157 function _makeTitle($file,$start,$end) {
164 function _getSource($file,$start,$end) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_quick_info.js150 gantt.templates.quick_info_title = function(start, end, ev){ return ev.text.substr(0,50); }; argument
151 gantt.templates.quick_info_content = function(start, end, ev){ return ev.details || ev.text; }; argument
152 gantt.templates.quick_info_date = function(start, end, ev){ argument
155 gantt.templates.quick_info_class = function(start, end, task){ return ""; }; argument
/plugin/projects/lib/
Dcode_block.php17 private $end = NULL; variable in CodeBlock
164 function render_buttons(&$renderer, $end) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Doptions.js107 return function (block, text, start, end, startLoc, endLoc) { argument
112 end: end property
/plugin/asciidocjs/node_modules/acorn/src/
Doptions.js114 return function (block, text, start, end, startLoc, endLoc) { argument
119 end: end property
/plugin/swiftmail/Swift/Connection/
DSendmail.php192 protected function pipeIn($command, $end="\r\n")
257 public function write($command, $end="\r\n")
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.subtitle.js76 end: { property
132 end: function( event, options ) { method
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
DVFreeBusy.php27 public function isFree(\DateTime $start, \Datetime $end) {

12345678910>>...19