Home
last modified time | relevance | path

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

12345

/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.reflect.construct.js22 construct: function construct(Target, args /* , newTarget */) {
23 aFunction(Target);
25 var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
26 if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);
27 if (Target == newTarget) {
30 case 0: return new Target();
31 case 1: return new Target(args[0]);
32 case 2: return new Target(args[0], args[1]);
33 case 3: return new Target(args[0], args[1], args[2]);
34 case 4: return new Target(args[0], args[1], args[2], args[3]);
[all …]
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.reflect.construct.js22 construct: function construct(Target, args /* , newTarget */) {
23 aFunction(Target);
25 var newTarget = arguments.length < 3 ? Target : aFunction(arguments[2]);
26 if (ARGS_BUG && !NEW_TARGET_BUG) return rConstruct(Target, args, newTarget);
27 if (Target == newTarget) {
30 case 0: return new Target();
31 case 1: return new Target(args[0]);
32 case 2: return new Target(args[0], args[1]);
33 case 3: return new Target(args[0], args[1], args[2]);
34 case 4: return new Target(args[0], args[1], args[2], args[3]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/Resource/
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/
DListenRequest.php22 protected $addTargetType = Target::class;
34 * @param Target
36 public function setAddTarget(Target $addTarget)
41 * @return Target
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/
DAction.php26 protected $targetType = Target::class;
64 * @param Target
66 public function setTarget(Target $target)
71 * @return Target
DDriveActivity.php29 protected $targetsType = Target::class;
81 * @param Target[]
88 * @return Target[]
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/
DListTargetsResponse.php27 protected $targetsType = Target::class;
49 * @param Target[]
56 * @return Target[]
DRelease.php79 protected $targetSnapshotsType = Target::class;
311 * @param Target[]
318 * @return Target[]
DTarget.php20 class Target extends \Google\Collection class
255 class_alias(Target::class, 'Google_Service_CloudDeploy_Target');
/plugin/jdraw/src/com/mxgraph/examples/swing/
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/
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/
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;
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/
Dadd.txt5 | External Website (Target page only) | - https://gerardnico.com/404managerplugin \\ - http://www.e…
/plugin/targetlink/
Dplugin.info.txt5 name Target-Link Plugin
/plugin/wordimport/docx/
DRelationships.php26 $target = 'word/' . $rel->attributes()->Target;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
DTarget.php31 final class Target class
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.AllowedFrameTargets.txt10 enable the Target module by default, you will have to manually enable it
/plugin/bootswrapper/exe/help/
Dcollapse.txt27 | ''id'' | | | Target id of collapsed element |
Daffix.txt31 | ''target'' | Window Document | Target element (eg. ''#dokuwiki__site'') |
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor.properties.bak156 createTarget=Create Target
Deditor.properties160 createTarget=Create Target
Deditor_zh-CN.properties156 createTarget=Create Target

12345