Home
last modified time | relevance | path

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

12345678

/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');
21 $this->assertEquals('foo', stream_get_contents($this->outer->getBodyAsStream()));
23 $this->assertEquals('foo', $this->outer->getBodyAsString());
25 $this->assertEquals('foo', $this->outer->getBody());
31 $this->outer->setHeaders([
36 $this->assertEquals(['a' => ['b']], $this->outer->getHeaders());
38 $this->outer->setHeaders([
43 $this->assertEquals(['a' => ['b'], 'c' => ['d']], $this->outer->getHeaders());
[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/moaieditor/scripts/
Dbuttons.js12 constructor(outer) { argument
15 this.outer = outer;
30 outer: this, property
54 outer: this, property
63 outer: this property
72 outer: this property
81 outer: this, property
102 outer: this, property
122 outer: this, property
146 outer: this property
[all …]
Dhighlight_header.js10 constructor(outer) { argument
13 this.outer = outer;
44 var outer = moaiEditor.createHTML('<span class="moaied-syntax-header '+type+'"></span>');
45 outer.append(head);
46 outer.appendChild(inner);
47 outer.append(tail);
48 outer.appendChild(box);
51 content.appendChild(outer);
Dselection.js10 constructor(outer) { argument
13 this.outer = outer;
28 if (!this.outer.enabled)
53 const start = this.outer.textarea.selectionStart;
54 const end = this.outer.textarea.selectionEnd;
63 const string = this.outer.watcher.string;
71 for (let line of this.outer.watcher.lines) {
Dpreview.js76 constructor (outer) { argument
77 this.outer = outer;
82 return moaiEditor.scroll.tools.getMaxScrollY(this.outer.container);
86 return this.outer.container.scrollTop;
89 this.outer.container.scrollTop = value;
100 this.outer.container.style.scrollBehavior = value;
Dajax.js10 constructor(outer) { argument
13 this.outer = outer;
145 constructor (outer) { argument
148 this.outer = outer;
179 this.outer.request();
Dmirror.js434 constructor (outer) { argument
435 this.outer = outer;
441 return moaiEditor.scroll.tools.getMaxScrollY(this.outer.textarea);
445 return this.outer.mirror.scrollHeight;
472 return this.outer.textarea.scrollTop;
476 this.outer.mirror.scrollTop = value;
477 this.outer.textarea.scrollTop = value;
488 this.outer.mirror.style.scrollBehavior = value;
489 …this.outer.textarea.style.scrollBehavior = value; // This was commented before to avoid Firefo…
497 const scroll = Math.floor(this.outer.textarea.scrollTop);
[all …]
Dhighlight.js10 constructor(outer) { argument
13 this.outer = outer;
Dwatcher.js26 constructor(outer) { argument
29 this.outer = outer;
41 if (!this.outer.enabled)
134 this.outer.onTextChanged(data);
/plugin/photogallery/lightGallery/css/
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 …]
Dlightgallery.min.css1outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(…
Dlg-fb-comment-box.min.css1outer.fb-comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:4…
Dlightgallery.css145 .lg-outer.lg-right-end .lg-object {
151 .lg-outer.lg-left-end .lg-object {
247 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
260 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
266 .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 {
303 .lg-outer .lg-thumb {
[all …]
/plugin/moaieditor/plugins/codemirror/
Dcm_scroll.js21 constructor(outer) { argument
24 this.outer = outer;
36 const info = this.outer.editor.getScrollInfo();
43 return this.outer.editor.getScrollInfo().height;
47 return this.outer.editor.getScrollInfo().top;
50 this.outer.scroller.scrollTop = value;
62 this.outer.scroller.style.scrollBehavior = value;
66 const vp = this.outer.editor.getViewport();
84 const info = this.outer.editor.getScrollInfo();
Dcm_watcher.js11 this.string = this.outer.editor.getValue();
24 msg += parseInt(this.outer.editor.heightAtLine(423, 'local'));
32 const vp = this.outer.editor.getViewport();
/plugin/moaieditor/scripts/match/
Dmatcher.js8 constructor(outer) { argument
10 this.matches = outer;
125 constructor(outer) { argument
128 this.outer = outer;
129 this.tools = outer.tools;
155 var prevLine = this.outer.headers.nodes[this.section.prevHeaderIdx]?.matchline;
156 var nextLine = this.outer.headers.nodes[this.section.nextHeaderIdx]?.matchline;
158 if (nextLine === undefined) nextLine = this.outer.lines.length;
169 const line = this.outer.lines[i];
205 constructor(outer) { argument
[all …]
Dmatch_paragraphs.js8 constructor(outer) { argument
9 this.outer = outer;
10 this.tools = outer.tools;
17 for (let node of this.outer.section.nodes)
27 for (let block of this.outer.blocks)
86 const startline = this.outer.startline + score.block.start;
87 const endline = this.outer.startline + score.block.end;
88 this.outer.outer.matches.add (type, handle, startline, endline, 'paragraph');
/plugin/revealjs/css/theme/template/
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/
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/
DFilesystemUtils.php27 $outer = new \RecursiveIteratorIterator($inner, \RecursiveIteratorIterator::SELF_FIRST);
30 foreach ($outer as $file) {
37 $files = iterator_to_array($outer);
/plugin/markdownextra/lib/meltdown/js/
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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
DJumbledIncrementerSniff.php83 $outer = $this->findIncrementers($tokens, $token);
86 if (count($outer) === 0) {
100 $diff = array_intersect($outer, $inner);
/plugin/moaieditor/scripts/scroll/
Dscroll_sync.js11 constructor(outer) { argument
154 constructor(outer) { argument
155 this.outer = outer;
173 if (!this.engaged || !this.outer.isEnabled || this.target === null)

12345678