Home
last modified time | relevance | path

Searched refs:fn (Results 176 – 200 of 600) sorted by relevance

12345678910>>...24

/plugin/socialshareprivacy2/SSP/scripts/ru/
H A Djquery.socialshareprivacy.pinterest.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.pinterest, {
H A Djquery.socialshareprivacy.reddit.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.reddit, {
H A Djquery.socialshareprivacy.tumblr.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
H A Djquery.socialshareprivacy.twitter.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
H A Djquery.socialshareprivacy.xing.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
/plugin/socialshareprivacy2/SSP/scripts/nl/
H A Djquery.socialshareprivacy.js19 $.extend($.fn.socialSharePrivacy.settings, {
H A Djquery.socialshareprivacy.facebook.js19 $.extend($.fn.socialSharePrivacy.settings.services.facebook, {
H A Djquery.socialshareprivacy.flattr.js14 $.extend($.fn.socialSharePrivacy.settings.services.flattr, {
H A Djquery.socialshareprivacy.gplus.js19 $.extend($.fn.socialSharePrivacy.settings.services.gplus, {
H A Djquery.socialshareprivacy.xing.js14 $.extend($.fn.socialSharePrivacy.settings.services.xing, {
H A Djquery.socialshareprivacy.reddit.js14 $.extend($.fn.socialSharePrivacy.settings.services.reddit, {
H A Djquery.socialshareprivacy.stumbleupon.js14 $.extend($.fn.socialSharePrivacy.settings.services.stumbleupon, {
H A Djquery.socialshareprivacy.tumblr.js14 $.extend($.fn.socialSharePrivacy.settings.services.tumblr, {
H A Djquery.socialshareprivacy.twitter.js20 $.extend($.fn.socialSharePrivacy.settings.services.twitter, {
H A Djquery.socialshareprivacy.buffer.js14 $.extend($.fn.socialSharePrivacy.settings.services.buffer, {
H A Djquery.socialshareprivacy.delicious.js14 $.extend($.fn.socialSharePrivacy.settings.services.delicious, {
H A Djquery.socialshareprivacy.linkedin.js14 $.extend($.fn.socialSharePrivacy.settings.services.linkedin, {
H A Djquery.socialshareprivacy.mail.js14 $.extend($.fn.socialSharePrivacy.settings.services.mail, {
H A Djquery.socialshareprivacy.pinterest.js14 $.extend($.fn.socialSharePrivacy.settings.services.pinterest, {
H A Djquery.socialshareprivacy.disqus.js9 $.extend($.fn.socialSharePrivacy.settings.services.disqus, {
/plugin/translator/
H A Dadmin.php68 $fn = $_REQUEST['fn'];
70 if (is_array($fn)) {
71 $cmd = key($fn);
72 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
74 $cmd = $fn;
87 $this->functions->_handleRequest($fn);
/plugin/groupmanager/
H A Dsyntax.php188 if(isset($_REQUEST['fn']) && !checkSecurityToken()) return false;
322 $fn = $_REQUEST['fn'];
324 if (is_array($fn)) {
325 $cmd = key($fn);
326 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
328 $cmd = $fn;
/plugin/popupviewer/
H A Dscript.js583 $.fn.waitForImages = function (finishedCallback, eachCallback, waitForAll) {
695 …if ( typeof $.fn.naturalWidth != 'undefined' && typeof $.fn.naturalHeight != 'undefined' ) { retur…
699 $.fn.naturalWidth = function() { return this[0].naturalWidth; };
700 $.fn.naturalHeight = function() { return this[0].naturalHeight; };
704 $.fn.naturalWidth = function() { return img(this.src).width; };
705 $.fn.naturalHeight = function() { return img(this.src).height; };
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js21 var scount = $.fn.socialSharePrivacy.formatNumber(count);
76 $.fn.socialSharePrivacy.settings.services.disqus = {
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js115 function getDeskTicket(id, fn) argument
125 fn(JSON.parse(xhr.responseText), xhr);
129 fn(null, xhr);
135 fn(null, xhr);

12345678910>>...24