Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
DListTargetsResponse.php51 public function setTargets($targets) argument
53 $this->targets = $targets;
60 return $this->targets;
/plugin/farmsync/meta/
DEntityUpdates.php8 protected $targets; variable in dokuwiki\\plugin\\farmsync\\meta\\EntityUpdates
18 public function __construct($source, $targets, $entities) { argument
20 $this->targets = $targets;
26 $total = count($this->targets);
28 foreach ($this->targets as $target) {
/plugin/farmsync/
Dadmin.php92 $targets = array_keys($INPUT->arr('farmsync-animals'));
103 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\PageUpdates($source, $targets, $pages);
104 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\TemplateUpdates($source, $targets, $pages);
107 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\MediaUpdates($source, $targets, $media);
110 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\StructUpdates($source, $targets, $struct);
121 foreach ($targets as $target) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DDriveActivity.php83 public function setTargets($targets) argument
85 $this->targets = $targets;
92 return $this->targets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DDatafeed.php169 public function setTargets($targets) argument
171 $this->targets = $targets;
178 return $this->targets;
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
DForTokenParser.php41 $targets = $this->parser->getExpressionParser()->parseAssignmentExpression();
60 if (\count($targets) > 1) {
61 $keyTarget = $targets->getNode(0);
63 $valueTarget = $targets->getNode(1);
67 $valueTarget = $targets->getNode(0);
DUseTokenParser.php44 $targets = [];
54 $targets[$name] = new ConstantExpression($alias, -1);
64 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));
DFromTokenParser.php34 $targets = [];
43 $targets[$name] = $alias;
54 foreach ($targets as $name => $alias) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ApiProxyRevision.php106 public $targets; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxyRevision
413 public function setTargets($targets) argument
415 $this->targets = $targets;
422 return $this->targets;
DGoogleCloudApigeeV1EnvironmentConfig.php309 public function setTargets($targets) argument
311 $this->targets = $targets;
318 return $this->targets;
/plugin/linkback/
Dadmin.php58 $targets = $this->_getTargets();
61 $more = count($targets) > ($first + $num);
62 $targets = array_slice($targets, $first, $num);
64 foreach ($targets as $target){
82 if(count($targets) === 0) {
/plugin/mediasyntax/syntax/
Dlink.php37 $targets=explode(' ',$target);
39 $handler->addCall('externallink', array($targets[0],$cleartext), $pos);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
DDisallowShortOpenTagSniff.php41 $targets = array(
48 $targets[] = T_INLINE_HTML;
51 return $targets;
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js48 const targets = document.querySelectorAll(".show-on-scroll"); constant
49 targets.forEach(function(target) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
DTarget.php60 public $targets; variable in Doctrine\\Common\\Annotations\\Annotation\\Target
103 $this->targets = $bitmask;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.AllowedFrameTargets.txt5 Lookup table of all allowed link frame targets. Some commonly used link
6 targets include _blank, _self, _parent and _top. Values should be
/plugin/button/
Dsyntax.php110 protected $targets = array(); variable in syntax_plugin_button
172 $this->targets[$ID][$name] = $value;
177 return $this->targets[$ID][$name];
182 …turn (array_key_exists($ID, $this->targets) && is_array($this->targets[$ID]) && array_key_exists($…
/plugin/explain/
Dsyntax.php60 function link($targets) { argument
61 foreach($targets as $target) {
/plugin/gil/
DChangeLog21 Instead of performing (input*source*targets) requests to Yahoo Finances, the
22 plugin now performs only (source*targets) requests, thus reducing traffic
/plugin/dropfiles/
D.babelrc4 "targets": {
/plugin/fetchmedia/
D.babelrc4 "targets": {
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js418 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument
704 var targets = [];
712 targets.push(target);
716 var bbox = graph.view.getBounds(targets);
758 var targets = [];
771 targets.push(temp);
775 targets.sort(function(a, b)
781 return targets;
809 var targets = getOrderedTargets(graph.model.getTerminal(edges[0], true), h2, cell);
814 var idx = mxUtils.indexOf(targets, state);
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/rollup/
Dconfig.walk.js7 targets: [
Dconfig.main.js7 targets: [
Dconfig.loose.js13 targets: [

1234