Home
last modified time | relevance | path

Searched refs:targetType (Results 1 – 20 of 20) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php26 protected $targetType = Target::class; variable in Google\\Service\\DriveActivity\\Action
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DWatch.php46 protected $targetType = WatchTarget::class; variable in Google\\Service\\Forms\\Watch
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccessEntryTargetTypes.php25 public $targetType; variable in Google\\Service\\Bigquery\\DatasetAccessEntryTargetTypes
30 public function setTargetType($targetType) argument
32 $this->targetType = $targetType;
39 return $this->targetType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DComputeTimeCursorRequest.php26 protected $targetType = TimeTarget::class; variable in Google\\Service\\PubsubLite\\ComputeTimeCursorRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DStatementTemplate.php28 protected $targetType = Asset::class; variable in Google\\Service\\Digitalassetlinks\\StatementTemplate
H A DStatement.php28 protected $targetType = Asset::class; variable in Google\\Service\\Digitalassetlinks\\Statement
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DInvitation.php37 public $targetType; variable in Google\\Service\\MyBusinessAccountManagement\\Invitation
98 public function setTargetType($targetType) argument
100 $this->targetType = $targetType;
107 return $this->targetType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeCustomEvent.php53 public $targetType; variable in Google\\Service\\Dfareporting\\CreativeCustomEvent
174 public function setTargetType($targetType) argument
176 $this->targetType = $targetType;
183 return $this->targetType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php306 'targetType' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeployment.php55 protected $targetType = TargetConfiguration::class; variable in Google\\Service\\DeploymentManager\\Deployment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/StreetViewPublish/
H A DConnection.php22 protected $targetType = PhotoId::class; variable in Google\\Service\\StreetViewPublish\\Connection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Datastore.php47 public $targetType; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Datastore
136 public function setTargetType($targetType) argument
138 $this->targetType = $targetType;
145 return $this->targetType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TransitionCoverageTransition.php34 protected $targetType = GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode::class; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TransitionCoverageTransition
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1targetType, e) {\n this._lastMouseEvent = e;\n this._mouseState.setStartedOnLineNumb…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1targetType","getTaskTypeToUpdate","updateTaskType","setTaskType","delTaskParent","group_mode","all…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15047 var targetType = getTaskTypeToUpdate(task);
15049 if (targetType !== false) {
15050 updateTaskType(task, targetType);
15054 function updateTaskType(task, targetType) { argument
15056 task.type = targetType;
15084 var targetType = getTaskTypeToUpdate(task);
15085 if (targetType !== false) {
15086 updateTaskType(task, targetType);
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js735 function SetTarget( targetType ) argument
737 GetE('tdTargetFrame').style.display = ( targetType == 'popup' ? 'none' : '' ) ;
739 GetE('tablePopupFeatures').style.display = ( targetType == 'popup' ? '' : 'none' ) ;
741 switch ( targetType )
747 GetE('txtTargetFrame').value = targetType ;
754 if ( targetType == 'popup' )
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js354 function SetTarget( targetType ) argument
356 GetE('tdTargetFrame').style.display = ( targetType == 'popup' ? 'none' : '' ) ;
358 GetE('tablePopupFeatures').style.display = ( targetType == 'popup' ? '' : 'none' ) ;
360 switch ( targetType )
366 GetE('txtTargetFrame').value = targetType ;
373 if ( targetType == 'popup' )