/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/ |
H A D | ListTargetsResponse.php | 51 public function setTargets($targets) argument 53 $this->targets = $targets; 60 return $this->targets;
|
/plugin/farmsync/meta/ |
H A D | EntityUpdates.php | 8 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/ |
H A D | admin.php | 92 $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/ |
H A D | DriveActivity.php | 83 public function setTargets($targets) argument 85 $this->targets = $targets; 92 return $this->targets;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | Datafeed.php | 169 public function setTargets($targets) argument 171 $this->targets = $targets; 178 return $this->targets;
|
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | ForTokenParser.php | 41 $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);
|
H A D | UseTokenParser.php | 44 $targets = []; 54 $targets[$name] = new ConstantExpression($alias, -1); 64 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));
|
H A D | FromTokenParser.php | 34 $targets = []; 43 $targets[$name] = $alias; 54 foreach ($targets as $name => $alias) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1ApiProxyRevision.php | 106 public $targets; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxyRevision 413 public function setTargets($targets) argument 415 $this->targets = $targets; 422 return $this->targets;
|
H A D | GoogleCloudApigeeV1EnvironmentConfig.php | 309 public function setTargets($targets) argument 311 $this->targets = $targets; 318 return $this->targets;
|
/plugin/linkback/ |
H A D | admin.php | 58 $targets = $this->_getTargets(); 60 // slice the needed chunk of linkback targets 61 $more = count($targets) > ($first + $num); 62 $targets = array_slice($targets, $first, $num); 64 foreach ($targets as $target){ 82 if(count($targets) === 0) { 83 echo 'No linkback targets'; 88 * Returns an array of targets with linkback features, sorted by recent linkbacks 123 * Used for sorting targets i [all...] |
/plugin/mediasyntax/syntax/ |
H A D | link.php | 37 $targets=explode(' ',$target); 39 $handler->addCall('externallink', array($targets[0],$cleartext), $pos);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/ |
H A D | DisallowShortOpenTagSniff.php | 41 $targets = array( 48 $targets[] = T_INLINE_HTML; 51 return $targets;
|
/plugin/combo/resources/snippet/js/ |
H A D | onview-intersector.js | 48 const targets = document.querySelectorAll(".show-on-scroll"); constant 49 targets.forEach(function(target) {
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/ |
H A D | Target.php | 60 public $targets; variable in Doctrine\\Common\\Annotations\\Annotation\\Target 103 $this->targets = $bitmask;
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.AllowedFrameTargets.txt |
|
/plugin/button/ |
H A D | syntax.php | 110 protected $targets = array(); 172 $this->targets[$ID][$name] = $value; 177 return $this->targets[$ID][$name]; 182 return (array_key_exists($ID, $this->targets) && is_array($this->targets[$ID]) && array_key_exists($name, $this->targets[$ID])) ? true : false; 82 protected $targets = array(); global() variable in syntax_plugin_button
|
/plugin/explain/ |
H A D | syntax.php | 60 function link($targets) { argument 61 foreach($targets as $target) {
|
/plugin/fetchmedia/ |
H A D | .babelrc | 4 "targets": {
|
/plugin/structsection/ |
H A D | .babelrc | 4 "targets": {
|
/plugin/dropfiles/ |
H A D | .babelrc | 4 "targets": {
|
/plugin/gil/ |
H A D | ChangeLog | 21 Instead of performing (input*source*targets) requests to Yahoo Finances, the 22 plugin now performs only (source*targets) requests, thus reducing traffic
|
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 418 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; 814 var idx = mxUtils.indexOf(targets, state); 820 if (idx >= 0 && idx <= targets.length - 1) [all …]
|
/plugin/targetlink/ |
H A D | plugin.info.txt | 6 desc Make links with specified targets not depending on the configuration. e.g.: The links usual op…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 595 ui.sidebar.dropAndConnect = function(source, targets, direction, dropCellIndex) argument 947 var targets = []; 961 targets.push(target); 965 var bbox = graph.view.getBounds(targets); 1010 var targets = []; 1023 targets.push(temp); 1027 targets.sort(function(a, b) 1033 return targets; 1066 var idx = mxUtils.indexOf(targets, state); 1072 if (idx >= 0 && idx <= targets.length - 1) [all …]
|