| /plugin/davcal/vendor/sabre/http/tests/HTTP/ |
| H A D | MessageDecoratorTest.php | 8 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 D | RequestDecoratorTest.php | 8 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 D | ResponseDecoratorTest.php | 8 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/ |
| D | lg-fb-comment-box.css | 4 .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 …]
|
| D | lightgallery.min.css | 1 …outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(…
|
| D | lg-fb-comment-box.min.css | 1 …outer.fb-comments .fb-comments{height:100%;overflow-y:auto;position:absolute;right:0;top:0;width:4…
|
| D | lightgallery.css | 145 .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/revealjs/css/theme/template/ |
| D | mixins.scss | 21 @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/ |
| D | DumperTest.php | 292 $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/ |
| D | FilesystemUtils.php | 27 $outer = new \RecursiveIteratorIterator($inner, \RecursiveIteratorIterator::SELF_FIRST); 30 foreach ($outer as $file) { 37 $files = iterator_to_array($outer);
|
| /plugin/markdownextra/lib/meltdown/js/ |
| D | jquery.meltdown.js | 77 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); 119 …outer.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/ |
| D | JumbledIncrementerSniff.php | 83 $outer = $this->findIncrementers($tokens, $token); 86 if (count($outer) === 0) { 100 $diff = array_intersect($outer, $inner);
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _lazyValue.js | 41 outer: 58 continue outer; 60 break outer;
|
| D | _baseDifference.js | 45 outer: 55 continue outer;
|
| D | _baseUniq.js | 44 outer: 54 continue outer;
|
| D | _baseIntersection.js | 45 outer: 62 continue outer;
|
| /plugin/html2pdf/html2pdf/html2ps/unittest/ |
| D | test.line-box.nested.php | 23 $outer = $tree->get_element_by_id('outer'); 24 $outer_line = $outer->getLineBox(0);
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | BasicGraphEditor.java | 213 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()
|
| D | BasicGraphEditor.java.bak | 207 // 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/photogallery/ |
| D | all.less | 11 .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { 12 //.lg-outer.lg-pull-caption-up.lg-thumb-open {
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckcodeformatter.js | 48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckcodeformatter.js | 48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
|
| /plugin/combo/ComboStrap/ |
| H A D | Outline.php | 462 public static function merge(Outline $inner, Outline $outer, int $actualLevel) argument 479 $outerRootOutlineSection = $outer->getRootOutlineSection(); 500 public static function mergeRecurse(Outline $inner, Outline $outer) argument 503 $outerRootOutlineSection = $outer->getRootOutlineSection();
|
| H A D | FetcherPageBundler.php | 334 $outer = $this->addFirstSectionIfMissing($outline); 335 Outline::merge($this->bundledOutline, $outer, $actualLevel);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | with.rst | 35 By default, the inner scope has access to the outer scope context; you can
|