| /plugin/swiftmail/Swift/Connection/ |
| D | Rotator.php | 31 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 …]
|
| D | Multi.php | 31 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 D | script.js | 11 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/ |
| D | GoogleCloudDataplexV1EnvironmentSessionStatus.php | 25 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/ |
| D | ui.fancytree.less | 60 @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/ |
| D | ShadowProperties.php | 28 $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/ |
| D | AccountStatusStatistics.php | 25 public $active; variable in Google\\Service\\ShoppingContent\\AccountStatusStatistics 42 public function setActive($active) argument 44 $this->active = $active; 51 return $this->active;
|
| D | Service.php | 26 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/ |
| D | PlacementAssignment.php | 25 public $active; variable in Google\\Service\\Dfareporting\\PlacementAssignment 40 public function setActive($active) argument 42 $this->active = $active; 49 return $this->active;
|
| D | ReportSchedule.php | 26 public $active; variable in Google\\Service\\Dfareporting\\ReportSchedule 55 public function setActive($active) argument 57 $this->active = $active; 64 return $this->active;
|
| D | TargetableRemarketingList.php | 29 public $active; variable in Google\\Service\\Dfareporting\\TargetableRemarketingList 86 public function setActive($active) argument 88 $this->active = $active; 95 return $this->active;
|
| D | RemarketingList.php | 29 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/ |
| D | select2-bootstrap.css | 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-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/ |
| D | jquery.bxslider.js | 133 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 D | script.js | 94 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/ |
| D | GoogleIdentityStsV1IntrospectTokenResponse.php | 28 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/ |
| D | ui.fancytree.less | 23 // 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/ |
| D | CustomBiddingScript.php | 26 public $active; variable in Google\\Service\\DisplayVideo\\CustomBiddingScript 55 public function setActive($active) argument 57 $this->active = $active; 64 return $this->active;
|
| /plugin/hidden/ |
| D | syntax.php | 98 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/ |
| D | ui.fancytree.less | 17 // 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 D | start.js | 3 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/ |
| D | saucelabs.js | 683 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/ |
| D | GoogleCloudContactcenterinsightsV1PhraseMatcher.php | 30 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/ |
| D | CustomDimension.php | 29 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/ |
| D | ui.fancytree.less | 12 active node: #F6FBFD..#D5EFFC (border: #99DEFD) 'light blue' 13 active node with hover: #F2F9FD..#C4E8FA (border: #B6E6FB) 16 …active 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 {
|