Home
last modified time | relevance | path

Searched defs:start (Results 51 – 75 of 620) sorted by relevance

12345678910>>...25

/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/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCharStream.php20 public function getText(int $start, int $stop) : string; argument
H A DInterval.php15 public $start; variable in Antlr\\Antlr4\\Runtime\\Interval
20 public function __construct(int $start, int $stop) argument
[all...]
/plugin/numbering/scripts/
H A Dgetnum.php51 function getNumberingNextNumber($db, $start) {
/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/authnc/
H A Dauth.php235 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
320 public function retrieveGroups($start = 0, $limit = 0)
/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/jdraw/src/com/hammurapi/jdraw/
H A DJDrawApplet.java41 public void start() { in start() method in JDrawApplet
/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) {
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/source/
H A Dsyntax.php157 function _makeTitle($file,$start,$end) {
164 function _getSource($file,$start,$end) {
/plugin/authgooglesheets/
H A Dhelper.php65 public function getUsers($start = 0, $limit = 0, $filter = null)
250 protected function getFilteredUsers($start, $limit, $filter)
/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) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DDriver.php44 public function start($determineUnusedAndDead = true); function
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php71 int $start = 0,
/plugin/authsmartcard/
H A Dauth.php242 public function retrieveUsers($start, $limit, $filter) {
267 public function retrieveGroups($start = 0, $limit = 0) {
/plugin/statistics/inc/
H A DStatisticsGraph.class.php11 private $start; variable in StatisticsGraph
19 public function render($call, $from, $to, $start) { argument

12345678910>>...25