Home
last modified time | relevance | path

Searched refs:Utils (Results 126 – 150 of 163) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php151 Utils::queue()->add(static function () use ($id, $value, $handlers) {
235 Utils::queue()->run();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php77 $stream->addStream(Utils::streamFor("--{$this->boundary}--\r\n"));
90 $element['contents'] = Utils::streamFor($element['contents']);
106 $stream->addStream(Utils::streamFor($this->getHeaders($headers)));
108 $stream->addStream(Utils::streamFor("\r\n"));
H A DUploadedFile.php273 Utils::copyToStream(
H A DUtils.php10 final class Utils class
341 return Utils::streamFor((string) $resource, $options);
H A Dfunctions.php41 return Utils::uriFor($uri);
84 return Utils::streamFor($resource, $options);
143 return Utils::modifyRequest($request, $changes);
180 return Utils::tryFopen($filename, $mode);
199 return Utils::copyToString($stream, $maxLen);
217 return Utils::copyToStream($source, $dest, $maxLen);
238 return Utils::hash($stream, $algo, $rawOutput);
253 return Utils::readLine($stream, $maxLength);
421 return Utils::caselessRemove($keys, $data);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php193 …sprintf('Uncaught Exception %s: "%s" at %s line %s', Utils::getClass($e), $e->getMessage(), $e->ge…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php14 use Monolog\Utils; alias
76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
H A DHtmlFormatter.php15 use Monolog\Utils; alias
140 return Utils::jsonEncode($data, JSON_PRETTY_PRINT | Utils::DEFAULT_JSON_FLAGS, true);
H A DMongoDBFormatter.php16 use Monolog\Utils; alias
104 $objectVars['class'] = Utils::getClass($value);
115 'class' => Utils::getClass($exception),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php16 use Monolog\Utils; alias
209 …$format = Utils::substr($format, 0, $pos) . '%c' . $match[1][0] . '%c' . Utils::substr($format, $p…
239 …eption('Failed to run preg_replace_callback: ' . $pcreErrorCode . ' / ' . Utils::pcreLastErrorMess…
H A DChromePHPHandler.php17 use Monolog\Utils; alias
151 … $json = Utils::jsonEncode(self::$json, Utils::DEFAULT_JSON_FLAGS & ~JSON_UNESCAPED_UNICODE, true);
166 $json = Utils::jsonEncode(self::$json, null, true);
H A DSyslogHandler.php15 use Monolog\Utils; alias
64 …syslog for ident "'.$this->ident.'" and facility "'.$this->facility.'"' . Utils::getRecordMessageF…
H A DPushoverHandler.php15 use Monolog\Utils; alias
155 $message = Utils::substr($message, 0, $maxMessageLength);
H A DSqsHandler.php16 use Monolog\Utils; alias
49 …gumentException('SqsHandler accepts only formatted records as a string' . Utils::getRecordMessageF…
54 $messageBody = Utils::substr($messageBody, 0, static::HEAD_MESSAGE_SIZE);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php14 use Monolog\Utils; alias
72 return $header . Utils::substr($line, 0, $chunkSize);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1057 … com.mxgraph.online.Utils.rotatedGeometry(child.getGeometry(), rotation, hw, hh);
6509 var Utils = (function () { function
6510 function Utils() { function
6520 Utils.getRotatedPoint = function (pt, cos, sin, c) {
6534 Utils.rotatedGeometry = function (geo, rotation, cx, cy) {
6545 return Utils;
6550 Utils.CHARSET_FOR_URL_ENCODING = "ISO-8859-1";
6551 online.Utils = Utils;
6552 Utils["__class"] = "com.mxgraph.online.Utils";
12080 com.mxgraph.online.Utils.rotatedGeometry(tmpGeo, rotation, hw, hh);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1127 …n.height/2,w=0;w<k.getChildCount();w++)e=k.getChildAt(w),f.mxgraph.online.Utils.rotatedGeometry(e.…
1332 …+n*b+c-d.height/2)};return f}();e.CHARSET_FOR_URL_ENCODING="ISO-8859-1";f.Utils=e;e.__class="com.m…
1552 …;e=m-e;0<E&&(m=new mxGeometry(e,k,c,d),e=b.getGeometry(),f.mxgraph.online.Utils.rotatedGeometry(m,…
/plugin/clipboardutils/
H A Dplugin.info.txt5 name Clipboard Utils Plugin
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Utils = {\n channel: channel_1.default,\n lang: lang_1.default,\n unit: unit_1.default\n}…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Utils","channel","default","lang","isEmpty","isFunction","union","isSubgraph","edgeToId","escapeId…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5202 var text=Utils.getResponseText(file,context);
5213 var text=Utils.getResponseText(file,context);
5296 },insertXML:function(parentNode,file,context){var text=Utils.getPostText(file,context);
5304 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context);
5346 Firebug.NetMonitor.Utils={findHeader:function(headers,name){if(!headers){return null class in Firebug.NetMonitor
5361 },isURLEncodedRequest:function(file,context){var text=Utils.getPostText(file,context);
5363 }var headerValue=Utils.findHeader(file.requestHeaders,"content-type");
5366 },isMultiPartRequest:function(file,context){var text=Utils.getPostText(file,context);
5381 file.mimeType=Utils.getMimeType(request.contentType,request.name);
5406 var Utils=Firebug.NetMonitor.Utils;
[all …]
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php14 use dokuwiki\plugin\webdav\core\Utils; alias
27 Utils::log('debug', "Create directory $name");
49 Utils::log('debug', "Delete directory");
69 Utils::log('debug', "Create page $id - $name");
71 Utils::saveWikiText($id, $data, 'create');
/plugin/webdav/core/Plugin/
H A DException.php13 use dokuwiki\plugin\webdav\core\Utils; alias
43 Utils::log('fatal', "[{class}] {message} in {file}({line})", [
50 Utils::log('debug', 'User-Agent: {agent}', ['agent' => @$_SERVER['HTTP_USER_AGENT']]);
51 Utils::log('debug', 'Remote-User: {user}', ['user' => @$_SERVER['REMOTE_USER']]);
52 Utils::log('debug', 'Request-URI: {uri}', ['uri' => @$_SERVER['REQUEST_URI']]);
53Utils::log('debug', 'Request-Method: {method}', ['method' => @$_SERVER['REQUEST_METHOD']]);
/plugin/webdav/core/
H A DServer.php130 Utils::log('debug', 'User-Agent: {agent}', ['agent' => @$_SERVER['HTTP_USER_AGENT']]);
131 Utils::log('debug', 'Remote-User: {user}', ['user' => @$_SERVER['REMOTE_USER']]);
132 Utils::log('debug', 'Request-URI: {uri}', ['uri' => @$_SERVER['REQUEST_URI']]);
133 Utils::log('debug', 'Request-Method: {method}', ['method' => @$_SERVER['REQUEST_METHOD']]);

1234567