Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_footer.php18 … $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 DTestUtils.php50 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 DphpQuery-onefile.php94 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 DSubscribe.php81 $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 Dscript.js8 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 Dadmin.php72 $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 DBulkSubscriptionSender.php45 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 DSubscriberManager.php139 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 DPluginTrait.php255 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 DPluginInterface.php137 * @param string $target
141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php278 $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 DInstaller.php150 $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 Dgittool.php229 $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 Dio.php538 * @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 Dtemplate.php1633 $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 Dmedia.php319 $target = fopen($path, "w");
320 $realSize = stream_copy_to_stream($input, $target);
321 fclose($target);
/dokuwiki/lib/scripts/
H A Dpage.js77 insituPopup: function(target, popup_id) { argument
96 of: target
H A Dbehaviour.js110 jQuery(e.target).removeClass('search_hit', 1000);
129 .change(function(e){ HTMLFormElement.prototype.submit.call(e.target.form); })
H A Dlinkwiz.js182 if (!jQuery(e.target).is('a')) {
187 this.resultClick(e.target);
H A Dfileuploaderextended.js147 var target = e.target || e.srcElement;
H A Dfileuploader.js655 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 Djquery-ui.min.js6target===e&&this.destroy()}}),this.document=V(e.style?e.ownerDocument:e.document||e),this.window=V… property
H A Djquery.min.js2target: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 DApiCoreTest.php912 $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 DSFTP.php1892 * @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);

12