| /plugin/sequencediagram/bower_components/snap.svg/doc/js/ |
| D | prism.js | 5 …hooks.run("before-highlight",l);if(i&&self.Worker){var c=new Worker(t.filename);c.onmessage=functi…
|
| /plugin/behave/ |
| D | behave.js | 18 var hooks = {}; 26 if(!hooks[theHook]){ 27 hooks[theHook] = []; 29 hooks[theHook].push(fn); 32 if(!hooks[hookName]){ 33 hooks[hookName] = []; 35 hooks[hookName].push(fn); 39 if(hooks[hookName]){ 40 return hooks[hookName]; 113 var hooks = BehaveHooks.get(hookName); [all …]
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 15 function hooks () { function 188 var momentProperties = hooks.momentProperties = []; 250 hooks.updateOffset(this); 295 if (hooks.suppressDeprecationWarnings === false && 305 if (hooks.deprecationHandler != null) { 306 hooks.deprecationHandler(null, msg); 334 if (hooks.deprecationHandler != null) { 335 hooks.deprecationHandler(name, msg); 343 hooks.suppressDeprecationWarnings = false; 344 hooks.deprecationHandler = null; [all …]
|
| /plugin/codemirror/dist/modes/ |
| D | clike.min.js | 1 …hooks||{},t=i.multiLineStrings,u=i.indentStatements!==false,v=i.indentSwitch!==false,w=i.namespace… property
|
| D | sql.min.js | 1 …hooks||{},n=c.dateSQL||{date:true,time:true,timestamp:true},o=c.backslashStringEscapes!==false,p=c… property
|
| D | d.min.js | 1 …hooks||{},k=c.multiLineStrings;var l=/[+\-*&%=<>!?|\/]/;var m;function n(a,b){var c=a.next();if(j[… property
|
| D | d.min.js.map | 1 …hooks","multiLineStrings","isOperatorChar","curPunc","tokenBase","stream","state","ch","next","res…
|
| /plugin/jsontable/script/ |
| D | jsontable.js | 66 Handsontable.hooks.once('afterChange', function() { 77 Handsontable.hooks.add('afterUnlisten', function () {
|
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/ |
| D | runtime.js | 78 hooks: this.hooks, property 276 container.hooks = {}; 289 container.hooks = options.hooks;
|
| D | helpers.js | 21 instance.hooks[helperName] = instance.helpers[helperName];
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/ |
| D | runtime.js | 63 hooks: this.hooks, property 214 container.hooks = {}; 225 container.hooks = options.hooks;
|
| D | helpers.js | 37 instance.hooks[helperName] = instance.helpers[helperName];
|
| /plugin/geonav/tpl/startermap/css/ |
| D | includes.css | 3 * (added through "include hooks").
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/ |
| D | runtime.js | 80 hooks: this.hooks, property 231 container.hooks = {}; 242 container.hooks = options.hooks;
|
| D | helpers.js | 50 instance.hooks[helperName] = instance.helpers[helperName];
|
| /plugin/autotabber/ |
| D | taboverride.js | 53 hooks = {}; 497 extensions = hooks[hook] || [], 660 if (!hooks[hook]) { 661 hooks[hook] = []; 663 hooks[hook].push(func);
|
| /plugin/searchcombinedgoogle/ |
| D | README.md | 5 Here we go! This plugin hooks into the DokuWiki search and queries Google for your search word. It …
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | temper-1.js | 18 abc2svg.modules.hooks.push(abc2svg.temper.set_hooks);abc2svg.modules.temperament.loaded=true
|
| D | soloffs-1.js | 25 abc2svg.modules.hooks.push(abc2svg.soloffs.set_hooks);abc2svg.modules.soloffs.loaded=true
|
| D | chordnames-1.js | 24 abc2svg.modules.hooks.push(abc2svg.chordnames.set_hooks)
|
| D | capo-1.js | 32 abc2svg.modules.hooks.push(abc2svg.capo.set_hooks);abc2svg.modules.capo.loaded=true
|
| /plugin/diagramsnet/lib/math/ |
| D | MathJax.js | 19 …hooks=[];this.remove=[];this.reset=reset;this.running=false},Add:function(hook,priority){if(priori… argument
|
| /plugin/zwidoku/files/ |
| H A D | MathJax.js | 19 …hooks=[];this.remove=[];this.reset=reset;this.running=false},Add:function(hook,priority){if(priori… argument
|
| /plugin/reflect/ |
| D | README.md | 3 iReflect hooks into the sendfile mechanism (ATTENTION: this needs a hook in the fetch.php - describ…
|
| /plugin/dokuprism/prism/ |
| D | prism.js | 3 …hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelecto… 4 …kup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(functi… 21 …continuation"),i.title.inside.rest=e("macro inline replacement entity"),t.hooks.add("wrap",(functi… 48 …hooks.add("before-tokenize",(function(e){o.buildPlaceholders(e,"django",n)})),e.hooks.add("after-t… 53 …cript}},a.hooks.add("before-tokenize",(function(e){a.languages["markup-templating"].buildPlacehold… 58 …hooks.add("before-tokenize",(function(n){e.languages["markup-templating"].buildPlaceholders(n,"erb… 65 …,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},Prism.hooks.add("after-tokeniz… 68 …hooks.add("before-tokenize",(function(e){a.languages["markup-templating"].buildPlaceholders(e,"han… 82 …(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)})),e.hooks.add("after-tokeniz… 94 …hooks.run("before-tokenize",a),a.tokens=e.tokenize(a.code,a.grammar),e.hooks.run("after-tokenize",… [all …]
|