Home
last modified time | relevance | path

Searched refs:Target (Results 1 – 25 of 73) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/Resource/
H A DProjectsLocationsTargets.php24 use Google\Service\CloudDeploy\Target; alias
44 * @param Target $postBody
64 public function create($parent, Target $postBody, $optParams = [])
110 * @return Target
116 return $this->call('get', [$params], Target::class);
180 * @param Target $postBody
206 public function patch($name, Target $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DListenRequest.php22 protected $addTargetType = Target::class;
34 * @param Target
36 public function setAddTarget(Target $addTarget)
41 * @return Target
H A DTarget.php20 class Target extends \Google\Model class
130 class_alias(Target::class, 'Google_Service_Firestore_Target');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php26 protected $targetType = Target::class;
64 * @param Target
66 public function setTarget(Target $target)
71 * @return Target
H A DDriveActivity.php29 protected $targetsType = Target::class;
81 * @param Target[]
88 * @return Target[]
H A DTarget.php20 class Target extends \Google\Model class
90 class_alias(Target::class, 'Google_Service_DriveActivity_Target');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DListTargetsResponse.php27 protected $targetsType = Target::class;
49 * @param Target[]
56 * @return Target[]
H A DRelease.php79 protected $targetSnapshotsType = Target::class;
311 * @param Target[]
318 * @return Target[]
H A DTarget.php20 class Target extends \Google\Collection class
255 class_alias(Target::class, 'Google_Service_CloudDeploy_Target');
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak34 Element targetNode = xmlDocument.createElement("Target");
69 "2", Arrays.asList(new String[] { "Target" }),
71 "Source Must Connect to Target", true);
77 // Target needs exactly one incoming connection from Source
78 multiplicities[2] = new mxMultiplicity(false, "Target", null, null, 1,
80 "Target Must Have 1 Source", "Target Must Connect From Source",
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst53 Annotation Target
56 ``@Target`` indicates the kinds of class element to which an annotation type is applicable.
73 * @Target({"METHOD","PROPERTY"})
82 * @Target("CLASS")
104 * @Target({"METHOD","PROPERTY"})
141 * @Target({"METHOD","PROPERTY"})
170 * @Target("ALL")
203 * @Target("ALL")
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php25 use Doctrine\Common\Annotations\Annotation\Target; alias
146 'targets' => Target::TARGET_CLASS,
161 'targets' => Target::TARGET_ANNOTATION,
190 'targets' => Target::TARGET_CLASS,
208 'targets' => Target::TARGET_PROPERTY,
510 'targets' => Target::TARGET_ALL,
516 self::$metadataParser->setTarget(Target::TARGET_CLASS);
519 if ($annotation instanceof Target) {
557 self::$metadataParser->setTarget(Target::TARGET_PROPERTY);
764 $target = $this->isNestedAnnotation ? Target::TARGET_ANNOTATION : $this->target;
H A DAnnotationReader.php23 use Doctrine\Common\Annotations\Annotation\Target; alias
217 $this->parser->setTarget(Target::TARGET_CLASS);
249 $this->parser->setTarget(Target::TARGET_PROPERTY);
281 $this->parser->setTarget(Target::TARGET_METHOD);
/plugin/404manager/lang/en/
H A Dadd.txt5 | External Website (Target page only) | - https://gerardnico.com/404managerplugin \\ - http://www.e…
/plugin/targetlink/
H A Dplugin.info.txt5 name Target-Link Plugin
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php31 final class Target class
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/bootswrapper/exe/help/
H A Dcollapse.txt27 | ''id'' | | | Target id of collapsed element |
H A Daffix.txt31 | ''target'' | Window Document | Target element (eg. ''#dokuwiki__site'') |
H A Dbutton.txt117 | ''collapse'' | optional | | Target element selector to collapse (see [[collapse]]) |
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties160 createTarget=Create Target
H A Deditor.properties.bak156 createTarget=Create Target
H A Deditor_zh-CN.properties156 createTarget=Create Target
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95Target","targetNew":"New Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same W…
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt48 "target": "Target",
466 "target": "Target",
468 "targetFrameName": "Target Frame Name",

123