Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19 ….patternQuote(b.inlineMath[c][0]));this.match[b.inlineMath[c][0]]={mode:"",end:b.inlineMath[c][1],… property in search
/plugin/highlightjs/highlight/languages/
H A Dhtml-xml.js7 begin: '<!--', end: '-->' property in hljs.XML_COMMENT
11 begin: '\\s[a-zA-Z\\:-]+=', end: '^', property in hljs.XML_ATTR
16 begin: '"', end: '"' property in hljs.XML_VALUE_QUOT
20 begin: '\'', end: '\'' property in hljs.XML_VALUE_APOS
67 begin: '<!DOCTYPE', end: '>', property in hljs.HTML_DOCTYPE
72 begin: '\\s[a-zA-Z\\:-]+=', end: '^', property in hljs.HTML_ATTR
77 begin: ' [a-zA-Z]+', end: '^' property in hljs.HTML_SHORT_ATTR
81 begin: '[a-zA-Z0-9]+', end: '^' property in hljs.HTML_VALUE
/plugin/refnotes/
H A Dscope.php13 public $end; variable in refnotes_scope_limits
18 public function __construct($start, $end = -1000) { argument
69 public function __construct($namespace, $id, $start = -1, $end = -1000) { argument
/plugin/webdav/vendor/sabre/vobject/lib/
H A 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)
/plugin/icalevents/vendor/sabre/vobject/lib/
H A 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/findologicxmlexport/vendor/sebastian/diff/src/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DKeyRangeLocation.php37 public $end; variable in Google\\Service\\Dataflow\\KeyRangeLocation
88 public function setEnd($end)
H A DPosition.php31 public $end; variable in Google\\Service\\Dataflow\\Position
76 public function setEnd($end)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideoProperties.php29 public $end; variable in Google\\Service\\Slides\\VideoProperties
58 public function setEnd($end)
/plugin/meta/
H A Dsyntax.php174 private function autocompleteDate($date, $end=false)
190 private function autocompleteTime($time, $end=false)
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A 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/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js50 this.setRange = function(el, start, end, related) { argument
100 this.setCursorPosition = function (el,start,end) { argument
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVFreeBusy.php27 public function isFree(\DateTime $start, \Datetime $end) {
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php27 public function isFree(\DateTime $start, \Datetime $end) {
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVFreeBusy.php27 public function isFree(\DateTime $start, \Datetime $end) {
/plugin/source/
H A Dsyntax.php157 function _makeTitle($file,$start,$end) {
164 function _getSource($file,$start,$end) {
/plugin/projects/lib/
H A Dcode_block.php17 private $end = NULL; variable in CodeBlock
164 function render_buttons(&$renderer, $end) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 public function isFree(DateTimeInterface $start, DatetimeInterface $end)
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php10 function testInTimeRange(VEvent $vevent, $start, $end, $outcome) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php29 function isFree(DateTimeInterface $start, DatetimeInterface $end) {

12345678910>>...13