Home
last modified time | relevance | path

Searched refs:target (Results 726 – 750 of 902) sorted by last modified time

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

/plugin/scrapbook/
H A Dscript.js27 if (e.target.nodeName.toLowerCase() != 'button') return;
28 var $el = jQuery(e.target);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php184 * @param int $target
188 function convert($target) { argument
191 return $converter->convert($this, $target);
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js350 var click = event.target.id;
354 if ($('#' + event.target.id + ':checked').length) {
H A Djquery.socialshareprivacy.min.js31 …ve("click",function(c){var e=c.target.id,g="socialSharePrivacy_"+e.substr(e.lastIndexOf("_")+1,e.l…
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php281 $target = $entry['author'][0]['nice'];
284 $target = $entry['niceauthor'];
287 $target = $entry[$this->options['group']];
291 $target = $this->options['lang']['rest'];
294 if ( empty($result[$target]) ) {
295 $result[$target] = array();
298 $result[$target][] = $entry;
/plugin/judge/
H A Dscript.js106 code: e.target.result,
232 code: e.target.result
/plugin/editions/
H A Dscript.js12 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/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/fancysearch/
H A Dscript.js35 var tgt = evt.target;
/plugin/panoview/
H A Dscript.js694 var target = motion;
697 if (target.x == 0) {
702 var slope = Math.abs(target.y / target.x);
708 'x': Math.min(x, Math.abs(target.x)) * (target.x < 0 ? -1 : 1),
709 'y': Math.min(y, Math.abs(target.y)) * (target.y < 0 ? -1 : 1)
/plugin/rating/
H A Dscript.js7 var rate = jQuery(e.target).data('rating');
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js233 Markdown_Parser.prototype._php_trim = function(target, charlist) { argument
235 return target.replace(
240 Markdown_Parser.prototype._php_rtrim = function(target, charlist) { argument
242 return target.replace(
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js340 target: 'leftMiddle',
/plugin/anewssystem/
H A Daction.php56 $target = $this->getConf('news_datafile');
57 $targetpage = htmlspecialchars(trim($target));
H A Dsyntax.php79 $target = $this->getConf('news_datafile');
80 $targetpage = htmlspecialchars(trim($target));
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php24 $target = " onclick=\"window.open(this.href,\\'_blank\\');return false;\"";
26 $target = "";
37 …[\n \]])([\w]+?://[\w\#$%&~/.\-;:=,?@+]*)#ise", "'\\1<a href=\"\\2\"" . $target . ">' . pfc_shorte…
44 …(www|ftp)\.[\w\#$%&~/.\-;:=,?@+]*)#ise", "'\\1<a href=\"http://\\2\"" . $target . ">' . pfc_shorte…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js807 evt.target.onblur = function() { this.focus(); this.onblur = null; };
H A Dprototype.js3776 var node = Event.extend(event).target;
3828 target: event.srcElement,
4143 clone: function(source, target, options) { argument
4145 return Element.clonePosition(target, source, options);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2019 the en passant target square, the halfmove clock, and the fullmove number.
2064 16.1.3.4: En passant target square
2066 The fourth field is the en passant target square. If there is no en passant
2067 target square then the single character symbol "-" appears. If there is an en
2068 passant target square then is represented by a lowercase file character
2073 An en passant target square is given if and only if the last move was a pawn
2074 advance of two squares. Therefore, an en passant target square field may have
2204 16.2.3.4: En passant target square
2206 The fourth field is the en passant target square. If there is no en passant
2208 passant target square then is represented by a lowercase file character
[all …]
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1415 while (!(target & 0x88)) {
1422 if (square < target)
1969 function IsSquareOnPieceLine(target, from) { argument
1970 var index = from - target + 128;
1975 function IsSquareAttackableFrom(target, from){ argument
1976 var index = from - target + 128;
1983 if (from == target)
1991 function IsSquareAttackable(target, color) { argument
1995 if (g_board[target - (inc - 1)] == pawn)
1997 if (g_board[target - (inc + 1)] == pawn)
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js330 color : function(target, prop) { argument
338 this.valueElement = target; // value holder
621 p.box.onmouseout = function() { target.focus(); };
668 'X': e.target.offsetParent.offsetLeft,
669 'Y': e.target.offsetParent.offsetTop
688 'X': e.target.offsetParent.offsetLeft,
689 'Y': e.target.offsetParent.offsetTop
889 if(valueElement === target) {
899 if(valueElement !== target) {
965 jscolor.addEvent(target, 'focus', function() {
[all …]
/plugin/tumblr/
H A Dsyntax.php218 $pID = $options['target'] ? $options['target'] : $ID;

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