| /plugin/findologicxmlexport/vendor/symfony/yaml/ |
| D | Inline.php | 266 …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 D | Inline.php | 268 …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/ |
| D | MetricUpdate.php | 55 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/ |
| D | ContextTest.php | 152 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/ |
| D | NormalizerFormatter.php | 128 * @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 */
|
| D | ScalarFormatter.php | 39 * @return scalar|null
|
| D | WildfireFormatter.php | 129 * @return null|scalar|array<array|scalar|null>|object
|
| /plugin/sketchcanvas/script/ |
| D | js-yaml.mjs | 233 '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 D | AbstractType.php | 95 * @var scalar|null
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
| D | CHANGES.md | 85 * 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/ |
| D | CHANGELOG.md | 28 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
|
| /plugin/combo/vendor/symfony/process/ |
| H A D | CHANGELOG.md | 87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
|
| /plugin/mantis/lib/ |
| D | class.xmlschema.php | 737 $this->elements[$type]['phpType'] = 'scalar'; 747 $typeDef['phpType'] = 'scalar';
|
| D | changelog | 11 - 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/ |
| D | 21.21.js.map | 1 …',\n 'extend',\n 'schema',\n 'directive',\n 'scalar',\n 'type',…
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/ |
| D | README.md | 101 `scalar($value, $message = '')` | Check that a value is a scalar
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
| D | custom.rst | 192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | ... ()
public final void add (double)
double scalar
public final void add (double, javax.vecmath ... |
| D | JmolAppletSigned0.jar | ... ()
public final void add (double)
double scalar
public final void add (double, javax.vecmath ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 3977 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/ |
| D | Assert.php | 265 public static function scalar($value, $message = '') function in Webmozart\\Assert\\Assert
|
| /plugin/codemirror/dist/modes/ |
| D | perl.min.js | 1 …1,reset:1,"return":1,reverse:1,rewinddir:1,rindex:1,rmdir:1,s:null,say:1,scalar:1,seek:1,seekdir:1… property
|
| D | perl.min.js.map | 1 …scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnet…
|