Home
last modified time | relevance | path

Searched refs:end (Results 126 – 150 of 1305) sorted by path

12345678910>>...53

/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php210 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
211 $this->bibformat->formatPages($start, $end);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php436 list($start, $end) = $parsePages->init($row['pages']);
437 $this->formatPages(trim($start), trim($end));
1050 function formatPages($start, $end = FALSE, $citation = FALSE) argument
1061 if(!$end)
1071 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1081 if(($end <= $start) || (strlen($end) < strlen($start)))
1083 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1088 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1104 $endPage = substr($end, -1);
1111 $endPage = substr($end, -2);
[all …]
H A DBIBSTYLE.php222 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
223 $this->bibformat->formatPages($start, $end);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG37 4/ Added class PARSEPAGE to split a bibtex pages field into page start and page end components.
38 list($start, $end) = $parsePage->init($pagesField);
51 2/ Any final "," left on the end of the last field in an entry is now removed.
H A DPARSEPAGE.php45 $start = $end = FALSE;
54 $end = trim($array[1]);
56 $end = strtolower(trim($array[1]));
57 if($end && !$start)
58 $this->return = array($end, $start);
60 $this->return = array($start, $end);
H A DREADME95 Split a bibtex pages field into page start and page end components.
96 list($start, $end) = $parsePage->init($pagesField);
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php1230 $end = '';
1234 $end .= $lastchar;
1245 $value = $begin.$value.$end;
/plugin/blog/syntax/
H A Darchive.php26 $match = substr($match, 10, -2); // strip {{archive> from start and }} from end
57 $end = $start + 24*60*60;
63 // calculate start and end times
72 $end = mktime(0, 0, 0, $nextmonth, 1, $year2);
77 $end = mktime(0, 0, 0, 1, 1, $rest + 1);
82 $end = PHP_INT_MAX;
89 return array($ns, $start, $end, $flags, $refine, $author);
93 list($ns, $start, $end, $flags, $refine, $author) = $data;
114 $alt_list = $this->_build_alternative_list($start, $end, $entries);
134 if (($start > $entry['date']) || ($entry['date'] >= $end)) continu
164 _build_alternative_list($start, $end, $entries) global() argument
[all...]
/plugin/booking/
H A Dhelper.php55 list($start, $end, $user) = explode("\t", $line, 3);
59 if ($end <= $from) continue;
62 if ($end < $from) continue;
68 'end' => $end,
122 $end = $start + $this->parseTime($length);
123 if ($start == $end) throw new \Exception('No valid length specified', self::E_NOLENGTH);
125 $conflicts = $this->getBookings($id, $start, $end);
128 $line = "$start\t$end\t$user\n";
/plugin/bookmark2wiki/
H A DREADME.md7 …* The app will add the url, title and hightlighed text you want to the end of the content of the t…
/plugin/botbouncer/lib/
H A Dbotbouncer.php299 $end = $now['sec'] * 1000000 + $now['usec'];
300 $elapsed = $end - $this->startTime;
/plugin/box/
H A Dprint.css272 /* end plugin:box */
H A Dstyle.css272 /* end plugin:box */
/plugin/box2/
H A Dprint.css272 /* end plugin:box */
H A Dstyle.css272 /* end plugin:box */
/plugin/boxwh/boxwh/
H A Dprint.css274 /* end plugin:box */
H A Dstyle.css272 /* end plugin:box */
H A Dstyle_custom.css406 /* end plugin:box */
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md720 * `FEAT`: consistently layout connection on reconnect start and end ([#971](https://github.com/bpmn…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css15 .bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
28 .bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
32 .bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
45 .bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
51 .bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
52 .bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
53 .bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
54 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
55 .bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
56 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
H A Dbpmn-embedded.css73 .bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
86 .bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
90 .bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
103 .bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
109 .bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
110 .bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
111 .bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
112 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
113 .bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
114 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
H A Dbpmn.css70 .bpmn-icon-end-event-cancel:before { content: '\e811'; } /* '' */
83 .bpmn-icon-end-event-compensation:before { content: '\e81e'; } /* '' */
87 .bpmn-icon-end-event-error:before { content: '\e822'; } /* '' */
100 .bpmn-icon-end-event-escalation:before { content: '\e82f'; } /* '' */
106 .bpmn-icon-end-event-terminate:before { content: '\e836'; } /* '' */
107 .bpmn-icon-end-event-signal:before { content: '\e837'; } /* '' */
108 .bpmn-icon-end-event-none:before { content: '\e838'; } /* '' */
109 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
110 .bpmn-icon-end-event-message:before { content: '\e83a'; } /* '' */
111 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7end:n,startLength:a,endLength:a+s,length:s})}return e}),[]),i=n.reduce((function(e,t){return e+t.l…
194end=p,this.cancel=m,this.context=function(){return r},this.setOptions=function(e){L(o,e)}}fp.$inje…
H A Dbpmn-navigated-viewer.production.min.js2end:n,startLength:l,endLength:l+p,length:p})}return e}),[]),i=n.reduce((function(e,t){return e+t.l…

12345678910>>...53