| /plugin/davcal/vendor/sabre/http/tests/HTTP/ |
| H A D | UtilTest.php | 18 $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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/ |
| D | File.php | 14 use SebastianBergmann\CodeCoverage\Util; alias 153 $linesExecutedPercentAsString = Util::percent( 172 'linesExecutedPercent' => Util::percent( 180 'testedMethodsPercent' => Util::percent( 185 'testedMethodsPercentAsString' => Util::percent( 190 'testedClassesPercent' => Util::percent( 195 'testedClassesPercentAsString' => Util::percent( 261 'linesExecutedPercent' => Util::percent( 266 'linesExecutedPercentAsString' => Util::percent( 273 'testedMethodsPercent' => Util::percent( [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
| D | AbstractNode.php | 13 use SebastianBergmann\CodeCoverage\Util; alias 144 return Util::percent( 160 return Util::percent( 176 return Util::percent( 192 return Util::percent( 208 return Util::percent(
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
| D | UtilTest.php | 20 $this->assertEquals(100, Util::percent(100, 0)); 21 $this->assertEquals(100, Util::percent(100, 100)); 24 Util::percent(100, 100, true)
|
| /plugin/openlayersmapoverlays/lib/ |
| D | layers.js | 59 …Util.upperCaseObject(params);newArguments.push(name,url,params,options);OpenLayers.Layer.Grid.prot…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/ |
| D | Text.php | 15 use SebastianBergmann\CodeCoverage\Util; alias 93 Util::percent( 104 Util::percent( 115 Util::percent( 223 $coverage = Util::percent( 241 return Util::percent(
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | ServerRangeTest.php | 34 …'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.…
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | AbstractQuery.php | 6 use Elastica\Util; alias 20 return Util::toSnakeCase($shortName);
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
| D | AbstractProcessor.php | 6 use Elastica\Util; alias 22 return Util::toSnakeCase($shortName);
|
| /plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/ |
| D | Filesystem.php | 12 namespace ComponentInstaller\Util; 14 use Composer\Util\Filesystem as BaseFilesystem;
|
| /plugin/displayorphans/ |
| D | helper.php | 14 use plugin\displayorphans\Util; alias 29 $ignoredPages = Util::asList($this->getConf('ignore_' . $type . '_pages'), ' '); 30 $ignoreNamespaces = Util::asList($this->getConf('ignore_' . $type . '_namespaces'), ' ');
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/ |
| D | Decoder.php | 75 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);
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/ |
| D | Reader.php | 11 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/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
| D | HttpAdapter.php | 12 use Elastica\Util; alias 135 if (!Util::isDateMathEscaped($requestPath)) { 136 $requestPath = Util::escapeDateMath($requestPath);
|
| D | Http.php | 12 use Elastica\Util; alias 64 if (!Util::isDateMathEscaped($requestPath)) { 65 $requestPath = Util::escapeDateMath($requestPath);
|
| D | Guzzle.php | 12 use Elastica\Util; alias 183 if (!Util::isDateMathEscaped($action)) { 184 $action = Util::escapeDateMath($action);
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | AbstractAggregation.php | 8 use Elastica\Util; alias 144 return Util::toSnakeCase($shortName);
|
| /plugin/davcal/vendor/sabre/http/ |
| H A D | CHANGELOG.md | 16 `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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| D | LessFilter.php | 17 use Assetic\Util\FilesystemUtils; 18 use Assetic\Util\LessUtils;
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/ |
| D | SassUtils.php | 12 namespace Assetic\Util;
|
| D | LessUtils.php | 12 namespace Assetic\Util;
|
| /plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Util/ |
| D | TemplateDirIterator.php | 3 use Twig\Util\TemplateDirIterator;
|
| D | DeprecationCollector.php | 3 use Twig\Util\DeprecationCollector;
|
| /plugin/findologicxmlexport/vendor/hoa/math/ |
| D | Util.php | 47 class Util class
|
| /plugin/webdav/vendor/sabre/http/lib/Auth/ |
| D | AWS.php | 5 use Sabre\HTTP\Util; alias 163 $date = Util::parseHTTPDate($dateHeader);
|