Home
last modified time | relevance | path

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

1234

/plugin/jcapture/src/com/hammurapi/jcapture/
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()
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()
DVideoEncoder.java73 boolean isActive(); in isActive() method
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
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/
Ddhtmlxgantt_multiselect.js136 isActive: function() { method
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/
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/
Ddhtmlxgantt_multiselect.js13isActive:function(){return this.updateState(),this._active},updateState:function(){this._one_level…
Ddhtmlxgantt_multiselect.js.map1isActive","updateState","active","reset","setLastSelected","$data","tasksStore","silent","store","…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckcorestylecommand.js55 _OnStyleStateChange : function( styleName, isActive ) argument
57 this.IsActive = isActive ;
/plugin/publish/_test/
H A Dhelper.test.php92 $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/
DmxWebColaAdaptor.js658 var cellsToExplore = [{vertex: root, isActive: true, activeParent: root}] property
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}); property
/plugin/json/demo/1000files/
Dfile1.txt6 "isActive": true,
63 "isActive": false,
120 "isActive": true,
177 "isActive": true,
234 "isActive": false,
291 "isActive": false,
348 "isActive": false,
405 "isActive": true,
462 "isActive": false,
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.themeroller.js106 if (node.isActive()) {
113 if (node.isSelected() && !node.isActive()) {
/plugin/simplewikipagetree/
Dsyntax.php101 if($this->isActive($filepath)){
169 private function isActive($filepath){ function in syntax_plugin_simplewikipagetree
/plugin/freechat/phpfreechat/data/public/js/
Dactivity.js22 isActive: function() method in DetectActivity
/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/action/
H A Dstart.php41 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()) {
/plugin/outdated/action/
Dbanner.php33 if (!$this->hlp->isActive() && !isset($meta['plugin_outdated'])) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
DShard.php63 public function isActive(): bool function in Elastica\\Cluster\\Health\\Shard
/plugin/outdated/
Dhelper.php62 function isActive($id = null) { function in helper_plugin_outdated
/plugin/questionnaire/
Dhelper.php131 public function isActive($page) function in helper_plugin_questionnaire

1234