Home
last modified time | relevance | path

Searched refs:target (Results 101 – 125 of 160) sorted by path

1234567

/template/ramtop/
H A Dtpl_footer.php60 … $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : ''; variable
62 <a href="http://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img
64 <a href="http://www.php.net" title="Powered by PHP" <?php echo $target?>><img
66 … <a href="http://validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img
68 …jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
70 <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
/template/readthedokus/js/
H A Dreadthedokus.js94 // - Hide the jump target element first to prevent the default scroll.
351 * @param {HTMLElement} target An HTML element to embed the TOC.
354 ReadtheDokus.prototype._embedToc = function(target, toc) argument
357 if (target && toc)
359 target.parentNode.appendChild(toc);
360 target.style.display = "none";
531 var target = document.querySelector(hash);
532 if (target)
545 var top = target.getBoundingClientRect().top;
/template/roundtheme/
H A Dhide_menu.js89 this.broadcastMessage('onMotionLooped',{target:this,type:'onMotionLooped'});
94 this.broadcastMessage('onMotionFinished',{target:this,type:'onMotionFinished'});
118 this.broadcastMessage('onMotionChanged',{target:this,type:'onMotionChanged'});
148 this.broadcastMessage('onMotionStarted',{target:this,type:'onMotionStarted'});
181 this.broadcastMessage('onMotionStopped',{target:this,type:'onMotionStopped'});
197 this.broadcastMessage('onMotionResumed',{target:this,type:'onMotionResumed'});
/template/rtd_suterdev/js/
H A Dreadthedokus.js354 ReadtheDokus.prototype._embedToc = function(target, toc) argument
357 if (target && toc)
359 target.parentNode.appendChild(toc);
360 target.style.display = "none";
531 var target = document.querySelector(hash);
532 if (target)
545 var top = target.getBoundingClientRect().top;
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js413 PIE.OnUnload.attachManagedEvent = function( target, name, handler ) { argument
414 target.attachEvent( name, handler );
416 target.detachEvent( name, handler );
/template/simplewiki/
H A Dtpl_footer.php17 $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : ''; variable
19 <a href="http://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img
21 <a href="http://php.net" title="Powered by PHP" <?php echo $target?>><img
23 … <a href="http://validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img
25 …jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
27 <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
/template/spacious/css/
H A Dspacious.css1515 /* Do not show the outline on the skip link target. */
/template/sprintdoc/
H A Ddetail.php363 echo '<iframe width="100%" height="350" frameborder="0" src="' . $srcOSM . '"></iframe><br/><p><a class="button" target="_blank" title="' . tpl_getLang('osm_zoom_link_title') . '" href="' . $hrefOSM . '">' . tpl_getLang('osm_zoom_link_text') . '</a></p>';
/template/sprintdoc/js/
H A Ddirect.js32 var target = $(this).attr('href');
33 tasksBeforeScrolling(target);
34 scrollToTarget(target);
39 * scroll to / set focus to target of direct link if value of location hash equals direct link
46 var target = $(this).attr('href');
47 if(hash === target) {
48 tasksBeforeScrolling(target);
49 scrollToTarget(target);
50 setFocusOnLoad(target);
58 * @param target
60 tasksBeforeScrolling(target) global() argument
77 setFocusOnLoad(target) global() argument
101 showSearchField(target) global() argument
111 scrollToTarget(target) global() argument
[all...]
/template/starterbootstrap/
H A Dgenerate_index.php30 $target = $id;
51 $target = $nspage;
54 $target = $target.':';
60 ,'date' => @filectime(wikiFN($target))
62 ,'target' => $target // id to be used in the menu
63 …,'title' => ($conf['useheading'] && ($title = p_get_first_heading($target)))?$title:$id // NS tit…
/template/starterbootstrap/js/
H A Dbootstrap.js279 var $btn = $(e.target)
688 var target = $trigger.attr('data-target')
691 return $(target)
821 var index = $items.index(e.target)
1033 if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
1074 if (e.target !== e.currentTarget) return
1892 this.activeTarget = target
1897 '[data-target="' + target + '"],' +
1898 this.selector + '[href="' + target + '"]'
2133 this.$target = $(this.options.target)
[all …]
H A Dbootstrap.min.js6target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQNew),+function(a){"use s…
8target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-ap… property in c.DEFAULTS
H A Djquery-1.9.1.min.js3target||(n.target=i),r=null==r?[n]:b.makeArray(r,[n]),p=b.event.special[g]||{},a||!p.trigger||p.tr…
4target,r=b.nodeName(n,"input")||b.nodeName(n,"button")?n.form:t;r&&!b._data(r,"submitBubbles")&&(b…
H A Dscript.js36 var target = jQNew(this.hash);
37 target = target.length ? target : jQNew('[name=' + this.hash.slice(1) +']');
38 if (target.length) {
40 scrollTop: target.offset().top - smoothToPadding
53 dw_page.insituPopup = function(target, popup_id) { argument
55 $el = jQNew(target);
/template/starterpjax/
H A Djquery.pjax.js88 target: link, property in handleClick.defaults
130 target: form, property in handleSubmit.defaults
165 var target = options.target
179 var event = $.Event(type, { relatedTarget: target })
288 var target = $(url.hash)
289 if (target.length) $(window).scrollTop(target.offset().top)
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @…
H A Dbootstrap.min.js6target).is(this))return t.handleObj.handler.apply(this,arguments)}};var r="alert",a="bs.alert",c="…
H A Dbootstrap.min.js.map1target","is","handleObj","handler","apply","arguments","NAME","DATA_KEY","EVENT_KEY","JQUERY_NO_CO…
H A Djquery-3.4.1.min.js2target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e)…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1target element.\n // So reset our font and text properties to avoid inheriting weird values.\n @…
H A Dbootstrap.min.js6target).is(this))return t.handleObj.handler.apply(this,arguments)}};var h="alert",u=e.fn[h],d=func…
H A Djquery-3.5.1.min.js2target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e)…
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.cerulean.min.css12target]{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;mar…
H A Dbootstrap.cosmo.min.css12target]{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;mar…
H A Dbootstrap.cyborg.min.css12target]{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;padding:0;mar…

1234567