Home
last modified time | relevance | path

Searched refs:Util (Results 101 – 125 of 206) sorted by last modified time

123456789

/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRefRenderer.php21 use League\CommonMark\Util\HtmlElement;
H A DFootnoteRenderer.php21 use League\CommonMark\Util\HtmlElement;
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php19 use League\CommonMark\Util\HtmlElement;
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractStringContainerBlock.php
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php11 use MaxMind\Db\Reader\Util; alias
214 $bytes = Util::read($this->fileHandle, $baseOffset + $index * 3, 3);
219 $bytes = Util::read($this->fileHandle, $baseOffset + 3 * $index, 4);
229 $bytes = Util::read($this->fileHandle, $baseOffset + $index * 4, 4);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php75 Util::read($this->fileStream, $offset, 1)
100 Util::read($this->fileStream, $offset, 1)
134 $bytes = Util::read($this->fileStream, $offset, $size);
253 $buffer = Util::read($this->fileStream, $offset, $pointerSize);
335 $bytes = Util::read($this->fileStream, $offset, $bytesToRead);
H A DUtil.php5 class Util 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/openlayersmapoverlays/lib/
H A Dlayers.js59Util.upperCaseObject(params);newArguments.push(name,url,params,options);OpenLayers.Layer.Grid.prot…
/plugin/displayorphans/
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'), ' ');
H A D_local.php23 final class Util class
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php869 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
1398 $date = HTTP\Util::parseHTTPDate($ifModifiedSince);
1409 $response->setHeader('Last-Modified', HTTP\Util::toHTTPDate($lastMod));
1420 $date = HTTP\Util::parseHTTPDate($ifUnmodifiedSince);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php78 HTTP\Util::toHTTPDate($this->time)
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md49 `Sabre\HTTP\Util` moved to a separate `functions.php`, which is also
58 * Deprecated `Sabre\HTTP\Util::parseHTTPDate`, use `Sabre\HTTP\parseDate()`.
59 * Deprecated `Sabre\HTTP\Util::toHTTPDate` use `Sabre\HTTP\toDate()`.
143 * Changed: `Util::negotiate()` is now deprecated. Use
144 `Util::negotiateContentType()` instead.
232 * Added: Util::negotiate.
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php5 use Sabre\HTTP\Util; alias
163 $date = Util::parseHTTPDate($dateHeader);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php134 $format = \Sabre\HTTP\Util::Negotiate(
H A DPlugin.php1023 $result = HTTP\Util::negotiate(
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php807 $result = HTTP\Util::negotiate(
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md122 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
/plugin/webdav/vendor/sabre/http/lib/
H A DUtil.php14 class Util { class
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php15 use Assetic\Util\VarUtils;
H A DGlobAsset.php15 use Assetic\Util\VarUtils;

123456789