Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/symfony/yaml/
DInline.php266 …public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &… argument
268 if (\in_array($scalar[$i], ['"', "'"])) {
270 $output = self::parseQuotedScalar($scalar, $i);
273 $tmp = ltrim(substr($scalar, $i), ' ');
275 … one of "%s".', implode('', $delimiters)), self::$parsedLineNumber + 1, $scalar, self::$parsedFile…
278 …ion(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parsedLineNumber + 1, $sca…
284 $output = substr($scalar, $i);
291 …} elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $matc…
296 …throw new ParseException(sprintf('Malformed inline YAML string: %s.', $scalar), self::$parsedLineN…
317 private static function parseQuotedScalar(string $scalar, int &$i): string argument
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DInline.php268 …public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &… argument
270 if (\in_array($scalar[$i], ['"', "'"], true)) {
273 $output = self::parseQuotedScalar($scalar, $i);
276 $tmp = ltrim(substr($scalar, $i), " \n");
278 … one of "%s".', implode('', $delimiters)), self::$parsedLineNumber + 1, $scalar, self::$parsedFile…
281 …ion(sprintf('Unexpected characters (%s).', substr($scalar, $i)), self::$parsedLineNumber + 1, $sca…
289 $output = substr($scalar, $i);
296 …} elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $matc…
301 …throw new ParseException(sprintf('Malformed inline YAML string: "%s".', $scalar), self::$parsedLin…
322 private static function parseQuotedScalar(string $scalar, int &$i = 0): string argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
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/
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/
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 */
DScalarFormatter.php39 * @return scalar|null
DWildfireFormatter.php129 * @return null|scalar|array<array|scalar|null>|object
/plugin/sketchcanvas/script/
Djs-yaml.mjs233 'scalar',
312 scalar: {}, property
317 scalar: [], property
372 if (type$1.loadKind && type$1.loadKind !== 'scalar') {
373 …throw new exception('There is a non-scalar type in the implicit list of a schema. Implicit resolvi…
403 kind: 'scalar',
443 kind: 'scalar',
477 kind: 'scalar',
621 kind: 'scalar',
726 kind: 'scalar',
[all …]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php95 * @var scalar|null
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
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/
DCHANGELOG.md28 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
/plugin/mantis/lib/
Dclass.xmlschema.php737 $this->elements[$type]['phpType'] = 'scalar';
747 $typeDef['phpType'] = 'scalar';
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/
D21.21.js.map1 …',\n 'extend',\n 'schema',\n 'directive',\n 'scalar',\n 'type',…
/plugin/findologicxmlexport/vendor/webmozart/assert/
DREADME.md101 `scalar($value, $message = '')` | Check that a value is a scalar
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dcustom.rst192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
/plugin/jmol2/jmol/
DJmolApplet0.jar ... () public final void add (double) double scalar public final void add (double, javax.vecmath ...
DJmolAppletSigned0.jar ... () public final void add (double) double scalar public final void add (double, javax.vecmath ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js3977 scalarAdd: function (scalar) { argument
3978 return new Point(this.x + scalar, this.y + scalar);
3986 scalarAddEquals: function (scalar) { argument
3987 this.x += scalar;
3988 this.y += scalar;
4017 scalarSubtract: function (scalar) { argument
4018 return new Point(this.x - scalar, this.y - scalar);
4026 scalarSubtractEquals: function (scalar) { argument
4027 this.x -= scalar;
4028 this.y -= scalar;
[all …]
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php265 public static function scalar($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/codemirror/dist/modes/
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… property
Dperl.min.js.map1scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnet…

12