Home
last modified time | relevance | path

Searched refs:active (Results 101 – 125 of 623) sorted by last modified time

12345678910>>...25

/plugin/combo/ComboStrap/
H A DTabsTag.php150 $active = PanelTag::getSelectedValue($liTagAttributes);
175 if ($active === true) {
176 $htmlAttributes->addClassName("active");
/plugin/data/
H A Dscript.js102 jQuery(this).data("ui-autocomplete").menu.active) {
/plugin/adhoctags/
H A DREADME.md66 Please note that `<div>` and `<span>` are also handled by the [Wrap](https://github.com/selfthinker/dokuwiki_plugin_wrap) Plugin and having them enabled while Wrap is also active can lead to unexpected results. If you need the attribute features of this plugin with these tags, it is better to disable Wrap, and possibly use [Ad-Hoc Wrap](https://github.com/saschaleib/dokuwiki-plugin-adhocwrap) instead as a replacement.
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css571 .djs-popup-header .entry.active {
799 .djs-drag-active .djs-bendpoints * {
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js120 …class=${function(e,t){return kc("entry",e.className,e.active?"active":"",e.disabled?"disabled":"",…
194active&&(i||(o=h,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>r.threshold))){if(L(c,{x:up(d.x+p.x),y…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md63 * `FIX`: clear active view during re-import ([#697](https://github.com/bpmn-io/dmn-js/issues/697))
242 * `FIX`: set correct active view when views change ([#528](https://github.com/bpmn-io/dmn-js/issues…
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css571 .djs-popup-header .entry.active {
799 .djs-drag-active .djs-bendpoints * {
H A Ddmn-js-shared.css212 .dms-select-options .option.active {
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21active&&(i||(o=p,Math.sqrt(Math.pow(o.x,2)+Math.pow(o.y,2))>r.threshold))){if(J(u,{x:Zs(h.x+c.x),y…
/plugin/upgrade/
H A Dadmin.php114 $active = true;
120 if ($step == $next) $active = false;
121 if ($active) {
122 echo '<li class="active">';
H A Dstyle.css98 #plugin__upgrade_meter ol li.active {
103 #plugin__upgrade_meter ol li.active span.stage {
107 #plugin__upgrade_meter ol li.active span.step{
/plugin/statistics/inc/pchart/
H A DGDCanvas.php41 if($shadowProperties->active) {
447 if($shadowProperties->active) {
583 if($shadowProperties->active) {
H A DPieChart.php326 $inactiveShadowProperties->active = false;
H A DShadowProperties.php28 $properties->active = false;
36 $properties->active = true;
62 $copy->active = $other->active;
74 $this->active, $this->xDistance, $this->yDistance,
79 public $active; variable in ShadowProperties
/plugin/farmer/css/
H A Dchosen.less179 .chosen-container .chosen-results li.active-result {
323 .chosen-container-active .chosen-single {
327 .chosen-container-active.chosen-with-drop .chosen-single {
340 .chosen-container-active.chosen-with-drop .chosen-single div {
344 .chosen-container-active.chosen-with-drop .chosen-single div b {
347 .chosen-container-active .chosen-choices {
351 .chosen-container-active .chosen-choices li.search-field input[type="text"] {
419 .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
/plugin/odt/
H A Dstyle.css20 #dokuwiki__pagetools ul li a.export_odt:active {
25 #dokuwiki__pagetools ul li a.export_odt_pdf:active {
29 #dokuwiki__pagetools ul li a.export_odt:active,
32 #dokuwiki__pagetools ul li a.export_odt_pdf:active,
39 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt:active,
42 [dir=rtl] #dokuwiki__pagetools ul li a.export_odt_pdf:active,
/plugin/openid/Auth/OpenID/
H A DFileStore.php42 protected $active = false; variable in Auth_OpenID_FileStore
65 $this->active = true;
87 $this->active = false;
162 if (!$this->active) {
198 if (!$this->active) {
250 if (!$this->active) {
318 if (!$this->active) {
371 if (!$this->active) {
398 if (!$this->active) {
478 if (!$this->active) {
/plugin/prosemirror/
H A DcustomMenu.less56 &.is-active {
/plugin/do/
H A Dstyle.less122 &:active {
/plugin/fastwiki/
H A Daction.php273 $active = null;
277 $mrc = curl_multi_exec($multicurl, $active);
283 while ($active && $mrc == CURLM_OK) {
286 $mrc = curl_multi_exec($multicurl, $active);
/plugin/snow/
H A Dsnowstorm.js146 this.active = false;
250 if (this.flakes[i].active) {
316 storm.active = !storm.active;
317 if (storm.active) {
367 this.active = 1;
434 s.active = 0;
517 s.active = 1;
526 var active = 0, flake = null, i, j;
530 active++;
538 if (flake.active === 0) {
[all …]
/plugin/edittable/lib/
H A Dhandsontable.less247 .handsontable th.active {
287 .handsontable .manualColumnResizer.active,
289 .handsontable .manualRowResizer.active {
315 .handsontable .manualColumnResizerGuide.active,
316 .handsontable .manualRowResizerGuide.active {
880 .htMobileEditorContainer.active {
997 .htMobileEditorContainer .leftButton:active:after {
1008 .htMobileEditorContainer .rightButton:active:after {
1020 .htMobileEditorContainer .upButton:active:after {
1031 .htMobileEditorContainer .downButton:active:after {
/plugin/statdisplay/pchart/
H A DGDCanvas.php43 if ($shadowProperties->active) {
388 if ($shadowProperties->active) {
514 if ($shadowProperties->active) {
H A DPieChart.php307 $inactiveShadowProperties->active = false;
H A 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

12345678910>>...25