| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | tpl_footer.php | 18 … $target = ($conf['target']['extern']) ? 'target="' . $conf['target']['extern'] . '"' : ''; variable 20 <a href="https://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img 22 <a href="https://php.net" title="Powered by PHP" <?php echo $target?>><img 24 <a href="//validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img 26 …jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img 28 <a href="https://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
|
| /dokuwiki/_test/core/ |
| H A D | TestUtils.php | 50 public static function rdelete($target) { argument 51 if (!is_dir($target)) { 52 unlink($target); 54 $dh = dir($target); 59 TestUtils::rdelete("$target/$entry"); 62 rmdir($target);
|
| H A D | phpQuery-onefile.php | 94 public $target; variable in DOMEvent 845 $event->relatedTarget = $event->target; 846 $event->target = $node; 3148 * @param unknown_type $target 3153 public function insert($target, $type) { argument 3163 switch(gettype($target)) { 3169 if (phpQuery::isMarkup($target)) { 3171 $insertTo = $this->documentWrapper->import($target); 3177 $insertTo = $this->find($target)->elements; 3183 $insertFrom = $this->documentWrapper->import($target); [all …]
|
| /dokuwiki/inc/Action/ |
| H A D | Subscribe.php | 81 $target = $params['target']; 88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style); 90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style); 98 prettyprint_id($target) 109 prettyprint_id($target) 135 $target = $params['target']; 137 if (str_ends_with($target, ':')) { 162 if ($subscr['target'] === $target) { 171 prettyprint_id($target) 179 $params = ['target' => $target, 'style' => $style, 'action' => $action];
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | script.js | 8 function applyPreview(target) { argument 10 var $style = target.jQuery('link[rel=stylesheet][href*="lib/exe/css.php"]'); 14 var $loader = target.jQuery('#plugin__styling_loader'); 16 …$loader = target.jQuery('<div id="plugin__styling_loader">' + LANG.plugins.styling.loader + '</div… 32 target.jQuery('body').append($loader);
|
| H A D | admin.php | 72 $target = DOKU_BASE . 'lib/plugins/styling/popup.php'; 74 $target = wl($ID, ['do' => 'admin', 'page' => 'styling']); 82 echo '<form class="styling" method="post" action="' . $target . '">';
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 45 foreach ($subscriptions as $target => $users) { 46 if (!$this->lock($target)) { 70 if (str_ends_with($target, ':')) { 72 $changes = getRecentsSince($lastupdate, null, getNS($target)); 75 if (auth_quickaclcheck($target) < AUTH_READ) { 78 $meta = p_get_metadata($target); 113 $this->sendList($USERINFO['mail'], $change_ids, $target); 119 $subscriberManager->add($target, $user, $style, time()); 121 $this->unlock($target);
|
| H A D | SubscriberManager.php | 139 foreach ($subs as $target => $info) { 141 'target' => $target, 185 foreach ($files as $target => $file) { 208 if (!isset($result[$target])) { 209 $result[$target] = []; 211 $result[$target][$u] = [$m[2], $m[3]]; // add to result
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginTrait.php | 255 public function external_link($link, $title = '', $class = '', $target = '', $more = '') argument 261 if (!$target) $target = $conf['target']['extern']; 265 if ($target) $target = " target='$target'"; 268 return "<a href='$link'$class$target$more>$title</a>";
|
| H A D | PluginInterface.php | 137 * @param string $target 141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | IRI.php | 278 $target = clone $relative; 279 $target->scheme = $base->scheme; 281 $target = new IRI(); 282 $target->scheme = $base->scheme; 283 $target->iuserinfo = $base->iuserinfo; 284 $target->ihost = $base->ihost; 285 $target->port = $base->port; 288 $target->ipath = $relative->ipath; 290 $target->ipath = '/' . $relative->ipath; 292 … $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath; [all …]
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 150 $target = $this->mkTmpDir() . '/' . ($base ?? $this->fileToBase($archive)); 151 $this->extractArchive($archive, $target); 152 $extensions = $this->findExtensions($target, $base); 403 $target = $extension->getInstallDir(); 411 if (file_exists($target)) { 412 if (!is_writable($target)) throw new Exception('noperms'); 417 $target = dirname($target); 418 if (!is_writable($target)) { 496 protected function extractArchive($archive, $target) argument 510 $archiver->extract($target);
|
| /dokuwiki/bin/ |
| H A D | gittool.php | 229 $target = fullpath(tpl_incdir() . '../' . substr($ext, 9)); 231 $target = DOKU_PLUGIN . $ext; 234 $this->info("cloning $ext from $repo to $target"); 236 system("git clone $repo $target", $ret);
|
| /dokuwiki/inc/ |
| H A D | io.php | 538 * @param string $target filename 545 function io_mkdir_p($target) argument 548 if (@is_dir($target) || empty($target)) return true; // best case check first 549 if (file_exists($target) && !is_dir($target)) return false; 551 if (io_mkdir_p(substr($target, 0, strrpos($target, '/')))) { 552 $ret = @mkdir($target); // crawl back up & create dir tree 554 chmod($target, $conf['dperm']);
|
| H A D | template.php | 1633 $target = ($conf['target']['extern']) ? ' target="' . $conf['target']['extern'] . '"' : ''; 1640 $out .= '<a href="' . $lic['url'] . '" rel="license"' . $target; 1647 $out .= '<bdi><a href="' . $lic['url'] . '" rel="license" class="urlextern"' . $target;
|
| H A D | media.php | 319 $target = fopen($path, "w"); 320 $realSize = stream_copy_to_stream($input, $target); 321 fclose($target);
|
| /dokuwiki/lib/scripts/ |
| H A D | page.js | 77 insituPopup: function(target, popup_id) { argument 96 of: target
|
| H A D | behaviour.js | 110 jQuery(e.target).removeClass('search_hit', 1000); 129 .change(function(e){ HTMLFormElement.prototype.submit.call(e.target.form); })
|
| H A D | linkwiz.js | 182 if (!jQuery(e.target).is('a')) { 187 this.resultClick(e.target);
|
| H A D | fileuploaderextended.js | 147 var target = e.target || e.srcElement;
|
| H A D | fileuploader.js | 655 var target = e.target || e.srcElement; 657 if (qq.hasClass(target, self._classes.cancel)){ 660 var item = target.parentNode;
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …target===e&&this.destroy()}}),this.document=V(e.style?e.ownerDocument:e.document||e),this.window=V… property
|
| H A D | jquery.min.js | 2 …target:function(e){var t=ie.location&&ie.location.hash;return t&&t.slice(1)===e.id},root:function(… method
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCoreTest.php | 912 $target = 'test:putimage.png'; 913 $targetfile = mediaFN($target); 915 …$this->assertTrue($this->remote->call('core.saveMedia', ['media' => $target, 'base64' => $base64])…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1892 * @param string $target 1897 public function symlink($target, $link) argument 1915 $packet = Strings::packSSH2('ssC', $link, $target, 1); 1933 Strings::packSSH2('ss', $target, $link) : 1934 Strings::packSSH2('ss', $link, $target);
|