Home
last modified time | relevance | path

Searched refs:start (Results 101 – 125 of 1772) sorted by relevance

12345678910>>...71

/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css6 .bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
10 .bpmn-icon-start-event-non-interrupting-signal:before { content: '\e80b'; } /* '' */
18 .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
24 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
25 .bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
35 .bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
36 .bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
41 .bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
42 .bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
59 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php104 $start = null;
112 $start = DateTime::createFromFormat('U', $queryParams['start']);
121 if (!$start || !$end) {
151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo…
162 * @param DateTime|null $start
170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper… argument
176 if ($start || $end || $componentType) {
189 'start' => $start,
246 $mergedCalendar = $mergedCalendar->expand($start, $end, $calendarTimeZone);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js483 Backbone.history.start({
504 Backbone.history.start({
525 Backbone.history.start({
537 Backbone.history.start({
571 Backbone.history.start({
604 Backbone.history.start({
626 Backbone.history.start({
645 Backbone.history.start({
728 Backbone.history.start({
754 Backbone.history.start({
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php20 $bench->parse->start();
27 $start = new \DateTime('2000-01-01'); variable
31 $bench->fb->start();
35 $fb = new Sabre\VObject\FreeBusyGenerator($start, $end, $vcal, $timeZone);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
H A Dmd1_ordered_and_unordered_lists.md1 ## Ordered, start's with 4
15 Loose using tabs, start's with 5:
31 Multiple paragraphs, start's with 5:
42 ## Nested, start's with 5
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php64 …* @param int $start Assuming that $items is a fragment of the total, this is the global index of t…
72 abstract public function serializeItems($items, $start, $count, $total); argument
80 …* @param int $start Assuming that $items is a fragment of the total, this is the global index of t…
88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument
/plugin/behave/
H A Dbehave.js189 set: function (start, end) {
191 end = start;
200 range.moveStart('character', start);
206 start = 0, variable
232 start = end = len;
235 start += normalizedValue.slice(0, start).split(newLine).length - 1;
247 return start==end ? false : {
248 start: start,
384 var tempStart = selection.start;
405 utils.cursor.set(selection.start, selection.start+toIndent.length);
[all …]
/plugin/header2/
H A Drenderer.php35 public function startSectionEdit($start, $type, $title = null) { argument
37 $this->sectionedits[] = array(++$lastsecid, $start, $type, $title);
42 list($id, $start, $type, $title) = array_pop($this->sectionedits);
43 if (!is_null($end) && $end <= $start) {
50 $this->doc .= "[$start-" . (is_null($end) ? '' : $end) . '] -->';
/plugin/webcomponent/_test/data/pages/
H A Dcard_column.txt27 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
32 Lorem ipsum [[dokuwiki:webcomponent:start|dolor]] sit amet, consectetur adipiscing elit. Integer po…
33 <cite>Someone famous in [[dokuwiki:webcomponent:start|Source Title]]</cite>
46 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
51 Lorem ipsum [[dokuwiki:webcomponent:start|dolor]] sit amet, consectetur adipiscing elit. Integer po…
52 <cite>Someone famous in [[dokuwiki:webcomponent:start|Source Title]]</cite>
/plugin/swiftmail/Swift/Connection/
H A DRotator.php74 $start = $this->active === null ? 0 : ($this->active + 1);
75 if ($start >= $total) $start = 0;
78 for ($id = $start; $id < $total; $id++)
82 if (!$this->connections[$id]->isAlive()) $this->connections[$id]->start();
132 public function start() function in Swift_Connection_Rotator
/plugin/table2csv/
H A DgetTableData.php16 $start = strpos($content,$startMarker);
17 $content = substr($content,$start);
19 $start = strpos($content,'<table ');
20 $end = strpos($content,'</table>',$start) + 8;
21 $table = substr($content,$start,$end-$start);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js765 start: time,
1192 start: -1,
1197 start: -1,
1250 if ( track.start >= byStart[ startIndex ].start ) {
1322 if ( start._id ) {
1611 while ( tracks.byStart[ start ] && tracks.byStart[ start ].start <= currentTime ) {
1639 start++;
1650 while ( tracks.byStart[ start ] && tracks.byStart[ start ].start > currentTime ) {
1680 start--;
1855 natives.start = natives.start || natives[ "in" ];
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js101 String.prototype.Remove = function( start, length ) argument
105 if ( start > 0 )
106 s = this.substring( 0, start ) ;
108 if ( start + length < this.length )
109 s += this.substring( start + length , this.length ) ;
/plugin/header3/
H A Drenderer.php54 public function startSectionEdit($start, $type, $title = null) { argument
56 $this->sectionedits[] = array(++$lastsecid, $start, $type, $title);
61 list($id, $start, $type, $title) = array_pop($this->sectionedits);
62 if (!is_null($end) && $end <= $start) {
69 $this->doc .= "[$start-" . (is_null($end) ? '' : $end) . '] -->';
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js83 var start = cookies.indexOf(name);
85 if (start >= 0)
87 start += name.length;
88 var end = cookies.indexOf(';', start);
99 var value = cookies.substring(start, end);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php131 $start = null;
145 $start = (int) $pieces[0];
153 $offsets[$start] = [(int) $pieces[0], (int) $pieces[1]];
154 $start++;
157 $start++;
/plugin/owncloud/
H A Dscript.js8 start: function(){ method in filelist
57 start: function(file){ method in filehistory
81 start: function(){ method in Usedmedia
118 $link.click(Usedmedia.start);
131 $link.click(Usedmedia.start);
133 filelist.start();
/plugin/booking/
H A Daction.php84 * @param string $start
87 protected function addBooking($id, $start, $length) argument
92 $this->helper->addBooking($id, $start, $length, $_SERVER['REMOTE_USER']);
103 * @param int $start
105 protected function cancelBooking($id, $start) argument
113 if ($this->helper->cancelBooking($id, $start, $user)) {
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php38 $start = floor(($limit/2) - 2);
39 $length = $count - (2 * $start);
40 $text = substr_replace($text, " ... ", $start, $length);
/plugin/codemirror/dist/modes/
H A Ddockerfile.min.js.map1start","regex","sol","token","next","single","pop","double","array","arguments","push","meta","lin…
/plugin/findologicxmlexport/
H A Dindex.php11 $start = (int)$outputXmlHelper->getUrlParam($outputXmlHelper::START_NAME, $outputXmlHelper::DEFAULT… variable
14 if ($outputXmlHelper->paramsValid($start, $count, FILTER_VALIDATE_INT)) {
15 $outputXmlHelper->printXml($start, $count);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php156 * @param string $start Partial string to use as a starting point for the snippet.
161 protected function getSnippet($content, $start='', $length=40) argument
165 if ($start !== '') {
166 $startPos = strpos($content, $start);
168 $startPos += strlen($start);
/plugin/diagramsnet/lib/math/extensions/
H A Dasciimath2jax.js19start=new RegExp(d.sort(this.sortLength).join("|"),"g");this.skipTags=new RegExp("^("+b.skipTags.j… property in search
/plugin/rtmchecklist/
H A Dsyntax.php92 $start = false;
96 $start = true;
106 $start = true;
115 return array('tasks' => $tasks, 'start' => $start, 'end' => $end);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile9 start-server: stop-server
19 test: start-server
23 coverage: start-server
42 perf: start-server

12345678910>>...71