Home
last modified time | relevance | path

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

123456789

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A 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/
H A Dstructure.txt121 ['adjustment']=>double()
123 ['peak']=>double()
126 ['adjustment']=>double()
128 ['peak']=>double()
766 ['compression_ratio']=>double() //
769 ['original_crc']=>double() //
1111 ['frame_rate']=>double() //
1495 ['sample_rate']=>double() //
1520 ['resolution_x']=>double() //
1521 ['resolution_y']=>double() //
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A 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),
H A DObjectProphecy.php114 $double = $this->lazyDouble->getInstance();
116 if (null === $double || !$double instanceof ProphecySubjectInterface) {
124 $double->setProphecy($this);
126 return $double;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.AutoParagraph.txt
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml1 test: outside double quotes
143 { double: "some value\n \"some quoted string\" and 'some single quotes one'" }
146 'double' => "some value\n \"some quoted string\" and 'some single quotes one'"
151 { single: 'foo\Var', no-quotes: foo\Var, double: "foo\\Var" }
154 'single' => 'foo\Var', 'no-quotes' => 'foo\Var', 'double' => 'foo\Var'
/plugin/jsonrpc/
H A DIJR_IntrospectionServer.php84 case 'double':
119 case 'double':
/plugin/fckg/action/entities/utils/
H A 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/
H A 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/
H A 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/
H A 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/
H A DParseHTML.php79 $double = '/^"(.*)"$/';
82 if (preg_match($double, $str, $matches)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Ddouble_escaping.test2 "autoescape" tag does not double-escape
H A Dwith_pre_escape_filters.test12 2. Don't double-pre-escape
44 2. Don't double-pre-escape
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1f336ecc62480c1d56351cc2f82d0d08.asciidoc9 'message' => 'elasticsearch now has versioning support, double cool!',
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php103 $double = '/^"(.*)"$/';
106 if (preg_match($double, $str, $matches)) {
/plugin/dblclickedit/
H A Dplugin.info.txt6 desc Enter edit mode by double click
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A D.jshintrc10 // "quotmark": "double",
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A D.jshintrc10 // "quotmark": "double",
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A D.jshintrc10 // "quotmark": "double",
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2366.phpt2 #2366: Using a test double from a data provider only works once
/plugin/spoiler2/
H A Dstyle.css27 border-left: 6px double gray;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dchevron-double-right.svg1 <svg class="bi bi-chevron-double-right" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchevron-double-up.svg1 <svg class="bi bi-chevron-double-up" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchevron-double-down.svg1 <svg class="bi bi-chevron-double-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">

123456789