Home
last modified time | relevance | path

Searched refs:bar (Results 126 – 150 of 495) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst9 {{ "I like %s and %s."|format(foo, "bar") }}
11 {# outputs I like foo and bar
H A Durl_encode.rst22 {{ {'param': 'value', 'foo': 'bar'}|url_encode }}
23 {# outputs "param=value&foo=bar" #}
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php391 // Code bar with button
392 // Credits bar
393 $bar = '<div class="webcode-bar">';
394 $bar .= '<div class="webcode-bar-item">' . PluginUtility::getDocumentationHyperLink(WebCodeTag::TAG, "Rendered by WebCode", false) . '</div>';
395 $bar .= '<div class="webcode-bar-item">' . self::addJsFiddleButton($codes, $externalResources, $useConsole, $tagAttributes->getValue("name")) . '</div>';
396 $bar .= '</div>';
398 return self::finishIframe($tagAttributes, $bar);
495 finishIframe(TagAttributes $tagAttributes, string $bar = '') global() argument
[all...]
/plugin/lms/_test/data/pages/
H A Dlms.txt7 * [[foo:bar]] is also a link
10 * [[foo:bar|duplicates]] will be ignored in the order
/plugin/topbarsyntax/
H A DREADME20 horizontal menu bar syntax = {{topbarsyntax>850px,h}}
21 left sided vertical menu bar syntax = {{topbarsyntax>12em,vl}}
22 right sided vertical menu bar syntax = {{topbarsyntax>12em,vr}}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test13 …t('<images><image><group myattr="example">foo</group></image><image><group>bar</group></image></im…
19 - bar
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_amps_and_angle_encoding.md15 Here's an inline [link](/script?foo=1&bar=2).
18 [1]: http://example.com/?foo=1&bar=2
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php263 $bar = new \stdClass();
264 $bar->class = 'classBar';
265 $bar->args = ['bar'];
268 $foo->bar = $bar;
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php286 'bar' => 'Another usergroup'
292 'bar' => 10
302 'bar' => 12.00
307 'bar' => 'https://example.org/product.html?group=bar'
/plugin/progrecss/
H A Dprint.css23 .progrecss_default .border .bar {
52 .progrecss_gauge .border .bar {
80 .progrecss_inline .border .bar {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test13 return ['vars1' => ['foo1' => 'bar'], 'vars2' => new ArrayObject(['foo2' => 'bar'])]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMultiple.php57 $bar = new LUT\Map(['b', 'a', 'r']),
63 $multiple->attachIterator($bar, 'two')
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst15 {% if foo.bar is defined %}
19 {% if foo['bar'] is defined %}
/plugin/webcode/syntax/
H A Dbasis.php509 $bar = '<div class="webcode-bar">';
510 …$bar .= '<div class="webcode-bar-item"><a href="https://combostrap.com/webcode">' . $this->getLang…
511 …$bar .= '<div class="webcode-bar-item">'.$this->addJsFiddleButton($this->codes, $this->attributes)…
512 $bar .= '</div>';
513 $renderer->doc .= '<div class="webcode">' . $iFrameHtml . $bar . '</div>';
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBlockMapping.yml6 foo: bar
8 ['foo' => 'bar']
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php65 public function bar($param1 = null, $param2 = null) function in TwigTestFoo
222 public function dynamic_foo($foo, $bar, $item) argument
224 return $foo.'/'.$bar.'/'.$item;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md35 Yaml::parse('!foo bar', Yaml::PARSE_CUSTOM_TAGS);
36 // returns TaggedValue('foo', 'bar');
107 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
145 …Yaml::parse('{ "foo": "bar", "fiz": "cat" }', Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE | Yaml::PARSE_…
151 …Yaml::dump(['foo' => new A(), 'bar' => 1], 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE | Yaml::DUMP…
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/gitlabproject/
H A DREADME.md35 For e.g., if you have a project available at `http://my-gitlab/foo/bar`, the syntax will be:
38 <gitlab project="foo/bar" />
67 <gitlab server="second" project="foo/bar" />
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst34 {{ foo ~ bar }}
43 {{ {'foo': 'bar'} }}
83 {{ {'foo': 'bar'} }}
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_implementing_interface_call_parent_constructor.phpt7 public function __construct($bar);
12 public function __construct($bar)
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt7 public function __construct($bar);
12 public function __construct($bar)
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt9 public function __construct($bar);
14 public function __construct($bar)
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php53 'query' => 'foo=bar',
94 'query' => 'foo=bar',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php116 '<a href="/foo/bar">/foo/bar</a><br />' .
117 '<a href="/base/foo/bar">/base/foo/bar</a><br />' .

12345678910>>...20