/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'); 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 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/ |
H A 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 …]
|
H A 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…
|
H A D | lightgallery.min.css | 1 …outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(…
|
H A D | lightgallery.css | 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 { 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 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/ |
H A 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/ |
H A D | FilesystemUtils.php | 27 $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 D | JumbledIncrementerSniff.php | 83 $outer = $this->findIncrementers($tokens, $token); 86 if (count($outer) === 0) { 100 $diff = array_intersect($outer, $inner);
|
/plugin/markdownextra/lib/meltdown/js/ |
H A 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/html2pdf/html2pdf/html2ps/unittest/ |
H A 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/ |
H A 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()
|
H A 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/combo/ComboStrap/ |
H A D | FetcherPageBundler.php | 142 $outer = $this->addFirstSectionIfMissing($child->getOutline()); 143 Outline::merge($indexOutline, $outer);
|
H A D | Outline.php | 461 public static function merge(Outline $inner, Outline $outer) 464 * Get the inner section where the outer section will be added 476 * Add the outer sections 478 $outerRootOutlineSection = $outer->getRootOutlineSection(); 495 public static function mergeRecurse(Outline $inner, Outline $outer) 498 $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 D | fckcodeformatter.js | 48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
|
/plugin/photogallery/ |
H A 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/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | with.rst | 35 By default, the inner scope has access to the outer scope context; you can
|
/plugin/scrollticker/ |
H A D | style.css | 3 .tickercontainer { /* the outer div with the black border */
|
/plugin/combo/vendor/salesforce/handlebars-php/ |
H A D | README.md | 718 {{#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 D | example.tex | 21 outer=0.8in,
|
/plugin/tip/ |
H A D | syntax_plugin_tip.css | 26 background-position: 1px 1px; /* do not touch the outer border */
|
/plugin/codemirror/dist/modes/ |
H A D | sql.min.js.map | 1 …outer join all any some cross unpivot pivot exists\"),\n operatorChars: /^[*+\\-%<>!=^\\&|\\/]/…
|