/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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | layers.js | 59 …Util.upperCaseObject(params);newArguments.push(name,url,params,options);OpenLayers.Layer.Grid.prot…
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | .phpstorm.meta.php | 14 expectedArguments(\League\CommonMark\Util\HtmlElement::__construct(), 0, 'a', 'abbr', 'address', 'area', 'article', 'aside', 'audio', 'b', 'base', 'bdi', 'bdo', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'cite', 'code', 'col', 'colgroup', 'data', 'datalist', 'dd', 'del', 'details', 'dfn', 'dialog', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figure', 'footer', 'form', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'iframe', 'img', 'input', 'ins', 'kdb', 'keygen', 'label', 'legend', 'li', 'link', 'main', 'map', 'mark', 'menu', 'menuitem', 'meta', 'meter', 'nav', 'noscript', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'pre', 'progress', 'q', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'time', 'tr', 'track', 'u', 'ul', 'var', 'video', 'wbr'); 23 expectedArguments(\League\CommonMark\Util\RegexHelper::getHtmlBlockOpenRegex(), 0, argumentsSet('league_commonmark_htmlblock_types')); 24 expectedArguments(\League\CommonMark\Util\RegexHelper::getHtmlBlockCloseRegex(), 0, argumentsSet('league_commonmark_htmlblock_types'));
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/ |
H A 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/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | LinkRenderer.php | 24 use League\CommonMark\Util\RegexHelper;
|
H A D | ImageRenderer.php | 25 use League\CommonMark\Util\RegexHelper;
|
H A D | FootnoteBackrefRenderer.php |
|
/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/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | LinkRenderer.php |
|
H A D | ImageRenderer.php |
|
H A D | HtmlInlineRenderer.php |
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | AbstractQuery.php | 6 use Elastica\Util; alias 20 return Util::toSnakeCase($shortName);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
H A D | AbstractProcessor.php | 6 use Elastica\Util; alias 22 return Util::toSnakeCase($shortName);
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | EntityParser.php |
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/ |
H A D | Filesystem.php | 12 namespace ComponentInstaller\Util; 14 use Composer\Util\Filesystem as BaseFilesystem;
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/ |
H A D | FootnoteContainerRenderer.php |
|
H A D | FootnoteRenderer.php |
|
/plugin/displayorphans/ |
H A 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/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/ |
H A D | DisallowedRawHtmlInlineRenderer.php |
|
H A D | DisallowedRawHtmlBlockRenderer.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/ |
H A D | TableOfContentsPlaceholderParser.php |
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/ |
H A 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);
|