Home
last modified time | relevance | path

Searched refs:code (Results 2076 – 2100 of 2534) sorted by relevance

1...<<81828384858687888990>>...102

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js743 var code = (evt.which) ? evt.which : evt.keyCode;
744 if (code == Event.KEY_RETURN) /* ENTER key */
766 var code = (evt.which) ? evt.which : evt.keyCode
767 if (code == 38 && (is_gecko || is_ie || is_opera || is_webkit)) // up arrow key
781 else if (code == 40 && (is_gecko || is_ie || is_opera || is_webkit)) // down arrow key
794 else if (code == 9) /* TAB key */
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as230 trace(("netStatusHandler: " + e.info.code));
231 …Event(new JplayerEvent(JplayerEvent.DEBUG_MSG,myStatus,"netStatusHandler: '" + e.info.code + "'"));
233 switch (e.info.code)
283 …// Under RTMP, this event code occurs every time the media starts playing and when a new position …
316 …// "NetStream.Seek.Notify" event code is not very useful. It occurs after every seek(t) command is…
941 if (infoObject.code == "NetStream.Play.Complete")
/plugin/openlayersmapoverlays/
H A DLICENSE.txt27 1. Redistributions of source code must retain the above copyright notice, this
/plugin/contactmodern/
H A DREADME.textile44 p. The integration is the same as in the plugin by Baddeley. Simply use this code:
/plugin/exttab1/
H A Dsyntax.php104 @var $mytable the code that will be inserted into the document
/plugin/matomo/
H A DREADME.md4 This is a plugin for DokuWiki (https://www.dokuwiki.org). In integrates a editable tracking code or…
/plugin/acronym/
H A DREADME28 2010-10-19: 1 hour: cleanup code, remove misleading configuration setting
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js49 this.code = this[this.name = type];
/plugin/deletepagebutton/
H A DREADME.md65 Source code and support for this plugin can be found at
/plugin/dokucrypt2/
H A DREADME.md40 * 2022-02-02: Preparatory fixes/testing for PHP 8. Improvements for code style PSRs.
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js299 error({code: App.ERROR_BUSY});
/plugin/snow/
H A DLICENSE.md31 * Redistributions of source code must retain the above copyright notice, this
/plugin/addnewpage/
H A DREADME.md30 Source code and support for this plugin can be found at
/plugin/geophp/
H A DLICENCE
/plugin/struct/renderer/
H A Dcsv.php183 public function code($text, $lang = null, $file = null) function in renderer_plugin_struct_csv
/plugin/offline/ui/dokuwiki/
H A Dprint.css1 …or:Black;overflow:visible;}pre.code{font-size:8pt;padding:0.5em;border:1px dashed #000;color:Black… selector
/plugin/prosemirror/
H A Drenderer.php338 public function code($text, $lang = null, $file = null) function in renderer_plugin_prosemirror
342 $node->attr('class', 'code ' . $lang);
352 $this->code($text, $lang, $file);
692 $this->marks['code'] = 1;
698 if (isset($this->marks['code'])) {
699 unset($this->marks['code']);
/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))},highligh property in r
67 !function(n){n.languages.haml={"multiline-comment":{pattern:/((?:^|\r?\n|\r)([\t ]*))(?:\/|-#).*(?:(?:\r?\n|\r)\2[\t ].+)*/,lookbehind:!0,alias:"comment"},"multiline-c global() class in n.languages.haml
94 !function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,a=r.inside["interpolation-punctuation"],i=r.pattern.source;function o(t,r){ global() property in p.a
110 Prism.languages.mel={comment:{pattern:/\/\/.*|\/\*[\s\S]*?\*\//,greedy:!0},code:{pattern:/`(?:\\.|[^\\`])*`/,greedy:!0,alias:"italic",inside:{delimiter:{pattern global() class in Prism.languages.mel
134 !function(e){e.languages.pug={comment:{pattern:/(^([\t ]*))\/\/.*(?:(?:\r?\n|\r)\2[\t ].+)*/m,lookbehind:!0},"multiline-script":{pattern:/(^([\t ]*)script\b.*\.[\t global() property in e.languages.pug
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css2178 .monaco-hover .code,
2183 .monaco-hover code {
2196 .monaco-hover .code:first-child,
2202 .monaco-hover .code:last-child,
2223 .monaco-hover code {
2258 .monaco-hover .hover-contents a.code-link:before {
2261 .monaco-hover .hover-contents a.code-link:after {
2265 .monaco-hover .hover-contents a.code-link {
2268 .monaco-hover .hover-contents a.code-link > span {
2576 .monaco-editor .suggest-widget > .details p code {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css2178 .monaco-hover .code,
2183 .monaco-hover code {
2196 .monaco-hover .code:first-child,
2202 .monaco-hover .code:last-child,
2223 .monaco-hover code {
2258 .monaco-hover .hover-contents a.code-link:before {
2261 .monaco-hover .hover-contents a.code-link:after {
2265 .monaco-hover .hover-contents a.code-link {
2268 .monaco-hover .hover-contents a.code-link > span {
2576 .monaco-editor .suggest-widget > .details p code {
[all …]
/plugin/fetchmedia/
H A Dyarn.lock187 babel-code-frame@^6.22.0:
199 babel-code-frame "^6.22.0"
638 babel-code-frame "^6.22.0"
903 code-point-at@^1.0.0:
905 …resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a…
1295 babel-code-frame "^6.22.0"
1831 is-fullwidth-code-point@^1.0.0:
1837 is-fullwidth-code-point@^2.0.0:
2845 code-point-at "^1.0.0"
2846 is-fullwidth-code-point "^1.0.0"
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock29 "@webassemblyjs/helper-code-frame@1.8.5":
31 …resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.…
138 "@webassemblyjs/helper-code-frame" "1.8.5"
562 code-point-at@^1.0.0:
564 …resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a…
1387 is-fullwidth-code-point@^1.0.0:
1389 …resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz…
1393 is-fullwidth-code-point@^2.0.0:
2452 code-point-at "^1.0.0"
2453 is-fullwidth-code-point "^1.0.0"
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php42 * together with ideas from the OpenOffice source code and others.
3571 foreach ($subset as $code) {
3572 if (isset($this->charToGlyph[$code])) {
3573 $subsetglyphs[$this->charToGlyph[$code]] = $code; // Old Glyph ID => Unicode
3574 $subsetCharToGlyph[$code] = $this->charToGlyph[$code]; // Unicode to old GlyphID
3576 $this->maxUni = max($this->maxUni, $code);
3584 $fsLastCharIndex = 0; // maximum Unicode index (character code) in this font, according to the cmap subtable for platform ID 3 and platform- specific encoding ID 0 or 1.
4114 foreach ($subset as $code) {
[all...]
/plugin/eventum/XML/
H A DRPC.php558 function raiseError($msg, $code) argument
562 return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
564 return PEAR::raiseError('XML_RPC: ' . $msg, $code);
/plugin/codeprettify/code-prettify/
H A DCOPYING28 including but not limited to software source code, documentation
33 not limited to compiled object code, generated documentation,
57 communication on electronic mailing lists, source code control systems,

1...<<81828384858687888990>>...102