/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | HtmlRenderer.php |
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/ |
H A D | DWRenderer.php | 86 $renderers = $this->environment->getRenderersForClass(\get_class($node)); 88 foreach ($renderers as $renderer) {
|
/plugin/components/lib/ |
H A D | action_manager.php | 25 private $renderers = array(); variable in Doku_Action_Manager 51 $this->renderers[] = $class; 90 $this->renderers = array(); 100 $this->renderer = $this->unique($this->renderers, $action);
|
/plugin/confmanager/lang/en/ |
H A D | entities.txt | 13 Even though by default it is used with simple character replacements only, the entity system can also be used to insert more complex constructs into your pages. This includes HTML. However you should be aware that doing so is bound to break when used in combination with non-HTML renderers.
|
/plugin/confmanager/lang/nl/ |
H A D | entities.txt | 12 Hoewel het standaard alleen wordt gebruikt voor simpele tekstvervanging, kan het entiteitensysteem ook worden gebruikt om meer ingewikkelde constructies in te voegen in je pagina. Inclusief HTML. Hoewel je bewust moet zijn dat dit beperkt is doordat het stuk gaat als het wordt gebruikt in combinatie met andere niet-HTML renderers.
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_smart_rendering.js | 194 _redrawItems: function(renderers, visibleItems){ argument 201 for(var r = 0; r < renderers.length; r++){ 202 var render = renderers[r];
|
H A D | dhtmlxgantt_keyboard_navigation.js | 286 gantt._smart_render._redrawTasks = function(renderers, items){ argument
|
/plugin/divalign2/ |
H A D | README | 6 ODT and text-mode renderers, as well as a toolbar picker.
|
/plugin/components/ |
H A D | README.md | 63 ## Action handlers and renderers 64 See lib/action.php for the definitions of the action handlers, renderers. These handlers must
|
/plugin/changes/ |
H A D | syntax.php | 103 static $renderers = ['list', 'pagelist']; 125 if (in_array($match[1], $renderers)) {
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
H A D | CHANGELOG.md | 176 - Added new `HtmlDecorator` class which can wrap existing renderers with additional HTML tags 394 - `BlockRendererInterface` and `InlineRendererInterface` were replaced by `NodeRendererInterface` with slightly different parameters. All core renderers now implement this interface.
|
H A D | README.md | 99 Custom parsers/renderers can be bundled into extensions which extend CommonMark. Here are some that you may find interesting:
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_smart_rendering.js.map | 1 …renderers","visibleItems","shouldBeVisible","alreadyVisible","render","rendered","node","parentNod…
|
H A D | dhtmlxgantt_keyboard_navigation.js.map | 1 …renderers","items","focusedItemVisible","start_date","item","nodeConstructor","oldId","newId","int…
|
/plugin/edittable/script/ |
H A D | editor.js | 243 Handsontable.renderers.TextRenderer.apply(this, arguments);
|
/plugin/siteexport/ |
H A D | README.md | 82 By default the engine of the DokuWiki. This allows exporting the pages with other renderers, e.g. t…
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | holder.min.js | 12 …renderers.join(",").indexOf(c.renderer)&&(c.renderer=J.setup.supportsSVG?"svg":J.setup.supportsCan…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 10306 renderers[i].clear(); 22766 renderers: {}, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f20400.layerFactory.renderGroup 22773 for (var i in this.renderers) { 22774 res.push(this.renderers[i]); 22779 return this.renderers[id]; 22859 for (var i in this.renderers) { 22860 code(this.renderers[i]); 22864 if(!this.renderers[id]) 22867 delete this.renderers[id]; 22870 for (var i in this.renderers) { [all …]
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …renderers:{},container:i,filters:[],getLayers:function(){this._add();var t=[];for(var e in this.re… property in t.exports.u
|
H A D | dhtmlxgantt.js.map | 1 …renderers","render_items","update_items","skipRepaint","onUpdateRequest","change_id","refreshId","…
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 36346 Handsontable.renderers = {}; 36352 Handsontable.renderers.cellDecorator = renderer; 36354 Handsontable.renderers[stringHelpers.toUpperCaseFirst(rendererName) + 'Renderer'] = renderer; 36357 Handsontable.renderers.registerRenderer = _renderers.registerRenderer; 36358 Handsontable.renderers.getRenderer = _renderers.getRenderer;
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …renderers, options = {}) {\n const modelProvider = () => this.model;\n const pagedRe…
|