Home
last modified time | relevance | path

Searched refs:Utils (Results 26 – 50 of 163) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php16 use Monolog\Utils; alias
104 $objectVars['class'] = Utils::getClass($value);
115 'class' => Utils::getClass($exception),
H A DLineFormatter.php14 use Monolog\Utils; alias
122 …untimeException('Failed to run preg_replace: ' . $pcreErrorCode . ' / ' . Utils::pcreLastErrorMess…
191 $str = '[object] (' . Utils::getClass($e) . '(code: ' . $e->getCode();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DIFTTTHandler.php15 use Monolog\Utils; alias
61 $postString = Utils::jsonEncode($postData);
H A DErrorLogHandler.php17 use Monolog\Utils; alias
85 …ption('Failed to preg_split formatted string: ' . $pcreErrorCode . ' / '. Utils::pcreLastErrorMess…
H A DFlowdockHandler.php15 use Monolog\Utils; alias
116 return Utils::jsonEncode($record['formatted']['flowdock']);
H A DSwiftMailerHandler.php15 use Monolog\Utils; alias
88 …age as instance of Swift_Message or a callable returning it' . ($record ? Utils::getRecordMessageF…
H A DSlackWebhookHandler.php16 use Monolog\Utils; alias
96 $postString = Utils::jsonEncode($postData);
H A DNewRelicHandler.php15 use Monolog\Utils; alias
188 newrelic_add_custom_parameter($key, Utils::jsonEncode($value, null, true));
H A DSyslogUdpHandler.php17 use Monolog\Utils; alias
99 …throw new \RuntimeException('Could not preg_split: ' . $pcreErrorCode . ' / ' . Utils::pcreLastErr…
H A DRotatingFileHandler.php16 use Monolog\Utils; alias
54 $this->filename = Utils::canonicalizePath($filename);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md26 $a = Psr7\Utils::streamFor('abc, ');
27 $b = Psr7\Utils::streamFor('123.');
92 $stream = Psr7\Utils::streamFor();
115 $stream = Psr7\Utils::streamFor('hi');
438 ## `GuzzleHttp\Psr7\Utils::hash`
466 ## `GuzzleHttp\Psr7\Utils::readLine`
531 ## `GuzzleHttp\Psr7\Utils::uriFor`
563 | `uri_for` | `Utils::uriFor` |
569 | `try_fopen` | `Utils::tryFopen` |
572 | `hash` | `Utils::hash` |
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst11 ``GuzzleHttp\Streams\Utils`` instead.
22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
29 ``GuzzleHttp\Stream\Utils::create`` no longer accept a size in the second
52 ``GuzzleHttp\Streams\Utils``. Use ``GuzzleHttp\Stream\Stream::factory()``
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
/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/syntaxhighlighter/Uncompressed/
H A DshCore.js26 Utils : {}, property in dp.sh
60 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g, '&lt;');
73 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode)
115 dp.sh.Utils.CopyStyles(doc, window.document);
135 dp.sh.Utils.CopyStyles(doc, window.document);
177 dp.sh.Utils.CopyStyles = function(destDoc, sourceDoc)
186 dp.sh.Utils.FixForBlogger = function(str)
452 var lines = dp.sh.Utils.FixForBlogger(str).split('\n');
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js8 var dp={sh:{Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>Abo… property in dp.sh
10 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g,'&lt;');var wnd=window.o…
11 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/&lt;/g,'<').replace(/&gt;/g,…
18 …document.body.appendChild(iframe);doc=iframe.contentWindow.document;dp.sh.Utils.CopyStyles(doc,win…
19 …k','dialog,width=300,height=150,scrollbars=0');var doc=wnd.document;dp.sh.Utils.CopyStyles(doc,win…
28 dp.sh.Utils.CopyStyles=function(destDoc,sourceDoc)
32 dp.sh.Utils.FixForBlogger=function(str)
101 {var lines=dp.sh.Utils.FixForBlogger(str).split('\n');var indents=new Array();var regex=new RegExp(…
/plugin/quizlib/scripts/
H A Dquizlib.js125 questionResults.push(Utils.compare(userAnswer, answer));
277 var Utils = function() {}; function
286 Utils.compare = function(obj1, obj2) {
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js194 , Utils = require('./utilities')
224 this.options = Utils.extend(Utils.extend({}, optionsDefaults), options)
446 if (Utils.isFunction(this.options.beforeZoom)) {
484 if (Utils.getType(point) !== 'SVGPoint' && 'x' in point && 'y' in point) {
535 if (Utils.isFunction(this.options.beforePan)) {
691 if (Utils.isFunction(this.options.beforePan)) {
715 if (Utils.isFunction(this.options.beforePan)) {
760 , setBeforePan: function(fn) {that.options.beforePan = Utils.proxy(fn, that.publicInstance)}
761 , setOnPan: function(fn) {that.options.onPan = Utils.proxy(fn, that.publicInstance)}
799 , setOnZoom: function(fn) {that.options.onZoom = Utils.proxy(fn, that.publicInstance)}
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
143 Utils::copyToStream($this, $target);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php63 if (\class_exists(Psr7\Utils::class)) {
64 $request = Psr7\Utils::modifyRequest($request, $changes);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DNumericString.php3 namespace Mpdf\Utils;
H A DPdfDate.php3 namespace Mpdf\Utils;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DOrderedATNConfigSet.php7 use Antlr\Antlr4\Runtime\Utils\Set;
H A DATNConfigSet.php13 use Antlr\Antlr4\Runtime\Utils\BitSet;
14 use Antlr\Antlr4\Runtime\Utils\DoubleKeyMap;
15 use Antlr\Antlr4\Runtime\Utils\Set;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToCjk.php5 use Mpdf\Utils\UtfString;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DLazyOpenStream.php35 return Stream::factory(Utils::open($this->filename, $this->mode));

1234567