Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/plugin/swiftmail/Swift/Connection/
DRotator.php31 protected $active = null; variable in Swift_Connection_Rotator
74 $start = $this->active === null ? 0 : ($this->active + 1);
85 $this->active = $id;
109 if ($this->active === null)
113 return $this->connections[$this->active]->read();
122 if ($this->active === null)
126 return $this->connections[$this->active]->write($command, $end);
134 if ($this->active === null) $this->nextConnection();
146 $this->active = null;
154 return (($this->active !== null) && $this->connections[$this->active]->isAlive());
[all …]
DMulti.php31 protected $active = null; variable in Swift_Connection_Multi
65 if ($this->active === null)
69 return $this->connections[$this->active]->read();
78 if ($this->active === null)
82 return $this->connections[$this->active]->write($command, $end);
98 $this->active = $id;
122 if ($this->active !== null) $this->connections[$this->active]->stop();
123 $this->active = null;
131 return (($this->active !== null) && $this->connections[$this->active]->isAlive());
138 $this->connections[$this->active]->postConnect($instance);
[all …]
/plugin/bureaucracytoolbar/
H A Dscript.js11 var active = document.activeElement;
12 if (active.tagName === 'TEXTAREA' && active.name.startsWith('bureaucracy[')) {
13 textarea = active;
68 var active = document.activeElement;
69 if (active.tagName === 'TEXTAREA' && active.name.startsWith('bureaucracy[')) {
70 bureaucracyToolbar.lastTextarea = active;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1EnvironmentSessionStatus.php25 public $active; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1EnvironmentSessionStatus
30 public function setActive($active) argument
32 $this->active = $active;
39 return $this->active;
/plugin/indexmenu/scripts/fancytree/skin-bootstrap/
Dui.fancytree.less60 @table-bg-active: @table-bg-hover;
90 @fancy-active-text: #fff;
91 @fancy-active-color: @brand-primary;
115 .fancytree-container .fancytree-active span.fancytree-title input,
219 color: @fancy-active-text;
224 …span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title { // active nodes ins…
237 span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title {
256 span.fancytree-node.fancytree-active span.fancytree-title { // active nodes inside inactive tree
257 background-color: lighten(@fancy-active-color, 10%);
258 color: @fancy-active-text;
[all …]
/plugin/statdisplay/pchart/
DShadowProperties.php28 $properties->active = false;
36 $properties->active = true;
60 $copy->active = $other->active;
71 $this->active, $this->xDistance, $this->yDistance,
75 public $active; variable in ShadowProperties
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DAccountStatusStatistics.php25 public $active; variable in Google\\Service\\ShoppingContent\\AccountStatusStatistics
42 public function setActive($active) argument
44 $this->active = $active;
51 return $this->active;
DService.php26 public $active; variable in Google\\Service\\ShoppingContent\\Service
61 public function setActive($active) argument
63 $this->active = $active;
70 return $this->active;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DPlacementAssignment.php25 public $active; variable in Google\\Service\\Dfareporting\\PlacementAssignment
40 public function setActive($active) argument
42 $this->active = $active;
49 return $this->active;
DReportSchedule.php26 public $active; variable in Google\\Service\\Dfareporting\\ReportSchedule
55 public function setActive($active) argument
57 $this->active = $active;
64 return $this->active;
DTargetableRemarketingList.php29 public $active; variable in Google\\Service\\Dfareporting\\TargetableRemarketingList
86 public function setActive($active) argument
88 $this->active = $active;
95 return $this->active;
DRemarketingList.php29 public $active; variable in Google\\Service\\Dfareporting\\RemarketingList
88 public function setActive($active) argument
90 $this->active = $active;
97 return $this->active;
/plugin/tagfilter/script/select2/
Dselect2-bootstrap.css31 .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-active .select2-choices {
46 .control-group.error .select2-container-active .select2-choice,
47 .control-group.error .select2-container-active .select2-choices,
50 .control-group.error .select2-container-multi.select2-container-active .select2-choices {
61 .control-group.info .select2-container-active .select2-choice,
62 .control-group.info .select2-container-active .select2-choices,
65 .control-group.info .select2-container-multi.select2-container-active .select2-choices {
76 .control-group.success .select2-container-active .select2-choice,
[all …]
/plugin/slider/
Djquery.bxslider.js133 slider.active = { index: slider.settings.startSlide };
243 slider.active.last = slider.settings.startSlide == getPagerQty() - 1;
330 slider.settings.onSliderLoad(slider.active.index);
360 children = slider.children.eq(slider.active.index);
364 …var currentIndex = slider.settings.moveSlides == 1 ? slider.active.index : slider.active.index * g…
503 …if(slider.children.length > slider.settings.maxSlides && slider.active.last && !slider.settings.in…
520 var position = slider.children.eq(slider.active.index * getMoveBy()).position();
522 if (slider.active.index == getPagerQty() - 1) slider.active.last = true;
780 if(pagerIndex != slider.active.index) el.goToSlide(pagerIndex);
814 if(slider.active.index == 0){
[all …]
/plugin/mikioplugin/
H A Dscript.js94 var active = false;
98 active = true;
107 if (!active) {
252 var active = 0;
255 active = i;
263 if (item != active) {
268 … jQuery(group).find('.mikiop-carousel-item:nth-child(' + (active + 1) + ')').fadeOut(function () {
274 …jQuery(group).find('.mikiop-carousel-indicator:nth-child(' + (active + 1) + ')').removeClass('miki…
278 if (item < active) {
281 …jQuery(group).find('.mikiop-carousel-item:nth-child(' + (active + 1) + ')').animate({ left: '100%'…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
DGoogleIdentityStsV1IntrospectTokenResponse.php28 public $active; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse
61 public function setActive($active) argument
63 $this->active = $active;
70 return $this->active;
/plugin/indexmenu/scripts/fancytree/skin-win8-n/
Dui.fancytree.less23 // active node: #CBE8F6 (border: #26A0DA) 'light blue'
24 // active node with hover: wie active node
27 // active node, tree inactive: #F7F7F7 (border: #DEDEDE) 'light gray, selected, but tree not act…
30 // selected bar: --> active bar
71 span.fancytree-node.fancytree-active,
72 span.fancytree-node.fancytree-selected { // active/selcted nodes inside inactive tree
76 &.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
78 span.fancytree-node.fancytree-active:hover,
123 tr.fancytree-active:hover,
128 tr.fancytree-active { // dimmed, if inside inactive tree
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DCustomBiddingScript.php26 public $active; variable in Google\\Service\\DisplayVideo\\CustomBiddingScript
55 public function setActive($active) argument
57 $this->active = $active;
64 return $this->active;
/plugin/hidden/
Dsyntax.php98 preg_match("/active *= *\"([^\"]*)\" ?/i", $match, $active);
99 if( count($active) != 0 ){
100 $match = str_replace($active[0], '', $match);
101 $active = strtolower(trim($active[1]));
102 if($active=='false' || $active=='f' || $active=='0' || $active=='n'){
/plugin/indexmenu/scripts/fancytree/skin-win7/
Dui.fancytree.less17 // active node: #F6FBFD..#D5EFFC (border: #719acb) 'light blue'
21 // active node with hover: #F2F9FD..#C4E8FA (border: #B6E6FB)
26 // active node, tree inactive: #FAFAFB..#E5E5E5 (border: #D9D9D9) 'light gray, selected, but tre…
31 // selected bar: --> active bar
32 // focus bar: active + border 1px dotted #090402 (inside the blue border)
84 // active nodes inside an UN-focused tree are gray instead of blue
85 span.fancytree-active .fancytree-title,
92 // Markers inside an active tree
94 span.fancytree-active .fancytree-title,
106 span.fancytree-active .fancytree-title:hover,
[all …]
/plugin/bez/scripts/
H A Dstart.js3 var active = 0;
9 active = $active.first().parents('li').index();
11 jQuery("#plugin__bez_start_tabs").tabs({active: active}); property
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js683 var active = [],
702 _.pull(active, this);
720 active.length >= threshold && _.isEmpty(_.difference(active, restarted))) {
734 this.jobs = { 'active': active, 'all': all, 'queue': queue }; property
757 active = jobs.active,
761 stop = _.after(active.length, _.partial(_.invokeMap, all, 'reset', reset));
763 if (_.isEmpty(active)) {
769 _.invokeMap(active, 'stop', function() {
770 _.pull(active, this);
815 active = jobs.active,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1PhraseMatcher.php30 public $active; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatcher
83 public function setActive($active) argument
85 $this->active = $active;
92 return $this->active;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DCustomDimension.php29 public $active; variable in Google\\Service\\Analytics\\CustomDimension
86 public function setActive($active) argument
88 $this->active = $active;
95 return $this->active;
/plugin/indexmenu/scripts/fancytree/skin-vista/
Dui.fancytree.less12 active node: #F6FBFD..#D5EFFC (border: #99DEFD) 'light blue'
13 active node with hover: #F2F9FD..#C4E8FA (border: #B6E6FB)
16active node, tree inactive: #FAFAFB..#E5E5E5 (border: #D9D9D9) 'light gray, selected, but tree not…
19 selected bar: --> active bar
20 focus bar: active + border 1px dotted #090402 (inside the blue border)
84 span.fancytree-active span.fancytree-title {
98 tbody tr.fancytree-active {
114 span.fancytree-node.fancytree-active {

12345678910>>...31