Home
last modified time | relevance | path

Searched refs:isActive (Results 1 – 25 of 70) sorted by relevance

123

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DFrameImpl.java14 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 DScreenRecorder.java247 …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 DVideoEncoder.java73 boolean isActive(); in isActive() method
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DDnsKey.php44 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 Ddhtmlxgantt_multiselect.js136 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 DPretargetingConfig.php36 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 Ddhtmlxgantt_multiselect.js13isActive:function(){return this.updateState(),this._active},updateState:function(){this._one_level… method in gantt._multiselect
H A Ddhtmlxgantt_multiselect.js.map1isActive","updateState","active","reset","setLastSelected","$data","tasksStore","silent","store","…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckcorestylecommand.js55 _OnStyleStateChange : function( styleName, isActive ) argument
57 this.IsActive = isActive ;
/plugin/publish/_test/
H A Dhelper.test.php91 $this->assertFalse($helper->isActive('de:sidebar'), 'de:sidebar is still listed as active');
92 $this->assertFalse($helper->isActive('en:sidebar'), 'en:sidebar is still listed as active');
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js658 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 Dsyntax.php101 if($this->isActive($filepath)){
169 private function isActive($filepath){ function in syntax_plugin_simplewikipagetree
/plugin/freechat/phpfreechat/data/public/js/
H A Dactivity.js22 isActive: function() method in DetectActivity
/plugin/publish/action/
H A Dstart.php43 if (!$this->hlp->isActive()) {
H A Dremoveattic.php25 if (!$this->hlp->isActive()) {
H A Dhide.php27 if (!$this->hlp->isActive()) {
H A Drevisions.php24 if (!$this->hlp->isActive()) {
H A Drecent.php21 if (!$this->hlp->isActive()) {
H A Dbanner.php23 if (!$this->hlp->isActive()) {
H A Dmail.php54 if (!$this->hlp->isActive($ID)) {
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterInterface.php27 public function isActive(): bool;
25 public function isActive(): bool; global() function
H A DDelimiter.php75 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 DShard.php63 public function isActive(): bool function in Elastica\\Cluster\\Health\\Shard
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md273 {{#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 Dhelper.php298 if (!$this->isActive($id)) {
337 function isActive($id = null) { function in helper_plugin_publish

123