Home
last modified time | relevance | path

Searched refs:renderers (Results 1 – 25 of 28) sorted by relevance

12

/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php86 $renderers = $this->environment->getRenderersForClass(\get_class($node));
88 foreach ($renderers as $renderer) {
/plugin/components/lib/
H A Daction_manager.php25 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 Dentities.txt13 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 Dentities.txt12 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 Ddhtmlxgantt_smart_rendering.js194 _redrawItems: function(renderers, visibleItems){ argument
201 for(var r = 0; r < renderers.length; r++){
202 var render = renderers[r];
H A Ddhtmlxgantt_keyboard_navigation.js286 gantt._smart_render._redrawTasks = function(renderers, items){ argument
/plugin/divalign2/
H A DREADME6 ODT and text-mode renderers, as well as a toolbar picker.
/plugin/components/
H A DREADME.md63 ## Action handlers and renderers
64 See lib/action.php for the definitions of the action handlers, renderers. These handlers must
/plugin/changes/
H A Dsyntax.php103 static $renderers = ['list', 'pagelist'];
125 if (in_array($match[1], $renderers)) {
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md176 - 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 DREADME.md99 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 Ddhtmlxgantt_smart_rendering.js.map1renderers","visibleItems","shouldBeVisible","alreadyVisible","render","rendered","node","parentNod…
H A Ddhtmlxgantt_keyboard_navigation.js.map1renderers","items","focusedItemVisible","start_date","item","nodeConstructor","oldId","newId","int…
/plugin/edittable/script/
H A Deditor.js243 Handsontable.renderers.TextRenderer.apply(this, arguments);
/plugin/siteexport/
H A DREADME.md82 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 Dholder.min.js12renderers.join(",").indexOf(c.renderer)&&(c.renderer=J.setup.supportsSVG?"svg":J.setup.supportsCan…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js10306 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 Ddhtmlxgantt.js13renderers:{},container:i,filters:[],getLayers:function(){this._add();var t=[];for(var e in this.re… property in t.exports.u
H A Ddhtmlxgantt.js.map1renderers","render_items","update_items","skipRepaint","onUpdateRequest","change_id","refreshId","…
/plugin/edittable/lib/
H A Dhandsontable.full.js36346 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 DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1renderers, options = {}) {\n const modelProvider = () => this.model;\n const pagedRe…

12