Home
last modified time | relevance | path

Searched refs:base (Results 326 – 350 of 1781) sorted by last modified time

1...<<11121314151617181920>>...72

/plugin/blockquote/
H A Dplugin.info.txt1 base blockquote
/plugin/userhomepage/
H A Dplugin.info.txt1 base userhomepage
/plugin/tos/
H A Dplugin.info.txt1 base tos
/plugin/sapnotelink/
H A Dplugin.info.txt1 base sapnotelink
/plugin/corsharing/
H A Dplugin.info.txt1 base corsharing
/plugin/box/
H A Dplugin.info.txt1 base box
/plugin/wrap/
H A Dplugin.info.txt1 base wrap
/plugin/tablewidth/
H A Dplugin.info.txt1 base tablewidth
/plugin/dokucrypt2/
H A Dplugin.info.txt1 base dokucrypt2
/plugin/avbarchart/
H A Dplugin.info.txt1 base avbarchart
/plugin/avtaskbox/
H A Dplugin.info.txt1 base avtaskbox
/plugin/catlist/
H A Dplugin.info.txt1 base catlist
/plugin/yourip/
H A Dplugin.info.txt1 base yourip
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php111 '/base/',
117 '<a href="/base/foo/bar">/base/foo/bar</a><br />' .
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md221 * Added: URLUtil, methods for calculation relative and base urls.
H A DREADME.md296 // and basically acts as the base url.
386 * Returns the current base url.
393 * Sets a base url.
397 * The base url should default to /
407 * This is being calculated using the base url. This path will not start
411 * If the full path is equal to the base url, this method will return an
417 * If the path is outside of the base url, a LogicException will be thrown.
/plugin/davcal/vendor/sabre/uri/tests/
H A DResolveTest.php10 function testResolve($base, $update, $expected) { argument
14 resolve($base, $update)
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js3081 function positiveMomentsDifference(base, other) { argument
3084 res.months = other.month() - base.month() +
3085 (other.year() - base.year()) * 12;
3086 if (base.clone().add(res.months, 'M').isAfter(other)) {
3090 res.milliseconds = +other - +(base.clone().add(res.months, 'M'));
3095 function momentsDifference(base, other) { argument
3097 if (!(base.isValid() && other.isValid())) {
3101 other = cloneWithOffset(other, base);
3102 if (base.isBefore(other)) {
3103 res = positiveMomentsDifference(base, other);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php101 list($parent, $base) = URLUtil::splitPath($path);
105 return $parentNode->childExists($base);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php623 list($parent, $base) = \Sabre\HTTP\UrlUtil::splitPath($path);
631 $parentNode->createFile($base, $data);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php133 function testResolve($base, $update, $expected) { argument
137 URLUtil::resolve($base, $update)
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php17 $base = parse($basePath);
20 $pick = function($part) use ($base, $delta) {
24 } elseif ($base[$part]) {
25 return $base[$part];
50 $path = $base['path'];
57 $path = $base['path'] ?: '/';
83 } elseif (!empty($base['query']) && empty($delta['host']) && empty($delta['path'])) {
85 $newParts['query'] = $base['query'];
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md337 a missing base event.
/plugin/davcal/
H A Dplugin.info.txt1 base davcal
/plugin/pot/
H A Dplugin.info.txt1 base pot

1...<<11121314151617181920>>...72