/plugin/yuriigantt/_test/ |
H A D | test_page.txt | 26 "target": "" 37 "target": "" 48 "target": "" 59 "target": "" 70 "target": "" 132 "target": 4, 138 "target": 5, 144 "target": 6, 150 "target": 7, 162 "target": 7, [all …]
|
/plugin/farmsync/meta/ |
H A D | MediaUpdates.php | 8 public function updateEntity($medium, $source, $target) { argument 12 $result = new UpdateResults($medium, $target); 13 if (!$this->farm_util->remoteMediaExists($target, $medium)) { 14 $this->farm_util->saveRemoteMedia($source, $target, $medium); 16 $this->results[$target]['passed'][] = $result; 22 $this->results[$target]['passed'][] = $result; 28 $this->results[$target]['passed'][] = $result; 33 $this->results[$target]['passed'][] = $result; 36 $result = new MediaConflict($medium, $target, $source); 38 $this->results[$target]['failed'][] = $result; [all …]
|
H A D | PageUpdates.php | 8 public function updateEntity($page, $source, $target) { argument 9 $result = new UpdateResults($page, $target); 13 if (!$this->farm_util->remotePageExists($target, $page)) { 16 $this->results[$target]['passed'][] = $result; 23 $this->results[$target]['passed'][] = $result; 31 $this->results[$target]['passed'][] = $result; 46 $this->results[$target]['passed'][] = $result; 53 $this->results[$target]['passed'][] = $result; 56 $result = new PageConflict($page, $target); 60 $this->results[$target]['failed'][] = $result; [all …]
|
H A D | StructUpdates.php | 10 public function updateEntity($struct, $source, $target) { argument 12 $result = $this->farm_util->updateAnimalStructSchema($target, $schemaName, $json); 14 $this->results[$target]['failed'][] = $result; 16 $this->results[$target]['passed'][] = $result; 41 public function doPerTargetAction($target) { argument 42 $this->farm_util->replaceAnimalStructAssignments($target, $this->assignments); 46 function printProgressLine($target, $i, $total) { argument 47 echo sprintf($this->getLang('progress:struct'), $target, $i, $total) . "</br>";
|
H A D | EntityUpdates.php | 28 foreach ($this->targets as $target) { 29 $this->results[$target]['passed'] = array(); 30 $this->results[$target]['failed'] = array(); 32 $this->updateEntity($entity, $this->source, $target); 35 $this->doPerTargetAction($target); 36 $this->farm_util->clearAnimalCache($target); 37 $this->printProgressLine($target, $i, $total); 74 public function doPerTargetAction($target) {} argument 76 abstract protected function printProgressLine($target, $i, $total); argument 78 abstract protected function updateEntity($entity, $source, $target); argument
|
H A D | TemplateUpdates.php | 8 public function updateEntity($template, $source, $target) { argument 10 $result = new UpdateResults($template, $target); 12 $targetFN = $this->farm_util->getRemoteFilename($target, $template, null, false); 15 if (!$this->farm_util->remotePageExists($target, $template, false)) { 18 $this->results[$target]['passed'][] = $result; 22 if ($sourceContent == $this->farm_util->readRemotePage($target, $template, false)) { 24 $this->results[$target]['passed'][] = $result; 30 $this->results[$target]['passed'][] = $result; 33 $result = new TemplateConflict($template, $target); 35 $this->results[$target]['failed'][] = $result; [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | UriResolver.php | 136 * @param UriInterface $target Target URI 142 if ($target->getScheme() !== '' && 143 …($base->getScheme() !== $target->getScheme() || $target->getAuthority() === '' && $base->getAuthor… 145 return $target; 148 if (Uri::isRelativePathReference($target)) { 152 return $target; 155 if ($target->getAuthority() !== '' && $base->getAuthority() !== $target->getAuthority()) { 156 return $target->withScheme(''); 164 if ($base->getPath() !== $target->getPath()) { 168 if ($base->getQuery() === $target->getQuery()) { [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/ |
H A D | Facade.php | 59 * @param string $target 63 $target = $this->getDirectory($target); 104 if (!file_exists($target . $id)) { 105 mkdir($target . $id, 0777, true); 111 $dir = dirname($target . $id); 121 $this->copyFiles($target); 125 * @param string $target 127 private function copyFiles($target) argument 129 $dir = $this->getDirectory($target . 'css'); 134 $dir = $this->getDirectory($target . 'fonts'); [all …]
|
/plugin/fedauth/js/ |
H A D | admin.js | 21 jQuery(target).removeAttr('collapse'); 25 fa_manager.loadinfo(target, id); 38 fa_manager.toggleproviders(target, did); 63 loadinfo: function (sender, target) { argument 64 jQuery('#fa__det_'+target) 80 toggleproviders: function (sender, target) { argument 82 jQuery('#axwrap__'+target) 95 providerslideup: function (sender, target) { argument 116 providerslidedown: function (sender, target) { argument 137 provideruselarge: function (sender, target) { argument [all …]
|
/plugin/virtualkeyboard/vk/extensions/dom/ |
H A D | autosuggest.js | 19 var Autosuggest = function (target) { argument 183 var xy = DOM.getOffset(target); 218 target.focus(); 255 ,bsp = ht - (DOM.getOffset(target)['y'] + target.offsetHeight-DOM.getBodyScrollTop()) 268 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px'; 277 ct.parentNode.style.top = DOM.getOffset(target)['y'] + target.offsetHeight+'px'; 296 el = e.target||e.srcElement; 325 var el = e.target||e.srcElement; 339 target.focus(); 389 if (isString(target)) target = document.getElementById(target); [all …]
|
/plugin/wideredit/ |
H A D | script.js | 12 const target = event.target; 13 $buttons.not(target).removeClass('selected'); 14 jQuery(target).toggleClass('selected'); 20 const target = event.target; 24 if (selected.form.elements['range'].value < target.form.elements['range'].value) { 25 target.form.elements['hid'].value = selected.form.elements['hid'].value; 26 target.form.elements['summary'].value = selected.form.elements['summary'].value; 29 target.form.elements['range'].value = newRange( 30 target.form.elements['range'].value,
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ |
H A D | CloneIndices.php | 31 protected $target; variable in Elasticsearch\\Endpoints\\Indices\\CloneIndices 36 $target = $this->target ?? null; 38 if (isset($index) && isset($target)) { 39 return "/$index/_clone/$target"; 68 public function setTarget($target): CloneIndices argument 70 if (isset($target) !== true) { 73 $this->target = $target;
|
H A D | Shrink.php | 31 protected $target; variable in Elasticsearch\\Endpoints\\Indices\\Shrink 36 $target = $this->target ?? null; 38 if (isset($index) && isset($target)) { 39 return "/$index/_shrink/$target"; 69 public function setTarget($target): Shrink argument 71 if (isset($target) !== true) { 74 $this->target = $target;
|
H A D | Split.php | 31 protected $target; variable in Elasticsearch\\Endpoints\\Indices\\Split 36 $target = $this->target ?? null; 38 if (isset($index) && isset($target)) { 39 return "/$index/_split/$target"; 69 public function setTarget($target): Split argument 71 if (isset($target) !== true) { 74 $this->target = $target;
|
/plugin/findologicxmlexport/vendor/hoa/file/Link/ |
H A D | Link.php | 132 $target = dirname($this->getStreamName()) . DS . 138 if (true === is_link($target)) { 140 $target, 144 } elseif (true === is_file($target)) { 146 $target, 150 } elseif (true === is_dir($target)) { 152 $target, 162 $target 180 * @param string $target Target name. 183 public static function create($name, $target) argument [all …]
|
/plugin/editions/ |
H A D | script.js | 12 var target = $this.attr("href"); 13 var hashPos = target.lastIndexOf('#'); 14 var targetURL = target.substring(0, hashPos); 15 var targetAnchor = target.substring(hashPos+1, target.length); 22 var target = $this.attr("href"); 23 var hashPos = target.lastIndexOf('#'); 24 var targetURL = target.substring(0, hashPos); 25 var targetAnchor = target.substring(hashPos+1, target.length);
|
/plugin/autlogin/ |
H A D | script.js | 85 if(e.target.src){ // is it an image? 86 acl.treetoggle(e.target); 87 } else if(e.target.href){ // is it a link? 95 e.target.className += ' cur'; 99 if(e.target.className.search(/wikilink1/) > -1){ 101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']); 102 }else if(e.target.className.search(/idx_dir/) > -1){ 107 if(e.target.className.search(/wikilink1/) > -1){ 110 }else if(e.target.className.search(/idx_dir/) > -1){ 115 if(e.target.className.search(/wikilink1/) > -1){ [all …]
|
/plugin/impressjs/tpl/dokuwiki/ |
H A D | impress.js | 451 var target = { class in goto 506 transform: rotate(target.rotate, true) + translate(target.translate), 521 … (currentState.rotate.x === target.rotate.x && currentState.rotate.y === target.rotate.y && 528 currentState = target; 729 var target = event.target; 732 target = target.parentNode; 744 if ( api.goto(target) ) { 752 var target = event.target; 754 while ( !(target.classList.contains("step") && !target.classList.contains("active")) && 756 target = target.parentNode; [all …]
|
/plugin/farmsync/action/ |
H A D | ajax.php | 54 $target = $INPUT->str('farmsync-animal'); 78 $targetText = $this->farm_util->readRemotePage($target, $page, false); 97 $this->farm_util->saveRemoteMedia($source, $target, $page); 99 $this->overwriteRemotePage($source, $target, $page); 102 $this->farm_util->importAnimalStructSchema($target, $page, $json[$page]); 109 $this->farm_util->clearAnimalCache($target); 116 $this->writeManualMerge($source, $target, $page, $content); 117 $this->farm_util->clearAnimalCache($target); 136 public function overwriteRemotePage($source, $target, $page) { argument 141 public function writeManualMerge($source, $target, $page, $content) { argument [all …]
|
/plugin/markdowku/ |
H A D | anchorsreference.php | 49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE); 50 if ($target == '') { 52 } else if (preg_match('/^mailto:/', $target) or 53 preg_match('<'.PREG_PATTERN_VALID_EMAIL.'>', $target)) { 54 $target = preg_replace('/^mailto:/', '', $target); 55 $renderer->emaillink($target, $title); 57 $renderer->externallink($target, $title);
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/ |
H A D | AttributesListener.php | 39 [$target, $direction] = self::findTargetAndDirection($node); 41 if ($target instanceof Node) { 42 $parent = $target->parent(); 44 $target = $parent; 48 $attributes = AttributesHelper::mergeAttributes($target, $node->getAttributes()); 50 $attributes = AttributesHelper::mergeAttributes($node->getAttributes(), $target); 53 $target->data->set('attributes', $attributes); 67 $target = null; 76 $target = $node->parent(); 88 $target [all...] |
/plugin/linkback/ |
H A D | admin.php | 64 foreach ($targets as $target){ 65 $linkbacks = $this->_getLinkbacks($target); 66 $this->_targetHead($target); 72 ptln('<form method="post" action="'.wl($target['id']).'">', 8); 77 $this->_actionButtons($target['id']); 121 * Callback for comparison of target data. 137 function _targetHead($target){ argument 138 $id = $target['id']; 154 $selected = (($target[$key]) ? ' checked="checked"' : ''); 168 function _getLinkbacks(&$target){ argument [all...] |
/plugin/targetlink/ |
H A D | syntax.php | 39 $target = '_blank'; 41 $target = substr($data[0], strlen('target=')); 57 $args = $this->windowssharelink($renderer, $data[1], $data[2], $target); 65 $args = $this->internallink($renderer, $data[1], $data[2], $target); 150 $link['target'] = $target; 221 $link['target'] = $target; 233 if($target) $link['rel'] .= ' noopener'; 249 $link['target'] = $target; 279 if($target) $link['rel'] .= ' noopener'; 294 function windowssharelink(&$xhtml, $url, $name = null, $target, $returnonly = false) { argument [all …]
|
/plugin/autotabber/ |
H A D | taboverride.js | 219 if ((target.nodeName && target.nodeName.toLowerCase() !== 'textarea') || 226 text = target.value; 232 initScrollTop = target.scrollTop; 235 if (typeof target.selectionStart === 'number') { 236 selStart = target.selectionStart; 237 selEnd = target.selectionEnd; 244 tempRange.moveToElementText(target); 381 target.selectionEnd = target.selectionStart = selStart + tabLen; 397 target.selectionEnd = target.selectionStart = selStart - tabLen; 447 target.selectionEnd = target.selectionStart = selStart + newlineLen + whitespaceLen; [all …]
|
/plugin/mikioplugin/ |
H A D | script.js | 59 jQuery(jQuery(this).attr('data-target')).slideToggle(); 137 var target = null; 145 target = jQuery(slides[next]); 148 target.css('z-index', 0).addClass('mikiop-active'); 151 target.css('z-index', ''); 154 target.css('left', '-100%').addClass('mikiop-active'); 155 target.animate({ left: '0' }, 500); 158 target.css('left', ''); 161 target.addClass('mikiop-active'); 188 var target [all...] |