/plugin/upgrade/vendor/splitbrain/php-cli/src/ |
H A D | Options.php | 9 * 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 D | export.js | 89 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 D | export.min.js | 1 …setup:{chart:a,hasBlob:!1,wrapper:!1},drawing:{enabled:!1,undos:[],redos:[],buffer:{position:{x1:0… class in AmCharts.c 2 …setup.wrapper.setAttribute("class",c.setup.chart.classNamePrefix+"-export-canvas active dropbox");…
|
/plugin/aichat/Model/OpenAI/ |
H A D | GPT35Turbo.php |
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js.unc | 25 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 D | tableCell.js | 1 …setup: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 D | tableCell.js | 1 …setup:function(l){var n=parseInt(l.getAttribute("width"),10),m=parseInt(l.getStyle("width"),10);!i…
|
H A D | tableCell.js.unc | 58 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 D | syntax.test.php | 11 public function setup() { function in plugin_textrotate_syntax_test 12 parent::setup();
|
/plugin/strata/_test/ |
H A D | query_sort.test.php | 12 function setup() { function in query_sort_test 13 parent::setup();
|
H A D | query_sort_optional.test.php | 12 function setup() { function in query_sort_optional_test 13 parent::setup();
|
H A D | query_operators_numeric_optional.test.php | 12 function setup() { function in query_operators_numeric_optional_test 13 parent::setup();
|
H A D | query_operators_numeric.test.php | 12 function setup() { function in query_operators_numeric_test 13 parent::setup();
|
H A D | query_operators.test.php | 12 function setup() { function in query_operators_test 13 parent::setup();
|
/plugin/imagecarousel/_test/ |
H A D | parse.test.php | 8 public function setup() { function in plugin_imagecarousel_parse_test 10 parent::setup();
|
/plugin/emoji/_test/ |
H A D | emoji_syntax.test.php | 7 function setup() { function in emoji_syntax_test 9 parent::setup();
|
H A D | emoji_conflicts.test.php | 7 function setup() { function in emoji_conflicts_test 9 parent::setup();
|
/plugin/const/_test/ |
H A D | calculation.test.php | 8 public function setup() { function in plugin_const_calculation_test 10 parent::setup();
|
/plugin/indextitleonly/_test/ |
H A D | indextitleonly.test.php | 10 public function setup() { function in plugin_indextitleonly_test 13 parent::setup();
|
/plugin/inlineedit/_test/ |
H A D | syntax.test.php | 8 public function setup() { function in plugin_inlineedit_syntax_test 11 parent::setup();
|
/plugin/rowmove/_test/ |
H A D | syntax.test.php | 8 public function setup() { function in plugin_rowmove_syntax_test 11 parent::setup();
|
/plugin/ajaxedit/_test/ |
H A D | helper.test.php | 9 public function setup() { function in plugin_ajax_helper_test 11 parent::setup();
|
/plugin/commentsyntax/_test/ |
H A D | syntax.test.php | 19 public function setup() : void function in plugin_commentsyntax_test 22 parent::setup();
|
/plugin/tag/_test/ |
H A D | topic_tag.test.php | 7 function setup() : void { function in topic_tag_test 10 parent::setup();
|
/plugin/tagadd/_test/ |
H A D | ajax.test.php | 15 public function setup() { function in dokuwiki\\plugin\\tagadd\\test\\plugin_tagadd_ajax_test 20 parent::setup();
|