Home
last modified time | relevance | path

Searched refs:Util (Results 76 – 100 of 206) sorted by path

123456789

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php17 namespace League\CommonMark\Util;
H A DRegexHelper.php17 namespace League\CommonMark\Util;
H A DUrlEncoder.php17 namespace League\CommonMark\Util;
H A DXml.php17 namespace League\CommonMark\Util;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php134 $format = \Sabre\HTTP\Util::Negotiate(
H A DPlugin.php946 $result = HTTP\Util::negotiate(
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php751 $result = HTTP\Util::negotiate(
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1322 $date = HTTP\Util::parseHTTPDate($ifModifiedSince);
1333 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
1344 $date = HTTP\Util::parseHTTPDate($ifUnmodifiedSince);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php78 HTTP\Util::toHTTPDate($this->time)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php30 'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($filename)))],
52 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php34 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
66 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
98 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
171 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
205 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
240 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
274 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
H A DServerSimpleTest.php123 …'Last-Modified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md16 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
25 * Deprecated `Sabre\HTTP\Util::parseHTTPDate`, use `Sabre\HTTP\parseDate()`.
26 * Deprecated `Sabre\HTTP\Util::toHTTPDate` use `Sabre\HTTP\toDate()`.
110 * Changed: `Util::negotiate()` is now deprecated. Use
111 `Util::negotiateContentType()` instead.
199 * Added: Util::negotiate.
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php5 use Sabre\HTTP\Util; alias
163 $date = Util::parseHTTPDate($dateHeader);
/plugin/davcal/vendor/sabre/http/lib/
H A DUtil.php14 class Util { class
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php18 $result = Util::parseHTTPDate($time);
22 $result = Util::parseHTTPDate('Wed Oct 6 10:26:00 2010');
49 $this->assertFalse(Util::parseHTTPDate($time), 'We used the string: ' . $time);
71 Util::toHTTPDate($dt)
83 Util::negotiate($acceptHeader, $available)
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md55 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Util\n * @param {*} value The value to return from the new function.\n * @returns {Function} Retur…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Util\n * @param {*} value Any value.\n * @returns {*} Returns `value`.\n * @example\n *\n * var ob…
/plugin/displayorphans/
H A D_local.php23 final class Util class
H A Dhelper.php14 use plugin\displayorphans\Util; alias
29 $ignoredPages = Util::asList($this->getConf('ignore_' . $type . '_pages'), ' ');
30 $ignoreNamespaces = Util::asList($this->getConf('ignore_' . $type . '_namespaces'), ' ');
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md204 * BC break: Remove `When` and `Util` classes and move static methods to

123456789