/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | FrameImpl.java | 14 private boolean isActive; field in FrameImpl 16 FrameImpl(List<Shape> shapes, Point mousePointer, Dimension size, boolean isActive) { in FrameImpl() argument 21 this.isActive = isActive; in FrameImpl() 54 public boolean isActive() { in isActive() method in FrameImpl 55 return isActive; in isActive()
|
H A D | ScreenRecorder.java | 247 …if (inactivityInterval<0 || screenShot.isActive() || screenShot.getSecNo()-lastActivity<inactivity… in getMovie() 262 …rameImpl(frameShapes, screenShot.getMousePosition(), screenShot.getSize(), screenShot.isActive())); in getMovie() 267 if (screenShot.isActive()) { in getMovie()
|
H A D | VideoEncoder.java | 73 boolean isActive(); in isActive() method
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/ |
H A D | DnsKey.php | 44 public $isActive; variable in Google\\Service\\Dns\\DnsKey 139 public function setIsActive($isActive) argument 141 $this->isActive = $isActive; 148 return $this->isActive;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_multiselect.js | 136 isActive: function() { method in gantt._multiselect 232 if (!this.isActive()) 326 if (multiselect.isActive()) { 340 var isActive = multiselect.isActive(); 342 if(id && isActive) { 350 if (!isActive) 357 if (id && multiselect.isActive()) { 364 multiselect.isActive(); 385 if (!multiselect.isActive()) 395 if (!multiselect.isActive()) [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
H A D | PretargetingConfig.php | 36 public $isActive; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig 155 public function setIsActive($isActive) argument 157 $this->isActive = $isActive; 161 return $this->isActive;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_multiselect.js | 13 …isActive:function(){return this.updateState(),this._active},updateState:function(){this._one_level… method in gantt._multiselect
|
H A D | dhtmlxgantt_multiselect.js.map | 1 …isActive","updateState","active","reset","setLastSelected","$data","tasksStore","silent","store","…
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckcorestylecommand.js | 55 _OnStyleStateChange : function( styleName, isActive ) argument 57 this.IsActive = isActive ;
|
/plugin/publish/_test/ |
H A D | helper.test.php | 92 $this->assertFalse($helper->isActive('de:sidebar'), 'de:sidebar is still listed as active'); 93 $this->assertFalse($helper->isActive('en:sidebar'), 'en:sidebar is still listed as active');
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 658 var cellsToExplore = [{vertex: root, isActive: true, activeParent: root}] 668 var isActive = currentCellInfo.isActive; 672 if (isActive) 683 var isActive = isActive && !this.isLeafOrCollapsed(cell); 690 var childActiveParent = isActive? child: activeParent; 691 cellsToExplore.push({vertex: child, isActive: isActive, activeParent: childActiveParent});
|
/plugin/simplewikipagetree/ |
H A D | syntax.php | 101 if($this->isActive($filepath)){ 169 private function isActive($filepath){ function in syntax_plugin_simplewikipagetree
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | activity.js | 22 isActive: function() method in DetectActivity
|
/plugin/publish/action/ |
H A D | start.php | 41 if (!$this->hlp->isActive()) {
|
H A D | removeattic.php | 25 if (!$this->hlp->isActive()) {
|
H A D | hide.php | 27 if (!$this->hlp->isActive()) {
|
H A D | revisions.php | 24 if (!$this->hlp->isActive()) {
|
H A D | recent.php | 21 if (!$this->hlp->isActive()) {
|
H A D | banner.php | 23 if (!$this->hlp->isActive()) {
|
H A D | mail.php | 54 if (!$this->hlp->isActive($ID)) {
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/ |
H A D | DelimiterInterface.php | 27 public function isActive(): bool; 25 public function isActive(): bool; global() function
|
H A D | Delimiter.php | 75 public function isActive(): bool 91 public function isActive(): bool global() function in League\\CommonMark\\Delimiter\\Delimiter
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/ |
H A D | Shard.php | 63 public function isActive(): bool function in Elastica\\Cluster\\Health\\Shard
|
/plugin/combo/vendor/salesforce/handlebars-php/ |
H A D | README.md | 273 {{#if isActive}} 278 This part will be shown if isActive and isValid are both "falsy" values 286 "isActive" => true, 298 {{#unless isActive}} 299 This part will not show if isActive is true 455 {{#if isActive}} 460 This part will be shown if isActive and isValid are both "falsy" values 466 {{#unless isActive}} 467 This part will show when isActive is false
|
/plugin/publish/ |
H A D | helper.php | 298 if (!$this->isActive($id)) { 337 function isActive($id = null) { function in helper_plugin_publish
|