Home
last modified time | relevance | path

Searched refs:foo (Results 251 – 275 of 405) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md5 This release fixes an issue in which annotations such as `@foo-bar`
6 and `@foo-` were incorrectly recognised as valid, and both erroneously
7 parsed as `@foo`.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst208 AnnotationReader::addGlobalIgnoredName('foo');
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php477 0 < $foo = $this->_actions[$c][$nextState][$nextToken][0]
481 0 < $foo = $this->_actions[$c][$nextState][$nextToken]
494 $c = $foo - 1;
957 foreach ($this->_transitions[$e][$i] as $j => $foo) {
H A DREADME.md148 So, the data `"foo"` and `'foo'` will be valid, but also `"foo'` and `'foo"`! To
171 $ast = $compiler->parse('{"foo": true, "bar": [null, 42]}');
181 * > > > token(string, foo)
221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump
225 {"foo" true}
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/ComplexHierarchy/
H A DBaseClass.php9 private $foo; variable in Metadata\\Tests\\Fixtures\\ComplexHierarchy\\BaseClass
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/
H A DTestObject.php9 private $foo; variable in Metadata\\Tests\\Fixtures\\TestObject
13 return $this->foo;
16 private function setFoo($foo) argument
18 $this->foo = $foo;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAllExcludedObject.php17 private $foo = 'foo'; variable in JMS\\Serializer\\Tests\\Fixtures\\AllExcludedObject
H A DNode.php16 public $foo = 'bar'; variable in JMS\\Serializer\\Tests\\Fixtures\\Node
H A DSimpleClassObject.php23 public $foo; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleClassObject
H A DSimpleInternalObject.php18 public function __construct($foo, $bar) argument
20 parent::__construct($foo);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst33 private $foo;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DDiscriminatorGroup.Vehicle.yml6 groups: [foo]
H A DSimpleSubClassObject.yml3 foo: http://better.foo.example.org
4 old_foo: http://foo.example.org
9 namespace: http://better.foo.example.org
13 namespace: http://foo.example.org
17 namespace: http://new.foo.example.org
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php419 $metadata = new StaticPropertyMetadata(get_class($author), 'foo', $author);
440 $object->foo = 'foo';
447 $childObject->foo = 'foo';
466 $object->foo = 'foo';
H A DGraphNavigatorTest.php166 public $foo = 'bar'; variable in JMS\\Serializer\\Tests\\Serializer\\SerializableClass
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/metadata/SimpleInternalObject/
H A DException.yml6 serialized_name: foo
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md95 $isValidIdentifier = Hoa\Consistency\Consistency::isIdentifier('foo');
178 var_dump($xcallable('foo'));
190 $xcallable->distributeArguments(['foo']);
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php121 $foo = substr($path, 0, 6);
123 if ('hoa://' !== $foo) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php323 self::assertEquals(['foo'], $m->discriminatorGroups);
442 self::assertEquals('http://foo.example.org', $m->xmlNamespaces['foo']);
452 self::assertEquals($p, $m->propertyMetadata['foo']);
472 self::assertEquals('http://better.foo.example.org', $subm->xmlNamespaces['foo']);
498 self::assertArrayHasKey('foo', $m->xmlNamespaces);
504 $p = new PropertyMetadata($m->name, 'foo');
505 $p->serializedName = 'foo';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherTest.php48 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist18 message: '#Access to an undefined property object::\$foo\.#'
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst11 {{ var.foo|default('foo item on var is not defined') }}
13 {{ var['foo']|default('foo item on var is not defined') }}
23 {{ var.method(foo|default('foo'))|default('foo') }}
H A Dformat.rst9 {{ "I like %s and %s."|format(foo, "bar") }}
11 {# outputs I like foo and bar
12 if the foo parameter equals to the foo string. #}
H A Dreplace.rst9 {{ "I like %this% and %that%."|replace({'%this%': foo, '%that%': "bar"}) }}
11 {# outputs I like foo and bar
12 if the foo parameter equals to the foo string. #}
16 {{ "I like this and --that--."|replace({'this': foo, '--that--': "bar"}) }}
18 {# outputs I like foo and bar #}
H A Durl_encode.rst22 {{ {'param': 'value', 'foo': 'bar'}|url_encode }}
23 {# outputs "param=value&foo=bar" #}

1...<<11121314151617