Home
last modified time | relevance | path

Searched refs:Utils (Results 126 – 150 of 163) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php26 use GuzzleHttp\Psr7\Utils; alias
1441 return Utils::uriFor($uri);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php219 $uri = Utils::idnUriConvert($uri, $idnOptions);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextCircle.php6 use Mpdf\Utils\UtfString;
H A DInput.php6 use Mpdf\Utils\UtfString;
H A DTd.php7 use Mpdf\Utils\UtfString;
H A DBlockTag.php7 use Mpdf\Utils\Arrays;
8 use Mpdf\Utils\UtfString;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php7 use Antlr\Antlr4\Runtime\Utils\Set;
H A DIntervalSet.php9 use Antlr\Antlr4\Runtime\Utils\StringUtils;
H A DLexer.php10 use Antlr\Antlr4\Runtime\Utils\Pair;
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js32 …c){return SCAYT.prototype.Utils.inArray(this.children,c)},removeChild:function(c,d){this.children.… method in SCAYT
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js31 …d){return SCAYT.prototype.Utils.inArray(this.children,d)},removeChild:function(d,c){this.children.… method in SCAYT
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php11 use Antlr\Antlr4\Runtime\Utils\DoubleKeyMap;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php35 use Antlr\Antlr4\Runtime\Utils\BitSet;
36 use Antlr\Antlr4\Runtime\Utils\DoubleKeyMap;
37 use Antlr\Antlr4\Runtime\Utils\Set;
H A DLexerATNSimulator.php23 use Antlr\Antlr4\Runtime\Utils\StringUtils;
H A DATNDeserializer.php45 use Antlr\Antlr4\Runtime\Utils\StringUtils;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md80 - Static functions in `GuzzleHttp\Utils` have been moved to namespaced
184 - `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode`
185 - `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath`
186 - `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path`
832 ### Removed `Guzzle\Http\Utils`
834 The `Guzzle\Http\Utils` class was removed. This class was only used for testing.
H A DCHANGELOG.md242 * Added `Utils::getDefaultHandler()`
287 * Replaced `Utils.php` with plain functions in `functions.php`.
408 implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode`
409 moved to `GuzzleHttp\Utils::jsonDecode`. `GuzzleHttp\get_path` moved to
410 `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to
411 `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be
451 `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second
944 * BC: Removed `Guzzle\Http\Utils` class
1303 * Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate()
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md53 - Broken `Utils::tryFopen()` on PHP 8
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php9 use Mpdf\Utils\PdfDate;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php5 use Mpdf\Utils\Arrays;
H A DCssManager.php8 use Mpdf\Utils\Arrays;
9 use Mpdf\Utils\UtfString;
/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/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/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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19685 var text = Utils.getResponseText(file, context);
19728 var text = Utils.getResponseText(file, context);
20120 var text = Utils.getPostText(file, context);
20142 var text = Utils.getPostText(file, context);
20302 Firebug.NetMonitor.Utils = class in Firebug.NetMonitor
20358 var text = Utils.getPostText(file, context);
20364 var headerValue = Utils.findHeader(file.requestHeaders, "content-type");
20373 var text = Utils.getPostText(file, context);
20413 file.mimeType = Utils.getMimeType(request.contentType, request.name);
20502 var Utils = Firebug.NetMonitor.Utils;
[all …]

1234567