Home
last modified time | relevance | path

Searched refs:foo (Results 51 – 75 of 405) sorted by path

12345678910>>...17

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Df9636d7ef1a45be4f36418c875cf6bef.asciidoc14 'url' => 'foo.com/bar',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc81 // This is effectively equal to: "https://username:password!#$?*abc@foo.com:9200/elastic"
83 'host' => 'foo.com',
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php29 fwrite($this->c, 'foo');
41 ->will($this->throwException(new \Exception('foo')));
46 $this->assertStringContainsString('foo', $msg);
51 $this->assertEquals('foo', (string) $this->b);
63 $this->assertEquals('foo', $this->b->read(10));
88 $this->assertEquals('foo', $this->b->getContents());
121 $this->b->write('foo');
128 $this->b->foo;
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md29 'x-foo' => ['baz']
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md24 $dsn = DsnParser::parse('http://127.0.0.1/foo/bar?key=value');
27 echo $dsn->getPath(); // "/foo/bar"
65 $dsn = DsnParser::parse('scheme://127.0.0.1/foo/bar?key=value');
68 echo $dsn->getPath(); // "/foo/bar"
87 $func = DsnParser::parseFunc('foo(udp://localhost failover:(tcp://localhost:61616,tcp://remotehost:61616)?initialReconnectDelay=100)?start=now');
88 echo $func->getName(); // "foo"
159 $dsn = DsnParser::parse('scheme://127.0.0.1/foo/bar?key=value');
259 - scheme://127.0.0.1/foo/bar?key=value
260 - scheme://user:pass@127.0.0.1/foo/bar?key=value
/plugin/externallink/
H A Dsyntax.php74 list($foo,$url) = explode("/",substr($url,7),2);
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt401 If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
/plugin/farmer/
H A Ddeleted.files7 admin/foo.php
/plugin/farmer/lang/en/
H A Dtab_config_help.txt9 should be a full qualified hostname (''foo.example.com'' instead of just ''foo'').
12 Eg. if you specify ''example.com'' it is assumed an animal named ''foo'' is reachable via ''foo.example.com''.
H A Dtab_new_help.txt12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
13 * domain based: ''%%www.foo.com%%'' for an animal accessible at ''%%http://www.foo.com/%%''
14 * sub domain based: ''foo'' for an animal accessible at ''%%http://foo.example.com/%%''
/plugin/farmer/lang/ja/
H A Dtab_config_help.txt9 これは完全修飾ホスト名でなければなりません。(''foo'' のみではなく ''foo.example.com'')
12 例えば ''example.com'' を指定した場合、''foo'' という名の動物は ''foo.example.com'' 経由で届く想定します。
H A Dtab_new_help.txt14 * .htaccess 方式:''%%http://example.org/dokuwiki/!foo/%%'' にアクセス可能な動物用の ''foo''
15 * ドメイン方式:''%%http://www.foo.com/%%'' にアクセス可能な動物用の ''%%www.foo.com%%''
16 * サブドメイン方式: ''%%http://foo.example.com/%%'' にアクセス可能な動物用の ''foo''
/plugin/fckg/scripts/
H A Dvki_kb.js1097 var foo = this.offsetWidth;
/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`.
H A Dphpstan.neon13 …- '#Property Doctrine\\Tests\\Common\\Annotations\\DummyClassNonAnnotationProblem::\$foo has unkno…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst208 AnnotationReader::addGlobalIgnoredName('foo');
H A Dcustom.rst35 private $foo;
39 $this->foo = $values['foo'];
272 * @Foo(bar="foo")
273 * @Bar(foo="bar")
288 echo $annot->bar; // prints "foo";
290 echo $annot->foo; // prints "bar";
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist18 message: '#Access to an undefined property object::\$foo\.#'
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php285 'foo' => 'One usergroup',
291 'foo' => 3,
301 'foo' => 42,
/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/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/iterator/Test/Unit/
H A DMultiple.php56 $foo = new LUT\Map(['f', 'o', 'o']),
62 $multiple->attachIterator($foo, 'one'),
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php121 $foo = substr($path, 0, 6);
123 if ('hoa://' !== $foo) {
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/ComplexHierarchy/
H A DBaseClass.php9 private $foo; variable in Metadata\\Tests\\Fixtures\\ComplexHierarchy\\BaseClass

12345678910>>...17