Home
last modified time | relevance | path

Searched refs:hooks (Results 1 – 25 of 73) sorted by relevance

123

/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5hooks.run("before-highlight",l);if(i&&self.Worker){var c=new Worker(t.filename);c.onmessage=functi…
/plugin/behave/
H A Dbehave.js18 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];
116 if(hooks){
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js15 function hooks () { function
250 hooks.updateOffset(this);
344 hooks.deprecationHandler = null;
2380 hooks.ISO_8601 = function () {};
2383 hooks.RFC_2822 = function () {};
3349 inputString = this.isUtc() ? hooks.defaultFormatUtc : hooks.defaultFormat;
4488 hooks.version = '2.20.1';
4493 hooks.min = min;
4494 hooks.max = max;
4521 hooks.HTML5_FMT = {
[all …]
/plugin/codemirror/dist/modes/
H A Dclike.min.js1hooks||{},t=i.multiLineStrings,u=i.indentStatements!==false,v=i.indentSwitch!==false,w=i.namespace…
H A Dsql.min.js1hooks||{},n=c.dateSQL||{date:true,time:true,timestamp:true},o=c.backslashStringEscapes!==false,p=c…
H A Dd.min.js1hooks||{},k=c.multiLineStrings;var l=/[+\-*&%=<>!?|\/]/;var m;function n(a,b){var c=a.next();if(j[…
H A Dd.min.js.map1hooks","multiLineStrings","isOperatorChar","curPunc","tokenBase","stream","state","ch","next","res…
H A Dclike.min.js.map1hooks","multiLineStrings","indentStatements","indentSwitch","namespaceSeparator","isPunctuationCha…
H A Dverilog.min.js.map1hooks","words","str","obj","split","i","length","keywords","isOperatorChar","isBracketChar","unsig…
H A Dvhdl.min.js.map1hooks","`","$","multiLineStrings","keywords","blockKeywords","isOperatorChar","curPunc","tokenBase…
/plugin/geonav/tpl/startermap/css/
H A Dincludes.css3 * (added through "include hooks").
/plugin/autotabber/
H A Dtaboverride.js53 hooks = {};
497 extensions = hooks[hook] || [],
660 if (!hooks[hook]) {
661 hooks[hook] = [];
663 hooks[hook].push(func);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml17 github-hooks: true
/plugin/searchcombinedgoogle/
H A DREADME.md5 Here we go! This plugin hooks into the DokuWiki search and queries Google for your search word. It …
/plugin/abc2/abc-libraries/abc2svg/
H A Dtemper-1.js18 abc2svg.modules.hooks.push(abc2svg.temper.set_hooks);abc2svg.modules.temperament.loaded=true
H A Dsoloffs-1.js25 abc2svg.modules.hooks.push(abc2svg.soloffs.set_hooks);abc2svg.modules.soloffs.loaded=true
H A Dchordnames-1.js24 abc2svg.modules.hooks.push(abc2svg.chordnames.set_hooks)
H A Dcapo-1.js32 abc2svg.modules.hooks.push(abc2svg.capo.set_hooks);abc2svg.modules.capo.loaded=true
H A Dpedline-1.js30 abc2svg.modules.hooks.push(abc2svg.pedline.set_hooks)
H A Djazzchord-1.js62 abc2svg.modules.hooks.push(abc2svg.jazzchord.set_hooks)
H A Dbreak-1.js41 abc2svg.modules.hooks.push(abc2svg.break.set_hooks);abc2svg.modules.break.loaded=true
/plugin/reflect/
H A DREADME.md3 iReflect hooks into the sendfile mechanism (ATTENTION: this needs a hook in the fetch.php - describ…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19hooks=[];this.remove=[];this.reset=reset;this.running=false},Add:function(hook,priority){if(priori… argument
/plugin/dokuprism/prism/
H A Dprism.js3 var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(e){var n=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,r={},a={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(n){return n instanceof i?new i(n.type,e(n.content),n.alias):Array.isArray(n)?n.map(e):n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function e(n,t){var r,i;switch(t=t||{},a.util.type(n)){case"Object":if(i=a.util.objId(n),t[i])return t[i];for(var l in r={},t[i]=r,n)n.hasOwnProperty(l)&&(r[l]=e(n[l],t));return r;case"Array":return i=a.util.objId(n),t[i]?t[i]:(r=[],t[i]=r,n.forEach((function(n,a){r[a]=e(n,t)})),r);default:return n}},getLanguage:function(e){for(;e;){var t=n.exec(e.className);if(t)return t[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,t){e.className=e.className.replace(RegExp(n,"gi"),""),e.classList.add("language-"+t)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var n=document.getElementsByTagName("script");for(var t in n)if(n[t].src==e)return n[t]}return null}},isActive:function(e,n,t){for(var r="no-"+n;e;){var a=e.classList;if(a.contains(n))return!0;if(a.contains(r))return!1;e=e.parentElement}return!!t}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,n){var t=a.util.clone(a.languages[e]);for(var r in n)t[r]=n[r];return t},insertBefore:function(e,n,t,r){var i=(r=r||a.languages)[e],l={};for(var o in i)if(i.hasOwnProperty(o)){if(o==n)for(var s in t)t.hasOwnProperty(s)&&(l[s]=t[s]);t.hasOwnProperty(o)||(l[o]=i[o])}var u=r[e];return r[e]=l,a.languages.DFS(a.languages,(function(n,t){t===u&&n!=e&&(this[n]=l)})),l},DFS:function e(n,t,r,i){i=i||{};var l=a.util.objId;for(var o in n)if(n.hasOwnProperty(o)){t.call(n,o,n[o],r||o);var s=n[o],u=a.util.type(s);"Object"!==u||i[l(s)]?"Array"!==u||i[l(s)]||(i[l(s)]=!0,e(s,t,o,i)):(i[l(s)]=!0,e(s,t,null,i))}}},plugins:{},highlightAll:function(e,n){a.highlightAllUnder(document,e,n)},highlightAllUnder:function(e,n,t){var r={callback:t,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};a.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),a.hooks.run("before-all-elements-highlight",r);for(var i,l=0;i=r.elements[l++];)a.highlightElement(i,!0===n,r.callback)},highlightElement:function(n,t,r){var i=a.util.getLanguage(n),l=a.languages[i];a.util.setLanguage(n,i);var o=n.parentElement;o&&"pre"===o.nodeName.toLowerCase()&&a.util.setLanguage(o,i);var s={element:n,language:i,grammar:l,code:n.textContent};function u(e){s.highlightedCode=e,a.hooks.run("before-insert",s),s.element.innerHTML=s.highlightedCode,a.hooks.run("after-highlight",s),a.hooks.run("complete",s),r&&r.call(s.element)}if(a.hooks.run("before-sanity-check",s),(o=s.element.parentElement)&&"pre"===o.nodeName.toLowerCase()&&!o.hasAttribute("tabindex")&&o.setAttribute("tabindex","0"),!s.code)return a.hooks.run("complete",s),void(r&&r.call(s.element));if(a.hooks.run("before-highlight",s),s.grammar)if(t&&e.Worker){var c=new Worker(a.filename);c.onmessage=function(e){u(e.data)},c.postMessage(JSON.stringify({language:s.language,code:s.code,immediateClose:!0}))}else u(a.highlight(s.code,s.grammar,s.language));else u(a.util.encode(s.code))},highlight:function(e,n,t){var r={code:e,grammar:n,language:t};if(a.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=a.tokenize(r.code,r.grammar),a.hooks
[all...]
/plugin/advanced/lang/en/config/
H A Dhooks.txt3 Include hooks allow you to add additional HTML or PHP to the template without modifying any of the …

123