Home
last modified time | relevance | path

Searched refs:mode (Results 1901 – 1925 of 2447) sorted by last modified time

1...<<71727374757677787980>>...98

/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css2 * Drawing 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"…
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.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;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
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…
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 …]
/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.js.map1mode","mask","NUMERIC_REGEXP","ALPHANUMERIC_OUT_REGEXP","validatedata","getmaxdatalen","generate",…
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=…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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=…
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,
/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/authg2fa/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/namespacemessage/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/ldapsearch/
H A Dsyntax.php148 function render($mode, &$renderer, $indata) { argument
149 if($mode == 'xhtml'){
166 // unsupported $mode
/plugin/changemarks/
H A Dinserted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<ins[^\r\n]*?>(?=.*?</ins>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\+\+[^\r\n]*?>(?=.*?\+\+)', $mode, $this->ins);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode == 'xhtml') {
85 if ($mode == 'odt') {
H A Dhighlighted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('\!\![^\r\n]*?>(?=.*?\!\!)', $mode, $this->ins);
64 function render($mode, Doku_Renderer $renderer, $data) { argument
66 if (($mode == 'xhtml') && (is_array($data))) {
82 if ($mode == 'odt') {
H A Ddeleted.php27 function connectTo($mode) { argument
28 $this->Lexer->addEntryPattern('<del[^\r\n]*?>(?=.*?</del>)', $mode, $this->ins);
29 $this->Lexer->addEntryPattern('\-\-[^\r\n]*?>(?=.*?\-\-)', $mode, $this->ins);
67 function render($mode, Doku_Renderer $renderer, $data) { argument
69 if ($mode == 'xhtml') {
85 if ($mode == 'odt') {
/plugin/unformattedcode/
H A Dsyntax.php32 function connectTo($mode) { argument
33 …$this->Lexer->addEntryPattern('\x22\x22(?=.*\x22\x22)',$mode,'plugin_unformattedcode'); // ""code""
35 …$this->Lexer->addEntryPattern('\x27\x27(?=.*\x27\x27)',$mode,'plugin_unformattedcode'); // ''code''
66 function render($mode, Doku_Renderer $renderer, $indata) { argument
71 if($mode == 'xhtml'){
/plugin/relativetimehelper/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/fontsize2/
H A Dsyntax.php36 public function connectTo($mode) { argument
37 $this->Lexer->addEntryPattern('(?i)<fs(?: .+?)?>(?=.+</fs>)',$mode,'plugin_fontsize2');
/plugin/csstimeline/
H A Dsyntax.php59 function connectTo($mode) { argument
60 $this->Lexer->addSpecialPattern($this->_helper->specialPattern,$mode,'plugin_csstimeline');
76 function render($mode, Doku_Renderer $renderer, $data) { argument
80 if($mode == 'xhtml') {
/plugin/authorlist/
H A DCOPYING314 when it starts in an interactive mode:
H A Dsyntax.php93 function render($mode, Doku_Renderer $renderer, $data) { argument
95 if($mode == 'xhtml' && !$data['off']){
/plugin/authyubikey/lib/
H A DREADME56 two-factor mode. It requires a database to store the username and

1...<<71727374757677787980>>...98