Home
last modified time | relevance | path

Searched refs:bar (Results 151 – 175 of 495) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt9 public function __construct($bar);
14 public function __construct($bar)
/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"
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/combo/vendor/symfony/yaml/
H A DCHANGELOG.md7 * Add new `lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml`
88 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
89 // returns TaggedValue('foo', 'bar');
160 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
198 Yaml::parse('{ "foo": "bar", "fiz": "cat" }', Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE | Yaml::PARSE_OBJECT | Yaml::PARSE_OBJECT_FOR_MAP);
204 Yaml::dump(['foo' => new A(), 'bar' => 1], 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE | Yaml::DUMP_OBJECT);
/plugin/combo/resources/slot/
H A Dpage-footer.md1 <bar background-color="gradient-light" color="secondary">
37 </bar>
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst47 {% include 'template.html' with {'foo': 'bar'} %}
49 {% set vars = {'foo': 'bar'} %}
57 {% include 'template.html' with {'foo': 'bar'} only %}
100 {% include 'sidebar.html' ignore missing with {'foo': 'bar'} %}
/plugin/bootswrapper/exe/help/
H A Dnav.txt185 * [[#tab-bar|Bar]]
192 <pane id="tab-bar">
203 * [[#tab-bar|Bar]]
210 <pane id="tab-bar">
223 <code html><pane id="tab-bar">
236 I suggest to add ''<nowiki>~~NOTOC~~</nowiki>'' because the TOC is displayed between the tab bar an…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css152 .monaco-action-bar {
173 .monaco-action-bar .action-item {
188 .monaco-action-bar .action-item .icon,
198 .monaco-action-bar .action-label {
210 .monaco-action-bar.vertical {
759 /* Action bar support */
2942 .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar {
2949 .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label {
3508 .quick-input-left-action-bar {
3514 .quick-input-left-action-bar.monaco-action-bar .actions-container {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css152 .monaco-action-bar {
173 .monaco-action-bar .action-item {
188 .monaco-action-bar .action-item .icon,
198 .monaco-action-bar .action-label {
210 .monaco-action-bar.vertical {
759 /* Action bar support */
2942 .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar {
2949 .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label {
3508 .quick-input-left-action-bar {
3514 .quick-input-left-action-bar.monaco-action-bar .actions-container {
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist-separated-by-hr.md3 - bar
H A Dmd1_nested_blockquotes.md3 > > bar
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dissue30.php4 public function bar() function in Foo
H A DclassUsesNamespacedFunction.php4 use function bar\baz;
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid-1.js8 function build_grid(chords,bars,font,wmx){var i,k,l,nr,bar,w,hr,x0,x,y,yl,lc='',cells=[],nc=grid.n
45 if(!grid.ls){cells=chords}else{bar=bars;bars=[]
53 cells.push(chords[k]);bars.push(bar[k])}}}
91 for(i=0;i<bars.length;i++){bar=bars[i]
92 if(bar[0]==':'){abc.out_svg('<text class="'+cls+'" x="')
99 if(bar.slice(-1)==':'){abc.out_svg('<text class="'+cls+'" x="')
H A Dgrid3-1.js8 function build_grid(){var i,k,l,line,bl,bar,w,hr,x0,x,y,yl,cl,cell,lc='',path='<path class="stroke" stroke-width="1" d="M',sf='" style="font-size:'+(font.size*.72).toFixed(1)+'px'
63 while(1){bar=bl.shift()
64 if(!bar)
66 if(bar[0]==':')
70 if(bar.slice(-1)==':')
/plugin/html5video2/
H A Dprint.css47 /* Fading sytles, used to fade control bar. */
60 /* The default control bar. Created by bar.js */
65 /* The default control bar. Created by bar.js */
102 div.dokuwiki .vjs-default-skin .vjs-volume-bar {
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md80 <td>E[foo="bar"]</td><td>✓</td><td>✓</td>
83 <td>E[foo~="bar"]</td><td>✓</td><td>✓</td>
86 <td>E[foo^="bar"]</td><td>✓</td><td>✓</td>
89 <td>E[foo$="bar"]</td><td>✓</td><td>✓</td>
92 <td>E[foo*="bar"]</td><td>✓</td><td>✓</td>
95 <td>E[foo|="bar"]</td><td>✓</td><td>✓</td>
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_ignore.php13 public function bar() function in Foo
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst81 {{ foo.bar }}
82 {{ foo['bar'] }}
108 * check if ``foo`` is an array and ``bar`` a valid element;
145 {% set foo = {'foo': 'bar'} %}
608 { 'foo': 'foo', 'bar': 'bar' }
611 { foo: 'foo', bar: 'bar' }
614 { 2: 'foo', 4: 'bar' }
618 { (foo): 'foo', (1 + 1): 'bar', (foo ~ 'b'): 'baz' }
630 {% set foo = [1, {"foo": "bar"}] %}
836 {{ "foo #{bar} baz" }}
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/ComplexHierarchy/
H A DSubClassA.php9 private $bar; variable in Metadata\\Tests\\Fixtures\\ComplexHierarchy\\SubClassA
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml22 hash: { name: Steve, foo: bar }
24 ['hash' => ['name' => 'Steve', 'foo' => 'bar']]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst38 {% set bar = "aabbcc"|split('', 2) %}
39 {# bar contains ['aa', 'bb', 'cc'] #}
/plugin/combo/resources/theme/default/components/css/
H A Dbar.css1 .bar {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/metadata/SimpleInternalObject/
H A DSimpleInternalObject.yml3 bar:
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst50 public $bar;
272 * @Foo(bar="foo")
273 * @Bar(foo="bar")
288 echo $annot->bar; // prints "foo";
290 echo $annot->foo; // prints "bar";
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAllExcludedObject.php22 private $bar = 'bar'; variable in JMS\\Serializer\\Tests\\Fixtures\\AllExcludedObject

12345678910>>...20