Home
last modified time | relevance | path

Searched refs:mode (Results 76 – 100 of 2447) sorted by path

12345678910>>...98

/plugin/alertbox/
H A Dsyntax.php18 …function connectTo($mode) { $this->Lexer->addEntryPattern('<alert.*?>(?=.*?</alert>)',$mode,'plugi… argument
45 function render($mode, &$renderer, $data) { argument
46 if($mode == 'xhtml'){
/plugin/allowindentation/
H A Dsyntax.php67 * @param string $mode Parser mode
69 public function connectTo($mode) argument
71 $this->Lexer->addSpecialPattern('\n (?![\*\-])', $mode, 'plugin_allowindentation');
72 $this->Lexer->addSpecialPattern('\n\t(?![\*\-])', $mode, 'plugin_allowindentation');
102 * @param string $mode Renderer mode (supported modes: xhtml)
108 public function render($mode, Doku_Renderer $renderer, $data) argument
/plugin/alphaindex/
H A Dsyntax.php42 function connectTo($mode) { argument
43 $this->Lexer->addSpecialPattern('{{alphaindex>.+?}}',$mode,'plugin_alphaindex');
92 function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml'){
/plugin/alphalist/
H A Dsyntax.php22 function connectTo($mode) { argument
23 $this->Lexer->addSpecialPattern('\[alphalist.*?\]',$mode,'plugin_alphalist');
126 function render($mode, Doku_Renderer $renderer, $data) { argument
128 if($mode == 'xhtml') {
/plugin/alphalist2/
H A Dsyntax.php17 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<alphalist.*?>(?=.*?</alphalist>… argument
38 public function render($mode, Doku_Renderer $renderer, $data) { argument
40 if($mode == 'xhtml'){
/plugin/amazon/
H A Dsyntax.php38 function connectTo($mode) { argument
39 $this->Lexer->addSpecialPattern('\{\{amazon>[\w:\\- =]+\}\}',$mode,'plugin_amazon');
40 $this->Lexer->addSpecialPattern('\{\{wishlist>[\w:\\- =]+\}\}',$mode,'plugin_amazon');
41 $this->Lexer->addSpecialPattern('\{\{amazonlist>[\w:\\- =]+\}\}',$mode,'plugin_amazon');
203 function render($mode, Doku_Renderer $renderer, $data) { argument
204 if($mode != 'xhtml') return false;
/plugin/amazonlight/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php48 * @param string $mode Parser mode
50 public function connectTo($mode) argument
52 $this->Lexer->addSpecialPattern('\{\{amazon>[\w:\\- =]+\}\}', $mode, 'plugin_amazonlight');
98 public function render($mode, Doku_Renderer $renderer, $data) argument
100 if ($mode !== 'xhtml') {
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md409 "annotation" mode instead by including `"action": "draw"` instead.
451 Now, when you turn on the annotation mode, your own submenu will display,
492 annotation mode.
503 "width": 2, // Width of the pencil and line when entering the annotation mode
509 "opacity": 1, // Opacity of the pencil, line, text and shapes when entering the annotation mode
512 "menu": [ ... ], // Shown menu when entering the annotation mode
514 …"mode": "pencil", // Drawing mode when entering the annotation mode "pencil", "line" and "arrow" a…
518 "autoClose": true // Flag to automatically close the annotation mode after download
608 action | Set to "draw" if you want the item to trigger annotation mode
974 * Fixed: Drag&Drop feature does not activate automatically the annotation mode
[all …]
H A Dexport.css2 * Drawing mode
H A Dexport.js223 if ( cfg.mode ) {
224 _this.drawing.mode = cfg.mode;
476 mode: "pencil", property in AmCharts._this.defaults.fabric.drawing
1143 …if ( !_this.drawing.buffer.isSelected && _this.drawing.mode != "pencil" && ( p.xD > 5 || p.xD > 5 …
1152 arrow: _this.drawing.mode == "line" ? false : _this.drawing.arrow,
2674 tmp.click = ( function( mode ) { argument
2676 _this.drawing.mode = mode;
H A Dexport.min.js1mode&&(c.drawing.mode=e.mode),e.width&&(c.drawing.width=e.width,c.drawing.fontSize=3*e.width),e.fo…
2 ….label.draw.modes."+p[g]),q.click=function(a){return function(){c.drawing.mode=a}}(p[g]),q["class"…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js5570 var mode = 'SourceAlpha', fBoxX = 40, fBoxY = 40;
5573 mode = 'SourceGraphic';
5586 '\t<feGaussianBlur in="' + mode + '" stdDeviation="' +
18885 this.mode = options.mode || 'multiply';
18933 switch (this.mode) {
18988 mode: this.mode,
H A Dfabric.min.js4mode="SourceAlpha",fBoxX=40,fBoxY=40;if(object&&(object.fill===this.color||object.stroke===this.co…
11mode=options.mode||"multiply";this.alpha=options.alpha||1},applyTo:function(canvasEl){var context=…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js3001 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
3343 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
6249 state.mode = HEAD;
6474 if (state.mode === TYPE) { state.mode = TYPEDO; } /* skip check */
6594 state.mode = TIME;
6621 state.mode = OS;
6715 state.mode = NAME;
7161 state.mode = LEN;
7415 state.mode = LEN;
7511 state.mode = MEM;
[all …]
H A Djszip.min.js13mode=d;break a}a.msg="invalid literal/length code",e.mode=c;break a}x=65535&v,w&=15,w&&(w>q&&(p+=B…
14mode=hb;break}if(32&rb){c.back=-1,c.mode=V;break}if(64&rb){a.msg="invalid literal/length code",c.m…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js15377 switch (mode) {
15388 switch (mode) {
15407 switch (mode) {
15464 pack(mode, 4);
15467 switch (mode) {
15839 var mode = options.mode ? MODES[options.mode.toLowerCase()] : -1;
15842 if (mode < 0) {
20985 if (mode < exports.DEFLATE || mode > exports.UNZIP)
20988 this.mode = mode;
21006 if (this.mode === exports.GZIP || this.mode === exports.GUNZIP)
[all …]
H A Dpdfmake.min.js9 …;e=e||{};var i=e.version||-1,o=r[(e.eccLevel||"L").toUpperCase()],a=e.mode?n[e.mode.toLowerCase()]…
11mode=t,this.init_done=!1,this.write_in_progress=!1,this.pending_close=!1,this.windowBits=0,this.le…
12mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=…
H A Dpdfmake.min.js.map1mode","mask","NUMERIC_REGEXP","ALPHANUMERIC_OUT_REGEXP","validatedata","getmaxdatalen","generate",…
/plugin/amcharts/
H A Dsyntax.php35 * @param string $mode Parser mode
37 public function connectTo($mode) { argument
38 $this->Lexer->addSpecialPattern('<amchart.+?</amchart>',$mode,'plugin_amcharts');
81 * @param string $mode Renderer mode (supported modes: xhtml)
86 public function render($mode, Doku_Renderer $renderer, $data) { argument
87 if($mode != 'xhtml') return false;
/plugin/anewssystem/
H A Dsyntax.php39 function connectTo($mode){ argument
40 $this->Lexer->addSpecialPattern('\{\{anss>[^}]*\}\}',$mode,'plugin_anewssystem');
74 function render($mode,Doku_Renderer &$renderer, $ans_conf) { argument
/plugin/annotate/
H A Danno.php48 public function connectTo($mode) { argument
50 '<@anno:\d\d?>(?=.*?</@anno>)',$mode,
54 '<@anno:\[\d\d?;;\w+\]>(?=.*?</@anno>)',$mode,
58 '<anno:\d\d?>.*?</anno>',$mode,'plugin_annotate_anno');
104 function render($mode, Doku_Renderer $renderer, $data) { argument
106 if($mode == 'xhtml'){
/plugin/appendtoquery/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/approve/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/approve/action/
H A Dcache.php32 if($cache->mode != 'xhtml') return;

12345678910>>...98