Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js493 jQuery.fn[ name ] = function() { class in jQuery
527 jQuery.fn[ name ] = function( data, fn ) { argument
550 bind: function( types, data, fn ) { argument
554 unbind: function( types, fn ) { argument
558 delegate: function( selector, types, data, fn ) { argument
562 undelegate: function( selector, types, fn ) { argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Draphael-mock.js5 fn: {}, property in Raphael
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php229 public static function mapRequest(callable $fn)
246 public static function mapResponse(callable $fn)
/plugin/feed/
H A Dfeed.php15 $fn = $INPUT->str('fn'); variable
123 function feed_getPages($rss, $po, $ns, $num, $fn)
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js35 TrelloClient.prototype.authenticate = function(fn, error, force) argument
391 TrelloClient.prototype.pickLibrary = function(fn) argument
399 TrelloClient.prototype.pickFolder = function(fn) argument
414 TrelloClient.prototype.pickFile = function(fn, returnObject) argument
435 TrelloClient.prototype.showTrelloDialog = function(showFiles, fn) argument
462 var createLink = mxUtils.bind(this, function(label, fn, preview) argument
H A DNotionClient.js336 NotionClient.prototype.checkExists = function(parentId, filename, nameField, askReplace, fn) argument
488 NotionClient.prototype.pickLibrary = function(fn) argument
496 NotionClient.prototype.pickFolder = function(fn) argument
501 NotionClient.prototype.pickFile = function(fn) argument
514 NotionClient.prototype.showNotionDialog = function(showFiles, fn) argument
H A DOneDriveClient.js513 OneDriveClient.prototype.checkToken = function(fn) argument
869 OneDriveClient.prototype.checkExists = function(parentId, filename, askReplace, fn) argument
1284 OneDriveClient.prototype.pickLibrary = function(fn) argument
1293 OneDriveClient.prototype.createInlinePicker = function(fn, foldersOnly) argument
1364 OneDriveClient.prototype.pickFolder = function(fn, direct) argument
1442 OneDriveClient.prototype.pickFile = function(fn) argument
H A DGitLabClient.js605 GitLabClient.prototype.checkExists = function(path, askReplace, fn) argument
749 GitLabClient.prototype.pickFolder = function(fn) argument
757 GitLabClient.prototype.pickFile = function(fn) argument
770 GitLabClient.prototype.showGitLabDialog = function(showFiles, fn) argument
815 var createLink = mxUtils.bind(this, function(label, fn, padding, underline) argument
H A DGitHubClient.js655 GitHubClient.prototype.checkExists = function(path, askReplace, fn) argument
755 GitHubClient.prototype.pickLibrary = function(fn) argument
763 GitHubClient.prototype.pickFolder = function(fn) argument
771 GitHubClient.prototype.pickFile = function(fn) argument
784 GitHubClient.prototype.showGitHubDialog = function(showFiles, fn) argument
/plugin/abc2/abc-libraries/abc2svg/
H A Dabcweb-1.js19 user={read_file:function(fn){return a_inc[fn]},errmsg:function(msg,l,c){errtxt+=clean_txt(msg)+'\n'},img_out:function(str){new_page+=str}} argument
55 abc2svg.loadjs=function(fn,relay,onerror){var s=document.createElement('script');if(/:\/\//.test(fn)) argument
[all...]
/plugin/diagramsnet/lib/js/
H A Dstencils.min.js201 mxStencilRegistry.loadStencil = function(filename, fn) argument
/plugin/lightweightscript/
H A Dscript.js7 jQuery.fn.dw_toggle = function(state, fn, noaria) { argument
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js15 var fn = function() function
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js190 basePlayer.addEventListener = function( evtName, fn ) { argument
202 basePlayer.removeEventListener = function( evtName, fn ) { argument
H A Dpopcorn.js394 Popcorn.forEach = function( obj, fn, context ) { argument
664 exec: function( id, time, fn ) { argument
1016 fn = function wrapper( event ) { function
2171 fn: plugin[ name ], property in entry
2191 function safeTry( fn, pluginName ) { argument
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php90 $fn = isset($vcard->FN) ? (string)$vcard->FN : null; variable
/plugin/struct/script/
H A Dfunctions.js8 function struct_ajax(column, fn, data) { argument
/plugin/dokutexit/
H A Dconfig.php166 function parse_refnotes_page ($fn) {
206 function _escape_fn($fn) {
/plugin/archiveupload/
H A Daction.php89 function extract_archive($fn_tmp, $fn, $id, $imime) {
/plugin/xcom/
H A Dscript.js119 function xcom_print_data(fn, data,other,xcom_action) { argument
257 function xcom_td(type,val,fn) { argument
350 function xcom_check_opts(fn,page,opts, tmp) { argument
/plugin/bpmnio/script/
H A Dbpmnio_render.js112 function safeRender(tag, type, fn) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Devents.js230 var fn = function() {}; function
254 var fn = function() {}; function
278 var fn = function() {}; function
680 var fn = function() {}; function
/plugin/watchcycle/
H A Dscript.js28 const ajax_watchcycle = function(fn, id, param) { argument
/plugin/xcom/scripts/
H A Dxml.php21 $fn = $params[0] ; variable
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js17 __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, argument
775 EventEmitter.prototype.on = function(event, fn) { argument
786 EventEmitter.prototype.off = function(event, fn) { argument
797 EventEmitter.prototype.once = function(event, fn) { argument
1475 __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, argument
1557 __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, argument
2111 atom = function(name, fn) { argument
2126 after = function(name, fn) { argument
2590 meta = function(field, name, fn) { argument
2802 __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, argument
[all …]

123456