Home
last modified time | relevance | path

Searched refs:targets (Results 26 – 50 of 60) sorted by path

123

/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js595 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 …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js2237 for (var i = 0; i < targets.length; i++)
2239 var targetCell = targets[i];
2244 var style = graph.getCurrentCellStyle(targets[i]);
2425 var geo = this.getDropAndConnectGeometry(source, targets[dropCellIndex], direction, targets);
2516 if (graph.model.isEdge(targets[dropCellIndex]))
2522 targets = graph.importCells(targets, (geo.x - (useParent ? dx : 0)),
2524 tmp = targets;
2533 else if (graph.model.isEdge(targets[dropCellIndex]))
2563 tmp = targets.slice();
2565 targets.push(graph.insertEdge(null, null, '', source, targets[dropCellIndex],
[all …]
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md4 …vel=false&sourceType=module&lineWrap=false&presets=es2015&prettier=false&targets=&version=7.10.3&e…
/plugin/diagramsnet/lib/plugins/trees/
H A 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;
814 var idx = mxUtils.indexOf(targets, state);
820 if (idx >= 0 && idx <= targets.length - 1)
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D51.51.js.map1targets\n [\n /^(\\.\\.)(\\s+)(_)(@simpleRefName)(:)(\\s+)(.*)/,\n …
H A Dbundle.js.map1targets = [];\n this.ignoreTargets = [];\n this._lastSetTapCountTime = 0;\n t…
/plugin/dropfiles/
H A D.babelrc4 "targets": {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3142 // Get targets
3144 $targets = [];
3147 // keeping in $targets
3152 // Add back links this time as targets (gradients)
/plugin/explain/
H A Dsyntax.php60 function link($targets) { argument
61 foreach($targets as $target) {
/plugin/farmsync/
H A 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/farmsync/meta/
H A 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/fetchmedia/
H A D.babelrc4 "targets": {
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst57 Then you could define one or more targets:
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php60 public $targets; variable in Doctrine\\Common\\Annotations\\Annotation\\Target
103 $this->targets = $bitmask;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php520 $metadata['targets'] = $annotation->targets;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy"…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst5 the ``set`` tag and can have multiple targets.
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php587 $targets = [];
594 $targets[] = new AssignNameExpression($value, $token->getLine());
601 return new Node($targets);
606 $targets = [];
608 $targets[] = $this->parseExpression();
614 return new Node($targets);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A 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);
H A DFromTokenParser.php34 $targets = [];
43 $targets[$name] = $alias;
54 foreach ($targets as $name => $alias) {
H A DUseTokenParser.php44 $targets = [];
54 $targets[$name] = new ConstantExpression($alias, -1);
64 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));
/plugin/flowplay/flowplayer/
H A DREADME.txt214 You need to set up as2ant targets for Ant. I have configured as2ant targets using
/plugin/gil/
H A DChangeLog21 Instead of performing (input*source*targets) requests to Yahoo Finances, the
22 plugin now performs only (source*targets) requests, thus reducing traffic
H A DREADME16 according to the targets defined in the Configuration Manager.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php41 $targets = array(
48 $targets[] = T_INLINE_HTML;
51 return $targets;

123