Home
last modified time | relevance | path

Searched refs:scalar (Results 1 – 25 of 41) sorted by relevance

12

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php326 if ('"' == $scalar[$i]) {
543 $scalar = trim($scalar);
567 case '' === $scalar:
568 case '~' === $scalar:
574 case '!' === $scalar[0]:
614 … case '+' === $scalar[0] || '-' === $scalar[0] || '.' === $scalar[0] || is_numeric($scalar[0]):
617 $scalar = str_replace('_', '', (string) $scalar);
625 case '-' === $scalar[0] && ctype_digit(substr($scalar, 1)):
632 $scalar = str_replace('_', '', $scalar);
634 return '0x' === $scalar[0].$scalar[1] ? hexdec($scalar) : (float) $scalar;
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DInline.php262 * Parses a YAML scalar.
268 public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, array &$references = [], bool &$isQuoted = null) argument
270 if (\in_array($scalar[$i], ['"', "'"], true)) {
271 // quoted scalar
273 $output = self::parseQuotedScalar($scalar, $i);
276 $tmp = ltrim(substr($scalar, $i), " \n");
278 throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
281 throw new ParseException(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
289 $output = substr($scalar,
322 parseQuotedScalar(string $scalar, int& $i = 0) global() argument
561 evaluateScalar(string $scalar, int $flags, array& $references = [], bool& $isQuotedString = null) global() argument
761 evaluateBinaryScalar(string $scalar) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMetricUpdate.php55 public $scalar; variable in Google\\Service\\Dataflow\\MetricUpdate
180 public function setScalar($scalar) argument
182 $this->scalar = $scalar;
189 return $this->scalar;
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php128 * @return null|scalar|array<array|scalar|null>
175 /** @var null|scalar|array<array|scalar|null> $value */
182 /** @var null|scalar|array<array|scalar|null> $value */
H A DScalarFormatter.php39 * @return scalar|null
H A DWildfireFormatter.php129 * @return null|scalar|array<array|scalar|null>|object
/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/jplayer/vendor/symfony/process/
H A DCHANGELOG.md28 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml58 Comment containing a colon on a scalar line
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/combo/vendor/symfony/process/
H A DCHANGELOG.md87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
/plugin/mantis/lib/
H A Dclass.xmlschema.php737 $this->elements[$type]['phpType'] = 'scalar';
747 $typeDef['phpType'] = 'scalar';
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
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D21.21.js.map1 …',\n 'extend',\n 'schema',\n 'directive',\n 'scalar',\n 'type',…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md101 `scalar($value, $message = '')` | Check that a value is a scalar
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
/plugin/jmol2/jmol/
H A DJmolApplet0.jar ... () public final void add (double) double scalar public final void add (double, javax.vecmath ...
H A DJmolAppletSigned0.jar ... () public final void add (double) double scalar public final void add (double, javax.vecmath ...
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 ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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/codemirror/dist/modes/
H A Dperl.min.js1 …1,reset:1,"return":1,reverse:1,rewinddir:1,rindex:1,rmdir:1,s:null,say:1,scalar:1,seek:1,seekdir:1…
H A Dperl.min.js.map1scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnet…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php265 public static function scalar($value, $message = '') function in Webmozart\\Assert\\Assert

12