/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | Inline.php | 326 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 D | Inline.php | 262 * 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 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/ |
H A 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/ |
H A 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 */
|
H A D | ScalarFormatter.php | 39 * @return scalar|null
|
H A D | WildfireFormatter.php | 129 * @return null|scalar|array<array|scalar|null>|object
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A 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/ |
H A D | CHANGELOG.md | 28 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | sfComments.yml | 58 Comment containing a colon on a scalar line
|
H A D | YtsSpecificationExamples.yml | 497 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 D | CHANGELOG.md | 87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
|
/plugin/mantis/lib/ |
H A D | class.xmlschema.php | 737 $this->elements[$type]['phpType'] = 'scalar'; 747 $typeDef['phpType'] = 'scalar';
|
H A 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/ |
H A D | 21.21.js.map | 1 …',\n 'extend',\n 'schema',\n 'directive',\n 'scalar',\n 'type',…
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | README.md | 101 `scalar($value, $message = '')` | Check that a value is a scalar
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | custom.rst | 192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | ... ()
public final void add (double)
double scalar
public final void add (double, javax.vecmath ... |
H A D | JmolAppletSigned0.jar | ... ()
public final void add (double)
double scalar
public final void add (double, javax.vecmath ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.js | 3978 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 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…
|
H A D | perl.min.js.map | 1 …scalar","seek","seekdir","select","semctl","semget","semop","send","setgrent","sethostent","setnet…
|
/plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
H A D | Assert.php | 265 public static function scalar($value, $message = '') function in Webmozart\\Assert\\Assert
|