Home
last modified time | relevance | path

Searched refs:details (Results 126 – 150 of 1364) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ApiKeysService/
H A DStatus.php30 public $details; variable in Google\\Service\\ApiKeysService\\Status
53 public function setDetails($details) argument
55 $this->details = $details;
62 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleRpcStatus.php30 public $details; variable in Google\\Service\\CloudRun\\GoogleRpcStatus
53 public function setDetails($details) argument
55 $this->details = $details;
62 return $this->details;
H A DStatus.php60 public function setDetails(StatusDetails $details) argument
62 $this->details = $details;
69 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeCorrections.php25 public $details; variable in Google\\Service\\AdExchangeBuyer\\CreativeCorrections
42 public function setDetails($details) argument
44 $this->details = $details;
48 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCorrection.php28 public $details; variable in Google\\Service\\AdExchangeBuyerII\\Correction
51 public function setDetails($details) argument
53 $this->details = $details;
60 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DClusterOperationStatus.php25 public $details; variable in Google\\Service\\Dataproc\\ClusterOperationStatus
42 public function setDetails($details) argument
44 $this->details = $details;
51 return $this->details;
H A DJobStatus.php25 public $details; variable in Google\\Service\\Dataproc\\JobStatus
42 public function setDetails($details) argument
44 $this->details = $details;
51 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/
H A DAuthorizationAttemptInfo.php25 public $details; variable in Google\\Service\\CertificateManager\\AuthorizationAttemptInfo
42 public function setDetails($details) argument
44 $this->details = $details;
51 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1OperationMetadataProgress.php29 public $details; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1OperationMetadataProgress
56 public function setDetails($details) argument
58 $this->details = $details;
65 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DSymptom.php29 public $details; variable in Google\\Service\\TPU\\Symptom
56 public function setDetails($details) argument
58 $this->details = $details;
65 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DError.php25 public $details; variable in Google\\Service\\Datastream\\Error
46 public function setDetails($details) argument
48 $this->details = $details;
55 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DScan.php25 public $details; variable in Google\\Service\\Spanner\\Scan
44 public function setDetails($details) argument
46 $this->details = $details;
53 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/
H A DRestore.php29 public $details; variable in Google\\Service\\DataprocMetastore\\Restore
64 public function setDetails($details) argument
66 $this->details = $details;
73 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DVmwareVmsDetails.php29 public function setDetails($details) argument
31 $this->details = $details;
38 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DTargetState.php29 public function setDetails($details) argument
31 $this->details = $details;
38 return $this->details;
/plugin/revealjs/
H A Dprint.css1 /* Slide details should be hidden on printing */
4 .dokuwiki .slide-details-hr,
5 .dokuwiki .slide-details-background,
6 .dokuwiki .slide-details-text,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DServiceMeshControlPlaneManagement.php33 public function setDetails($details) argument
35 $this->details = $details;
42 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Error.php33 public function setDetails(GoogleRpcStatus $details) argument
35 $this->details = $details;
42 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DLighthouseAuditResultV5.php29 public $details; variable in Google\\Service\\PagespeedInsights\\LighthouseAuditResultV5
85 public function setDetails($details) argument
87 $this->details = $details;
94 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DVulnerabilityReportVulnerability.php75 public function setDetails(VulnerabilityReportVulnerabilityDetails $details) argument
77 $this->details = $details;
84 return $this->details;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DVulnerability.php58 public function setDetails($details) argument
60 $this->details = $details;
67 return $this->details;
H A DVulnerabilityNote.php73 public function setDetails($details) argument
75 $this->details = $details;
82 return $this->details;
/plugin/ac/actions/
H A Dtasks.php11 $details = $this->ac->get('projects/' . $this->project_id . '/tickets/' . $this->ticket_id);
12 if (count($details->tasks) === 0) {
16 foreach($details->tasks as $task) {
/plugin/nodetailsxhtml/
H A Dplugin.info.txt8 desc XHTML renderer without details link for internal images.
9 url http://www.inetsoftware.de/other-products/dowuwiki-plugins/no-details-xhtml
/plugin/htmldetailstag/
H A DREADME3 Use the HTML <details> and <summary> tag for toggling information
25 GNU General Public License for more details.
27 See the LICENSING file for details

12345678910>>...55