Home
last modified time | relevance | path

Searched refs:scalar (Results 26 – 41 of 41) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php152 public function testCanVisitScalars($scalar) argument
156 $context->startVisiting($scalar);
157 self::assertFalse($context->isVisiting($scalar));
158 $context->stopVisiting($scalar);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php265 public static function scalar($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md85 * Fix code generation for scalar parameters (thanks @trowski)
95 * Add support for PHP7 scalar type hints (thanks @trowski)
140 …* Removed the usage of scalar typehints in HHVM as HHVM 3 does not support them anymore in PHP cod…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml497 This unquoted scalar
501 quoted scalar.\n"
504 'plain' => 'This unquoted scalar spans many lines.',
505 'quoted' => "So does this quoted scalar.\n"
1015 anchor : &A001 This scalar has an anchor.
1021 [ 'anchor' => 'This scalar has an anchor.',
1191 # scalar value. They must be
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md101 `scalar($value, $message = '')` | Check that a value is a scalar
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …ar){return new Point(this.x/scalar,this.y/scalar)},divideEquals:function(scalar){this.x/=scalar;th… argument
H A Dfabric.js3978 return new Point(this.x + scalar, this.y + scalar);
3987 this.x += scalar;
3988 this.y += scalar;
4018 return new Point(this.x - scalar, this.y - scalar);
4027 this.x -= scalar;
4028 this.y -= scalar;
4038 return new Point(this.x * scalar, this.y * scalar);
4047 this.x *= scalar;
4048 this.y *= scalar;
4058 return new Point(this.x / scalar, this.y / scalar);
[all …]
/plugin/mantis/lib/
H A Dchangelog11 - soap_parser: changed the parser to pre-load the parent's result array when processing scalar valu…
171 - wsdl: add namespace for array and scalar when form is qualified
H A Dnusoap.php1805 $this->elements[$type]['phpType'] = 'scalar';
1815 $typeDef['phpType'] = 'scalar';
H A Dclass.xmlschema.php737 $this->elements[$type]['phpType'] = 'scalar';
747 $typeDef['phpType'] = 'scalar';
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jar ... () public final void add (double) double scalar public final void add (double, javax.vecmath ...
H A DJmolApplet0.jar ... () public final void add (double) double scalar public final void add (double, javax.vecmath ...
/plugin/googlesearch/
H A Dnusoap.php1694 $this->elements[$type]['phpType'] = 'scalar';
1704 $typeDef['phpType'] = 'scalar';
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …e","operator","pod"];var a={getpwent:1,getservent:1,quotemeta:1,msgrcv:1,scalar:1,kill:1,dbmclose:… property in hljs.LANGUAGES.perl.a

12