Home
last modified time | relevance | path

Searched refs:data (Results 1201 – 1225 of 5080) sorted by relevance

1...<<41424344454647484950>>...204

/plugin/revealjs/css/
H A Dreveal.scss458 .reveal .controls[data-controls-layout="edges"] {
612 .reveal[data-transition-speed="fast"] .slides section {
615 .reveal[data-transition-speed="slow"] .slides section {
620 .reveal .slides section[data-transition-speed="fast"] {
623 .reveal .slides section[data-transition-speed="slow"] {
643 .reveal .slides>section[data-background-interactive],
680 .reveal .slides section[data-transition=#{$style}],
692 .reveal .slides>section[data-transition=#{$style}].past,
969 .reveal .slides section[data-transition=fade],
970 .reveal.fade .slides section:not([data-transition]),
[all …]
/plugin/booking/
H A Dsyntax.php55 $data = array();
56 return $data;
64 * @param array $data The data from the handler() function
68 public function render($mode, Doku_Renderer $renderer, $data) argument
/plugin/offline/inc/
H A Dlog.inc.php9 function log_msg($lineNumber, $data) { argument
17 if (gettype($data) == 'array') {
18 foreach ($data as $key=>$element) {
23 $outputStr .= $data . "\n\n";
/plugin/structodt/
H A Daction.php41 $key = $event->data['key'];
42 $val = trim($event->data['val']);
51 $event->data['config'][$key] = array_map('trim', explode(',', $val));
54 $event->data['config'][$key] = (bool) $val;
55 if ($event->data['config']) {
60 $event->data['config'][$key] = false;
67 $event->data['config'][$key] = false;
73 $event->data['config'][$key] = (bool) $val;
76 $event->data['config'][$key] = trim($val);
94 if ($event->data !
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.pseudo.link.target.inc.php20 $data = @parse_url($value);
21 if (!isset($data['scheme']) || $data['scheme'] == "" || $data['scheme'] == "http") {
/plugin/qc/
H A Dscript.js16 function (data) { argument
17 $summary.append(data);
32 function (data) { argument
33 $output.html(data);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeploymentmanagerResourceWarnings.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeTypesScopedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DUsableSubnetworksAggregatedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DOperationWarnings.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DPacketMirroringListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DRegionInstanceGroupListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DRegionInstanceGroupManagersListInstanceConfigsRespWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DAddressAggregatedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DAddressListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DReservationAggregatedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DAddressesScopedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DReservationListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DAutoscalersScopedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DBackendServiceListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DDiskAggregatedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DDiskTypeAggregatedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DDiskTypesScopedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DResourcePoliciesScopedListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;
H A DFirewallPolicyListWarning.php51 public function setData($data) argument
53 $this->data = $data;
60 return $this->data;

1...<<41424344454647484950>>...204