Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 226) sorted by relevance

12345678910

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php9 * commands and even generates a help text from this setup.
17 protected $setup; variable in splitbrain\\phpcli\\Options
51 $this->setup = array(
81 $this->setup['']['help'] = $help;
91 $this->setup['']['commandhelp'] = $help;
117 if (!isset($this->setup[$command])) {
121 $this->setup[$command]['args'][] = array(
139 if (isset($this->setup[$command])) {
143 $this->setup[$command] = array(
163 if (!isset($this->setup[
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js89 setup: { class in AmCharts._this
176 _this.setup.chart.containerDiv.removeChild( _this.setup.wrapper );
352 x1: ( _this.setup.fabric.width / 2 ) - ( _this.setup.fabric.width / 10 ),
353 x2: ( _this.setup.fabric.width / 2 ) + ( _this.setup.fabric.width / 10 ),
1080 _this.setup.chart.containerDiv.appendChild( _this.setup.wrapper );
1116 _this.setup.wrapper.appendChild( _this.setup.canvas );
1117 _this.setup.fabric = new fabric.Canvas( _this.setup.canvas, _this.deepMerge( {
2440 addField( _this.setup.chart.categoryField, _this.setup.chart.categoryAxis.title );
2855 return _this.setup.menu;
2930 crawler( setup );
[all …]
H A Dexport.min.js1setup:{chart:a,hasBlob:!1,wrapper:!1},drawing:{enabled:!1,undos:[],redos:[],buffer:{position:{x1:0… class in AmCharts.c
2setup.wrapper.setAttribute("class",c.setup.chart.classNamePrefix+"-export-canvas active dropbox");…
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php11 * Additional OpenAI models just overwrite the $setup array
25 protected static $setup = [ variable in dokuwiki\\plugin\\aichat\\Model\\OpenAI\\GPT35Turbo
58 return self::$setup['embedding'][1];
64 return self::$setup['chat'][1];
70 return self::$setup['rephrase'][1];
77 'model' => self::$setup['embedding'][0],
88 return $this->getChatCompletion($messages, self::$setup['chat'][0]);
94 return $this->getChatCompletion($messages, self::$setup['rephrase'][0]);
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc25 function setupCells( setup ) {
27 var fieldValue = setup( cells[ 0 ] );
32 if ( setup( cells[ i ] ) !== fieldValue ) {
39 // when setup returns some value. Otherwise, a *default* value
99 setup: setupCells( function( element ) {
133 setup: setupCells( function( selectedCell ) {
147 setup: setupCells( function( selectedCell ) {
166 setup: setupCells( function( element ) {
206 if ( !field.setup || !field.commit )
209 // Save field's value every time after "setup" is called.
[all …]
H A DtableCell.js1setup:i(function(n){var o=n.getAttribute("align"),m=n.getStyle("text-align");return m||o||""}),com…
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1setup:function(l){var n=parseInt(l.getAttribute("width"),10),m=parseInt(l.getStyle("width"),10);!i…
H A DtableCell.js.unc58 setup: function( element ) {
89 setup: function( selectedCell ) {
109 setup: function( element ) {
152 setup: function( selectedCell ) {
166 setup: function( selectedCell ) {
185 setup: function( element ) {
210 setup: function( element ) {
259 setup: function( element ) {
/plugin/textrotate/_test/
H A Dsyntax.test.php11 public function setup() { function in plugin_textrotate_syntax_test
12 parent::setup();
/plugin/strata/_test/
H A Dquery_sort.test.php12 function setup() { function in query_sort_test
13 parent::setup();
H A Dquery_sort_optional.test.php12 function setup() { function in query_sort_optional_test
13 parent::setup();
H A Dquery_operators_numeric_optional.test.php12 function setup() { function in query_operators_numeric_optional_test
13 parent::setup();
H A Dquery_operators_numeric.test.php12 function setup() { function in query_operators_numeric_test
13 parent::setup();
H A Dquery_operators.test.php12 function setup() { function in query_operators_test
13 parent::setup();
/plugin/imagecarousel/_test/
H A Dparse.test.php8 public function setup() { function in plugin_imagecarousel_parse_test
10 parent::setup();
/plugin/emoji/_test/
H A Demoji_syntax.test.php7 function setup() { function in emoji_syntax_test
9 parent::setup();
H A Demoji_conflicts.test.php7 function setup() { function in emoji_conflicts_test
9 parent::setup();
/plugin/const/_test/
H A Dcalculation.test.php8 public function setup() { function in plugin_const_calculation_test
10 parent::setup();
/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php10 public function setup() { function in plugin_indextitleonly_test
13 parent::setup();
/plugin/inlineedit/_test/
H A Dsyntax.test.php8 public function setup() { function in plugin_inlineedit_syntax_test
11 parent::setup();
/plugin/rowmove/_test/
H A Dsyntax.test.php8 public function setup() { function in plugin_rowmove_syntax_test
11 parent::setup();
/plugin/ajaxedit/_test/
H A Dhelper.test.php9 public function setup() { function in plugin_ajax_helper_test
11 parent::setup();
/plugin/commentsyntax/_test/
H A Dsyntax.test.php19 public function setup() : void function in plugin_commentsyntax_test
22 parent::setup();
/plugin/tag/_test/
H A Dtopic_tag.test.php7 function setup() : void { function in topic_tag_test
10 parent::setup();
/plugin/tagadd/_test/
H A Dajax.test.php15 public function setup() { function in dokuwiki\\plugin\\tagadd\\test\\plugin_tagadd_ajax_test
20 parent::setup();

12345678910