Home
last modified time | relevance | path

Searched refs:parts (Results 201 – 225 of 925) sorted by last modified time

12345678910>>...37

/plugin/tagfilter/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/html5video2/script/
H A Dvideo.min.js21parts&&!u.preloadHints||(!u.map&&n&&(u.map=n),!u.key&&r&&(u.key=r),u.timeline||"number"!=typeof d|…
23parts","preloadHints"].forEach(function(e){t.hasOwnProperty(e)&&delete t[e]})})),o.targetDuration|…
/plugin/html5video2/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/icon/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A Daction.php32 array_shift($parts); // remove icon prefix
33 if(!$parts) return; // no icon given - return the default 404
34 $icon = array_pop($parts);
36 $conf = $this->parseConfig($parts);
56 * @param string[] $parts
59 protected function parseConfig($parts) { argument
76 $all = count($parts);
78 $part = $parts[$i];
82 unset($parts[$i]);
89 if(count($parts)) {
[all …]
/plugin/bootswrapper/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/discussion/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/evesso/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php64 $parts = explode('?', $path, 2);
65 $path = $parts[0];
66 $query = $parts[1];
/plugin/blockquote/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/tos/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/wrap/
H A DCOPYING254 10. If you wish to incorporate parts of the Program into other free
327 parts of the General Public License. Of course, the commands you use may
/plugin/dokucrypt2/
H A DCOPYING254 10. If you wish to incorporate parts of the Program into other free
327 parts of the General Public License. Of course, the commands you use may
/plugin/avbarchart/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/avtaskbox/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/yourip/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DTime.php54 if (!is_null($parts['hour'])) {
55 $timeStr.=$parts['hour'];
57 if (!is_null($parts['minute'])) {
67 if (!is_null($parts['minute'])) {
68 $timeStr.=$parts['minute'];
70 if (!is_null($parts['second'])) {
74 if (isset($parts['second'])) {
81 if (!is_null($parts['second'])) {
82 $timeStr.=$parts['second'];
86 if (!is_null($parts['timezone'])) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php48 * @param array $parts
53 if (count($parts)>1) {
56 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
59 parent::setParts($parts);
165 if (!is_null($parts['year'])) {
166 $dateStr.=$parts['year'];
176 if (!is_null($parts['month']) || !is_null($parts['date'])) {
186 $dateStr.=$parts['month'];
202 $dateStr.=$parts['date'];
207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) {
[all …]
H A DTimeStamp.php51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
54 $parts['year'] . '-' .
55 $parts['month'] . '-' .
56 $parts['date'] . 'T' .
57 $parts['hour'] . ':' .
58 $parts['minute'] . ':' .
59 $parts['second'];
62 if (!is_null($parts['timezone'])) {
63 $dateStr.=$parts['timezone'];
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md71 * When parsing `Accept:` headers, we're ignoring invalid parts. Before we
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php130 * @param array $parts
133 function setParts(array $parts) { argument
135 $this->value = $parts;
H A DDateTimeParser.php103 $parts = array(
110 foreach($parts as $part) {
151 $parts = array(
160 foreach($parts as $part) {
303 $parts = array(
314 foreach($parts as $part) {
408 $parts = array(
416 foreach($parts as $part) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js830 var parts = [];
833 parts.push(name + '="' + htmlEscape(val) + '"');
836 return parts.join(' ');
5049 var parts = [];
5055 parts.push('[' + chunk + ']');
5068 parts.push(MAYBE_MARKER + // useful during post-processing
5073 return parts.join(PART_SEPARATOR);
5113 var parts = [];
5121 parts.push(
5127 parts.push(fakePart);
[all …]
H A Dmoment.js2821 var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];
2822 var minutes = +(parts[1] * 60) + toInt(parts[2]);
2826 parts[0] === '+' ? minutes : -minutes;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php40 * @param array $parts
43 public function setParts(array $parts) { argument
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
46 $this->setDateTimes($parts);
48 parent::setParts($parts);

12345678910>>...37