Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 25 of 148) sorted by relevance

123456

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php8 protected $outer; variable in Sabre\\HTTP\\MessageDecoratorTest
13 $this->outer = new RequestDecorator($this->inner);
19 $this->outer->setBody('foo');
31 $this->outer->setHeaders([
38 $this->outer->setHeaders([
45 $this->outer->addHeaders([
57 $this->outer->setHeader('a', 'c');
64 $this->outer->addHeader('A', 'd');
72 $this->outer->getHeaderAsArray('A')
75 $this->outer->removeHeader('a');
[all …]
H A DRequestDecoratorTest.php8 protected $outer; variable in Sabre\\HTTP\\RequestDecoratorTest
13 $this->outer = new RequestDecorator($this->inner);
19 $this->outer->setMethod('FOO');
21 $this->assertEquals('FOO', $this->outer->getMethod());
27 $this->outer->setUrl('/foo');
29 $this->assertEquals('/foo', $this->outer->getUrl());
35 $this->outer->setAbsoluteUrl('http://example.org/foo');
H A DResponseDecoratorTest.php8 protected $outer; variable in Sabre\\HTTP\\ResponseDecoratorTest
13 $this->outer = new ResponseDecorator($this->inner);
19 $this->outer->setStatus(201);
21 $this->assertEquals(201, $this->outer->getStatus());
23 $this->assertEquals('Created', $this->outer->getStatusText());
33 $this->assertEquals((string)$this->inner, (string)$this->outer);
/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.css4 .lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
8 .lg-outer.fb-comments .fb-comments {
19 .lg-outer.fb-comments .fb-comments.fb_iframe_widget {
23 .lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
27 .lg-outer.fb-comments .lg-toolbar {
32 .lg-outer.fb-comments .lg-actions .lg-next {
36 .lg-outer.fb-comments .lg-item {
40 .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete…
44 .lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
50 .lg-outer.fb-comments .lg-sub-html {
[all …]
H A Dlg-fb-comment-box.min.css1outer.fb-comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:4…
H A Dlightgallery.min.css1outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(…
H A Dlightgallery.css266 .lg-outer .lg-thumb-outer {
280 .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
287 .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
295 .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
299 .lg-outer.lg-thumb-open .lg-thumb-outer {
538 .lg-outer .lg-pager-outer {
547 .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
601 .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
760 .lg-outer {
772 .lg-outer * {
[all …]
/plugin/revealjs/css/theme/template/
H A Dmixins.scss21 @mixin radial-gradient( $outer, $inner, $type: circle ) { parameter
22 background: $outer;
23 background: -moz-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
24 … radial, center center, 0px, center center, 100%, color-stop(0%,$inner), color-stop(100%,$outer) );
25 background: -webkit-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
26 background: -o-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
27 background: -ms-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
28 background: radial-gradient( center, $type cover, $inner 0%, $outer 100% );
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php292 $outer = new \ArrayObject(['outer1' => 'a', 'outer2' => $inner]);
294 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
311 $outer = new \ArrayObject(['a', $inner]);
313 $yaml = $this->dumper->dump($outer, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
324 $outer = new \ArrayObject(['a', $inner]);
325 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
358 $outer = new \stdClass();
359 $outer->outer1 = 'a';
360 $outer->outer2 = $inner;
362 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php27 $outer = new \RecursiveIteratorIterator($inner, \RecursiveIteratorIterator::SELF_FIRST);
30 foreach ($outer as $file) {
37 $files = iterator_to_array($outer);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php83 $outer = $this->findIncrementers($tokens, $token);
86 if (count($outer) === 0) {
100 $diff = array_intersect($outer, $inner);
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js77 var controlList, example, control, tuple, t, groupClass, group, outer, tmpThis;
100 function addClickHandler(outer) { argument
101 outer.on('click', function () {
114 outer = jQuery('<li />');
118 outer.addClass(name + '_controlgroup ' + groupClass);
119outer.append('<span>' + t.example.groupLabel + ' <i class="meltdown-icon-caret-down"></i></span><b…
120 outer.append(group);
121 controls.append(outer);
124 addClickHandler(outer);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.line-box.nested.php23 $outer = $tree->get_element_by_id('outer');
24 $outer_line = $outer->getLineBox(0);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java213 JSplitPane outer = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, inner, graphComponent); in BasicGraphEditor() local
214 outer.setOneTouchExpandable(true); in BasicGraphEditor()
215 outer.setDividerLocation(200); in BasicGraphEditor()
216 outer.setDividerSize(6); in BasicGraphEditor()
217 outer.setBorder(null); in BasicGraphEditor()
227 add(outer, BorderLayout.CENTER); in BasicGraphEditor()
H A DBasicGraphEditor.java.bak207 // Creates the outer split pane that contains the inner split pane and
209 JSplitPane outer = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, inner, graphComponent);
210 outer.setOneTouchExpandable(true);
211 outer.setDividerLocation(200);
212 outer.setDividerSize(6);
213 outer.setBorder(null);
223 add(outer, BorderLayout.CENTER);
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php142 $outer = $this->addFirstSectionIfMissing($child->getOutline());
143 Outline::merge($indexOutline, $outer);
H A DOutline.php453 public static function merge(Outline $inner, Outline $outer)
456 * Get the inner section where the outer section will be added
468 * Add the outer sections
470 $outerRootOutlineSection = $outer->getRootOutlineSection();
487 public static function mergeRecurse(Outline $inner, Outline $outer)
490 $outerRootOutlineSection = $outer->getRootOutlineSection();
458 merge(Outline $inner, Outline $outer) global() argument
492 mergeRecurse(Outline $inner, Outline $outer) global() argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
/plugin/photogallery/
H A Dall.less11 .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
12 //.lg-outer.lg-pull-caption-up.lg-thumb-open {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst35 By default, the inner scope has access to the outer scope context; you can
/plugin/scrollticker/
H A Dstyle.css3 .tickercontainer { /* the outer div with the black border */
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md718 {{#each data}}{{#each this}}outer: {{@../first}},inner: {{@first}};{{/each}}{{/each}}
725 outer: true,inner: true;outer: true,inner: false;outer: false,inner: true;outer: false,inner: false;
/plugin/latexport/examples/
H A Dexample.tex21 outer=0.8in,
/plugin/tip/
H A Dsyntax_plugin_tip.css26 background-position: 1px 1px; /* do not touch the outer border */
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1outer join all any some cross unpivot pivot exists\"),\n operatorChars: /^[*+\\-%<>!=^\\&|\\/]/…

123456