Home
last modified time | relevance | path

Searched refs:target (Results 726 – 750 of 902) sorted by path

1...<<21222324252627282930>>...37

/plugin/revealjs/js/
H A Dreveal.js1810 function closestParent( target, selector ) { argument
1812 var parent = target.parentNode;
4075 startEmbeddedMedia( { target: el } );
4110 startEmbeddedIframe( { target: el } );
4142 event.target.currentTime = 0;
4143 event.target.play();
4158 var iframe = event.target;
5151 function isSwipePrevented( target ) { argument
5153 while( target && typeof target.hasAttribute === 'function' ) {
5155 target = target.parentNode;
[all …]
/plugin/revealjs/syntax/
H A Dtheme.php100 $target = $this->getConf('open_in_new_window') ? '_blank' : '_self';
111 $renderer->doc .= '<div class="slide-export-link"><a target="'.$target.'" href="'.
117 …'<br><nobr><a target="'.$target.'" href="'.exportlink($ID,'revealjs',count($exportData)?$exportDat…
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js161 target: originalEvent.target || originalEvent.srcElement, property in AnonymousFunctioncc29d3ce0600._addWheelListener.event
428 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
530 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
568 var target = evt.target
569 …, svg = (target.tagName === 'svg' || target.tagName === 'SVG') ? target : target.ownerSVGElement |…
615 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
643 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
1015 …var svg = (evt.target.tagName === 'svg' || evt.target.tagName === 'SVG') ? evt.target : evt.target
1053 target = target || {};
1057 target[prop] = this.extend(target[prop], source[prop])
[all …]
/plugin/s5/ui/default/
H A Dframing.css6 /* target = 1024x768 */
H A Dslides.js162 function goTo(target) { argument
163 if (target >= smax || target == snum) return;
164 go(target - snum);
237 if (key.target && isParentOrSelf(key.target, 'controls')) return;
279 if (key.target && isParentOrSelf(key.target, 'controls')) return;
288 var target;
292 } else target = e.target;
293target.getAttribute('href') != null || hasValue(target.rel, 'external') || isParentOrSelf(target, …
304 var target = null;
314 while(target != null && target.nodeName != 'BODY') {
[all …]
/plugin/s5/ui/dokuwiki/
H A Dframing.css6 /* target = 1024x768 */
H A Dslides.js161 function goTo(target) { argument
162 if (target >= smax || target == snum) return;
163 go(target - snum);
236 if (key.target && isParentOrSelf(key.target, 'controls')) return;
278 if (key.target && isParentOrSelf(key.target, 'controls')) return;
287 var target;
291 } else target = e.target;
292target.getAttribute('href') != null || hasValue(target.rel, 'external') || isParentOrSelf(target, …
303 var target = null;
313 while(target != null && target.nodeName != 'BODY') {
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4318 var node = event.target, type = event.type,
4418 target: event.srcElement || element,
4800 clone: function(source, target, options) { argument
4802 return Element.clonePosition(target, source, options);
/plugin/s5reloaded/ui/thesis/
H A Dframing.css6 /* target = 1024x768 */
H A Dslides.js430 function goTo(target) { argument
431 if (target >= smax || target == snum) return;
432 go(target - snum);
567 if (key.target && isParentOrSelf(key.target, 'controls')) return;
630 if (key.target && isParentOrSelf(key.target, 'controls')) return;
640 var target;
645 target = e.target;
647target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || i…
662 var target = null;
672 while(target != null && target.nodeName != 'BODY') {
[all …]
/plugin/schedule/lib/
H A DscheduleCitiesMap.js406 target: mapId,
/plugin/scrapbook/
H A Dscript.js27 if (e.target.nodeName.toLowerCase() != 'button') return;
28 var $el = jQuery(e.target);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js41 return evt.target;
/plugin/semantic/
H A Dhelper.php33 'target' => DOKU_URL . DOKU_SCRIPT . '?do=search&amp;id={search_term_string}',
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14209 function endsWith(string, target, position) {
14211 target = baseToString(target);
14219 position -= target.length;
14220 return position >= 0 && string.slice(position, end) == target;
14656 function startsWith(string, target, position) {
14662 target = baseToString(target);
14663 return string.slice(position, position + target.length) == target;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md317 * <a href="#_endswithstring-target-positionstringlength">`_.endsWith`</a>
332 * <a href="#_startswithstring-target-position0">`_.startsWith`</a>
9118 <h3 id="_endswithstring-target-positionstringlength"><code>_.endsWith([string=''], [target], [posit…
9121 Checks if `string` ends with the given target string.
9128 2. `[target]` *(string)*: The string to search for.
9132 *(boolean)*: Returns `true` if `string` ends with `target`, else `false`.
9605 <h3 id="_startswithstring-target-position0"><code>_.startsWith([string=''], [target], [position=0])…
9608 Checks if `string` starts with the given target string.
9615 2. `[target]` *(string)*: The string to search for.
9619 *(boolean)*: Returns `true` if `string` starts with `target`, else `false`.
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js73 function build(target) { argument
74 target = path.resolve(target);
75 fs.writeFile(target, template.wiki(templateData), util.pitch);
H A Dbuild-modules.js113 function build(target) { argument
114 target = path.resolve(target);
116 const fpPath = path.join(target, 'fp');
119 const modulePaths = glob.sync(path.join(target, '*.js'), {
122 return path.join(target, filename);
129 const modulePath = path.join(target, alias + '.js');
144 actions.push(file.write(path.join(target, 'fp.js'), template.fp()));
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-modules.js27 function build(target) { argument
29 file.copy(pair[0], path.join(target, pair[1])));
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14209 function endsWith(string, target, position) {
14211 target = baseToString(target);
14219 position -= target.length;
14220 return position >= 0 && string.slice(position, end) == target;
14656 function startsWith(string, target, position) {
14662 target = baseToString(target);
14663 return string.slice(position, position + target.length) == target;
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js210 log(event.target);

1...<<21222324252627282930>>...37