Home
last modified time | relevance | path

Searched refs:ajax (Results 101 – 125 of 164) sorted by relevance

1234567

/plugin/tagfilter/script/select2/
H A DREADME.md13 * Loading data from JavaScript: easily load items via ajax and have them searchable.
H A Dselect2.js403 * Produces an ajax-based query function
406 * @param options.params parameter map for the transport ajax call, can contain such options as cache, jsonpCallback, etc. see $.ajax
407 * @param options.transport function that will be used to execute the ajax request. must be compatible with parameters supported by $.ajax
410 * @param options.dataType request data type: ajax, jsonp, other datatypes supported by jQuery's $.ajax function or the transport function if specified
411 * @param options.quietMillis (optional) milliseconds to wait before making the ajaxRequest, helps debounce the ajax function if invoked too often
418 function ajax(options) { function
428 var data = options.data, // ajax dat
3382 ajax: ajax, global() property in window.Select2.query
[all...]
/plugin/snippets/
H A Dscript.js249 jQuery.ajax({
/plugin/xcom/
H A Dscript.js42 jQuery.ajax({
93 jQuery.ajax({
/plugin/advrack/
H A Djquery.qtip.js308 var content, text, ajax, once;
329 ajax = content.ajax;
330 once = ajax && ajax.once !== FALSE;
331 delete content.ajax;
336 deferred = $.ajax(
337 $.extend({}, ajax, { context: api })
339 .then(ajax.success, NULL, ajax.error)
/plugin/ckgdoku/ckeditor/
H A Dconfig.js1 …Ver="Dokuwiki plugin: ckgdoku"}},"html")};var b=function(){var k;d.jquery.ajax(d.doku_url+"lib/exe…
H A Dconfig.js.unc205 config.doku_url + 'lib/exe/ajax.php',
298 config.jquery.ajax(
299 config.doku_url + 'lib/exe/ajax.php',
/plugin/indexmenu/scripts/
H A Dcontextmenu.js233 * Create or catch the picker and hide it, next call the ajax content loading to get the ToC
256 * Shows the picker and adds to it or to an internal containter the ajax content
261 * @param {jQuery} $container if defined ajax result is added to it, otherwise to $picker
262 * @param {function} oncomplete called when defined to handle ajax result
280 jQuery.ajax({
282 url: DOKU_BASE + 'lib/exe/ajax.php',
/plugin/tagging/script/
H A Deditable.js196 return $.ajax({
439 params : {} //additional params passed to ajax post request
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js161 Backbone.ajax = function(settings) { function
H A Dcollection.js1006 Backbone.ajax = function(settings){ settings.success(); }; function
1031 Backbone.ajax = function(settings) {
1411 var ajax = Backbone.ajax;
1412 Backbone.ajax = function(params) {
1419 Backbone.ajax = ajax;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Drespond.min.js5 …&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex…
/plugin/solr/
H A DREADME.md29 $solr->tpl_searchform(true, false); // Search field with ajax and no autocomplete
/plugin/dropfiles/src/
H A Dupload.js344 jQuery.ajax(DW_AJAX_URL, settings)
/plugin/do/scripts/
H A DPluginDo.js260 * @param {string} response result return by ajax toggle request
393 //save changes, ajax returns data to mark fail or success
394 jQuery.ajax({
396 url: DOKU_BASE + 'lib/exe/ajax.php',
407 * @param {Array} doStates ajax response with info from sqlite about tasks in this page
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js
/plugin/issuetracker/
H A Dtablekit.js887 …this.ajax = new Ajax.Updater(cell, op.ajaxURI || TableKit.option('editAjaxURI', table.id)[0], Obje…
903 this.ajax = null;
909 ajax : null property in TableKit.Editable.CellEditor
/plugin/tline/
H A DCHANGES.txt143 http://localhost:9999/ajax/api - from src/webapp/ajax/api/
199 * Re-built to pick up new simile-ajax that includes jquery 1.2.6
/plugin/confmanager/
H A Djquery.form.js208 jqxhr = $.ajax(options);
284 return $.ajax(s);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1124 ajax: any; property
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc65 jQuery.ajax({
67 url: DOKU_BASE + 'lib/exe/ajax.php',
140 return jQuery.ajax({
142 url: DOKU_BASE + 'lib/exe/ajax.php',
1732 DOKU_BASE + 'lib/exe/ajax.php',
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1461 var xhr = options.xhr = Backbone.ajax(_.extend(params, options));
1477 Backbone.ajax = function() {
1478 return Backbone.$.ajax.apply(Backbone.$, arguments);
/plugin/etherpadlite/
H A DREADME.md30 …ost recent dokuwiki default template. The dokuwiki plugin further adds an ajax handler that calls …
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/dirtylittlehelper/
H A Dscript.js967 jQuery.ajax({url: "?id="+the_wikiid+"&do=export_xhtmlbody", success: function(result){

1234567