Home
last modified time | relevance | path

Searched refs:double (Results 1 – 25 of 242) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
DLazyDouble.php31 private $double; variable in Prophecy\\Doubler\\LazyDouble
53 if (null !== $this->double) {
78 if (null !== $this->double) {
115 if (null === $this->double) {
117 return $this->double = $this->doubler->double(
122 $this->double = $this->doubler->double($this->class, $this->interfaces);
125 return $this->double;
/plugin/jplayer/vendor/james-heinrich/getid3/
Dstructure.txt81 …['bitrate']=>double() // average bitrate for entire file (all audio/video streams),…
83 ['playtime_seconds']=>double() // playing time of file, in seconds
87 …['bitrate']=>double() // average bitrate for audio portion of file (all audio streams),…
93 … ['compression_ratio']=>double() // ratio of compressed byte size of audio to uncompressed size
104 … ['compression_ratio']=>double() // ratio of compressed byte size of video to uncompressed size
107 ['frame_rate']=>double() // frames per second
111 ['pixel_aspect_ratio']=>double() // pixel display aspect ratio
121 ['adjustment']=>double()
123 ['peak']=>double()
126 ['adjustment']=>double()
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
DMethodProphecy.php49 $double = $objectProphecy->reveal();
50 if (!method_exists($double, $methodName)) {
52 'Method `%s::%s()` is not defined.', get_class($double), $methodName
53 ), get_class($double), $methodName, $arguments);
59 $reflectedMethod = new \ReflectionMethod($double, $methodName);
64 get_class($double),
DObjectProphecy.php114 $double = $this->lazyDouble->getInstance();
116 if (null === $double || !$double instanceof ProphecySubjectInterface) {
124 $double->setProphecy($this);
126 return $double;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAutoFormat.AutoParagraph.txt8 This directive turns on auto-paragraphing, where double newlines are
13 <li>Applies to inline elements or text with double newlines in nodes
15 <li>Applies to double newlines in paragraph tags</li>
24 double-newlines except to specify a new paragraph or in contexts where
/plugin/jsonrpc/
DIJR_IntrospectionServer.php84 case 'double':
119 case 'double':
/plugin/fckg/action/entities/utils/
Dentities.txt581 left double quotation mark
586 right double quotation mark
591 double low-9 quotation mark
601 double dagger
/plugin/ckgdoku/action/entities/utils/
Dentities.txt581 left double quotation mark
586 right double quotation mark
591 double low-9 quotation mark
601 double dagger
/plugin/ckgedit/action/entities/utils/
Dentities.txt581 left double quotation mark
586 right double quotation mark
591 double low-9 quotation mark
601 double dagger
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Descape.rst65 When using automatic escaping, Twig tries to not double-escape a variable
75 {{ var|escape('html') }} {# won't be double-escaped #}
76 {{ var|escape(strategy) }} {# will be double-escaped #}
87 {{ var|escape(strategy)|raw }} {# won't be double-escaped #}
/plugin/openid/Auth/Yadis/
DParseHTML.php79 $double = '/^"(.*)"$/';
82 if (preg_match($double, $str, $matches)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
Dwith_pre_escape_filters.test12 2. Don't double-pre-escape
44 2. Don't double-pre-escape
Ddouble_escaping.test2 "autoescape" tag does not double-escape
/plugin/fedauth/Auth/Yadis/
DParseHTML.php103 $double = '/^"(.*)"$/';
106 if (preg_match($double, $str, $matches)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D1f336ecc62480c1d56351cc2f82d0d08.asciidoc9 'message' => 'elasticsearch now has versioning support, double cool!',
/plugin/dblclickedit/
Dplugin.info.txt6 desc Enter edit mode by double click
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
D.jshintrc10 // "quotmark": "double",
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
D.jshintrc10 // "quotmark": "double",
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
D.jshintrc10 // "quotmark": "double",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D2366.phpt2 #2366: Using a test double from a data provider only works once
/plugin/spoiler2/
Dstyle.css27 border-left: 6px double gray;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dchevron-double-up.svg1 <svg class="bi bi-chevron-double-up" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColo…
H A Dchevron-double-right.svg1 <svg class="bi bi-chevron-double-right" width="1em" height="1em" viewBox="0 0 16 16" fill="currentC…
H A Dchevron-double-down.svg1 <svg class="bi bi-chevron-double-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCo…
H A Dchevron-double-left.svg1 <svg class="bi bi-chevron-double-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCo…

12345678910