Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/plugin/tagfilter/script/select2/
H A Dselect2-bootstrap.css10 .form-control.select2-container {
15 .form-control.select2-container.select2-dropdown-open {
20 .form-control .select2-container.select2-dropdown-open .select2-choices {
24 .form-control.select2-container .select2-choices {
29 .control-group.warning .select2-container .select2-choice,
30 .control-group.warning .select2-container .select2-choices,
31 .control-group.warning .select2-container-active .select2-choice,
32 .control-group.warning .select2-container-active .select2-choices,
35 .control-group.warning .select2-container-multi.select2-container
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php16 private $container; variable in JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher
19 * @param PsrContainerInterface|ContainerInterface $container
21 public function __construct($container) argument
23 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {
24 …::class, ContainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($co…
27 $this->container = $container;
42 if (!$this->container->has($listener[0][0])) {
46 $listener[0][0] = $this->container->get($listener[0][0]);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css1 .dmn-decision-table-container {
21 .dmn-decision-table-container .simple-string-edit,
22 .dmn-decision-table-container .simple-date-edit {
30 .dmn-decision-table-container .dms-form-control {
71 .dmn-decision-table-container th.create-inputs {
78 .dmn-decision-table-container .context-menu {
89 .dmn-decision-table-container .context-menu .context-menu-container {
138 .dmn-decision-table-container .context-menu .context-menu-container.input-edit,
139 .dmn-decision-table-container .context-menu .context-menu-container.output-edit {
143 .dmn-decision-table-container .context-menu .context-menu-container.type-ref-edit,
[all …]
H A Ddmn-js-decision-table.css1 .dmn-decision-table-container {
55 .dmn-decision-table-container * {
59 .dmn-decision-table-container .tjs-container {
72 .dmn-decision-table-container .tjs-table-container {
89 .dmn-decision-table-container th,
90 .dmn-decision-table-container td {
97 .dmn-decision-table-container thead th {
117 .dmn-decision-table-container tbody td {
141 .dmn-decision-table-container thead {
207 .dmn-decision-table-container h3,
[all …]
H A Ddmn-js-literal-expression.css1 .dmn-literal-expression-container {
31 .dmn-literal-expression-container .viewer-container {
37 .dmn-literal-expression-container * {
53 .dmn-literal-expression-container .decision-name {
68 .dmn-literal-expression-container .decision-name div {
79 .dmn-literal-expression-container .textarea .content,
98 .dmn-literal-expression-container .textarea {
115 .dmn-literal-expression-container .textarea.editor {
151 .dmn-literal-expression-container .view-drd {
174 .dmn-literal-expression-container .powered-by {
[all …]
/plugin/odt/ODT/elements/
H A DODTContainerElement.php53 $container = $previous;
54 while (isset($container)) {
55 if ($container->getClass() == 'table-cell') {
56 $cell = $container;
58 if ($container->getClass() == 'table') {
61 if ($container->getClass() == 'frame') {
64 $container = $container->getParent();
66 if (!isset($container)) {
69 $this->owner->setParent($container);
70 $container->addNestedContainer ($this->owner);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php16 private $container; variable in JMS\\Serializer\\Handler\\LazyHandlerRegistry
24 * @param PsrContainerInterface|ContainerInterface $container
27 public function __construct($container, array $handlers = []) argument
29 … if (!$container instanceof PsrContainerInterface && !$container instanceof ContainerInterface) {
30 …::class, ContainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($co…
34 $this->container = $container;
60 if (\is_array($handler) && \is_string($handler[0]) && $this->container->has($handler[0])) {
61 $handler[0] = $this->container->get($handler[0]);
/plugin/bpmnio/script/
H A Dbpmnio_render.js16 container.style.height = `${size.height}px`;
19 container.textContent = err;
67 const viewer = new BpmnViewer({ container });
72 async function renderDmnDiagram(xml, container) { argument
74 const viewer = new DmnViewer({ container });
92 async function renderBpmnEditor(xml, container) { argument
98 renderDiagram(xml, container, editor, null);
102 async function renderDmnEditor(xml, container) { argument
104 const editor = new DmnEditor({ container });
108 renderDiagram(xml, container, editor, null);
[all …]
/plugin/dwtimeline/
H A Dstyle.less46 .container-vert {
57 .container-vert.tl-left::before, .container-vert.tl-right::before {
78 .container-vert.tl-left:hover::before, .container-vert.tl-right:hover::before {
84 .container-vert.tl-left {
89 .container-vert.tl-right {
94 .container-vert.tl-top, .container-vert.tl-bottom {
228 .container-horz {
242 .container-horz::before {
269 .container-horz::after {
297 .container-vert {
[all …]
H A Dprint.css14 .container-vert {
24 /* Place the container to the left */
25 .container-vert.tl-left {
32 /* Place the container to the right */
33 .container-vert.tl-right {
40 /* Place the container to center */
41 .container-vert.tl-top, .container-vert.tl-bottom {
88 .container-vert.tl-left .tlcontent .mstitle {
92 .container-vert.tl-right .tlcontent .mstitle {
96 /* a smaller bottom container */
[all …]
/plugin/jquery-syntax/jquery-syntax/bright/
H A Djquery.syntax.core.css1 .syntax-container.syntax-theme-bright .syntax {
4 .syntax-container.syntax-theme-bright .syntax .function {
6 .syntax-container.syntax-theme-bright .syntax .keyword {
8 .syntax-container.syntax-theme-bright .syntax .access {
11 .syntax-container.syntax-theme-bright .syntax .type {
14 .syntax-container.syntax-theme-bright .syntax .comment {
17 ….syntax-container.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .synt…
19 .syntax-container.syntax-theme-bright .syntax .string .escape {
21 .syntax-container.syntax-theme-bright .syntax .operator {
23 .syntax-container.syntax-theme-bright .syntax .href {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DSampleArrayAccess.php10 private $container; variable in SampleArrayAccess
14 $this->container = [];
19 $this->container[] = $value;
21 $this->container[$offset] = $value;
26 return isset($this->container[$offset]);
30 unset($this->container[$offset]);
34 return isset($this->container[$offset]) ? $this->container[$offset] : null;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DContainerRuntimeLoaderTest.php21 $container = $this->getMockBuilder('Psr\Container\ContainerInterface')->getMock();
22 $container->expects($this->once())->method('has')->with('stdClass')->willReturn(true);
23 … $container->expects($this->once())->method('get')->with('stdClass')->willReturn(new \stdClass());
25 $loader = new ContainerRuntimeLoader($container);
35 $container = $this->getMockBuilder('Psr\Container\ContainerInterface')->getMock();
36 $container->expects($this->once())->method('has')->with('Foo');
37 $container->expects($this->never())->method('get');
39 $loader = new ContainerRuntimeLoader($container);
/plugin/farmer/css/
H A Dchosen.less14 .chosen-container {
25 .chosen-container * {
30 .chosen-container .chosen-drop {
41 .chosen-container.chosen-with-drop .chosen-drop {
44 .chosen-container a {
47 .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
55 .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
63 .chosen-container
[all...]
/plugin/strata/
H A Dstyle.css27 .dokuwiki div.strata-debug { /* the line container */
45 .dokuwiki div.strata-debug div.strata-debug-highlight { /* The highlighted lines container */
63 .strata-container-table tr.filter input {
70 .strata-container-table tr.filter {
74 .strata-container-table tr.filter.isFiltered, .strata-container.strata-ui-filter table tr.filter {
81 .strata-container-table:hover .sorting {
86 .strata-container-table .sorting[data-strata-sort-direction="asc"],
87 .strata-container-table:hover .sorting[data-strata-sort-direction="asc"] {
92 .strata-container
[all...]
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;l…
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
H A DDocParser.php
/plugin/findologicxmlexport/vendor/twig/twig/src/RuntimeLoader/
H A DContainerRuntimeLoader.php26 private $container; variable in Twig\\RuntimeLoader\\ContainerRuntimeLoader
28 public function __construct(ContainerInterface $container) argument
30 $this->container = $container;
35 if ($this->container->has($class)) {
36 return $this->container->get($class);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js6 initialize: function(container) argument
8 if (container == undefined || (is_ie && !is_ie7))
9 container = document.getElementsByTagName('body')[0];
10 this.container = container;
102 var pos = this._findPos(this.container);
107 if (this.container.scrollHeight > this.container.offsetHeight
108 || this.container.scrollWidth > this.container.offsetWidth)
110 this.bgbox.style.height = this.container.scrollHeight+'px';
111 this.bgbox.style.width = this.container.scrollWidth+'px';
115 this.bgbox.style.height = this.container.offsetHeight+'px';
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js34 container.style.display = 'block';
37 container.style.width = '100%';
38 container.style.height = '100%';
39 container.style.left = '0px';
40 container.style.top = '0px';
41 container.style.zIndex = 2;
49 container.appendChild(deleteImage);
59 container.appendChild(closeLabel);
79 function main(container) argument
122 container.parentNode.removeChild(container);
[all …]
/plugin/tabinclude/
H A Dstyle.css7 div#dwpl-ti-container{
16 div#dwpl-ti-container ul.dwpl-ti {
22 div#dwpl-ti-container li.dwpl-ti-tab {
42 div#dwpl-ti-container li.dwpl-ti-tab a{
46 div#dwpl-ti-container li.dwpl-ti-tab:hover {
51 div#dwpl-ti-container li.dwpl-ti-tab div
58 div#dwpl-ti-container li.dwpl-ti-tab .selected
62 div#dwpl-ti-container li.dwpl-ti-tab div.error
71 div#dwpl-ti-container div.dwpl-ti-content-box {
90 div#dwpl-ti-container div.dwpl-ti-loading{
[all …]
/plugin/freechat/phpfreechat/src/proxies/
H A Dnoflood.class.php48 $container =& pfcContainer::Instance();
50 $isadmin = $container->getUserMeta($nickid, 'isadmin');
51 $lastfloodtime = $container->getUserMeta($nickid, 'floodtime');
52 $flood_nbmsg = $container->getUserMeta($nickid, 'flood_nbmsg');
53 $flood_nbchar = $container->getUserMeta($nickid, 'flood_nbchar');
90 $container->setUserMeta($nickid, 'floodtime', $floodtime);
91 $container->setUserMeta($nickid, 'flood_nbmsg', $flood_nbmsg);
92 $container->setUserMeta($nickid, 'flood_nbchar', $flood_nbchar);
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js85 document.body.appendChild(container);
86 mxEvent.disableContextMenu(container);
103 container.style.overflow = 'hidden';
105 container.appendChild(canvas);
111 this.container = container;
318 var div = graph.container;
356 var newScroll = isVertical? graph.container.scrollTop : graph.container.scrollLeft;
565 if (this.container != null)
567 this.container.parentNode.removeChild(this.container);
637 installMenu(this.hRuler.container);
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js87 mathJaxQueue.push(graph.container);
141 function initGraph(container) argument
145 var child = container.firstChild;
153 container.innerHTML = '';
156 var graph = new Graph(container);
266 container.style.cursor = 'move';
271 container.style.cursor = 'default';
281 (container.style.width == '' && container.style.height == ''))
289 if (resize != '0' && container.style.width == '100%' && container.style.height == '')
790 if (container.nextSibling != null)
[all …]

12345678910>>...25