Home
last modified time | relevance | path

Searched refs:setup (Results 126 – 150 of 226) sorted by relevance

12345678910

/plugin/nsexport/packer/ziphtml/
H A Dpacker.php114 $zipper->setup($this);
/plugin/authmantis/
H A DREADME.md46 [Plugin's homepage](https://www.dokuwiki.org/plugin:authmantis#setup).
/plugin/copypage/
H A DREADME.md33 …figuration of DokuWiki, navigate to `http://<YOUR DOCKER HOST>/install.php` to setup your instance.
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …j]]=a.event.mouseHooks;var k=a.event.special.mousewheel={version:"3.1.12",setup:function(){if(this…
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js8 …getBody();!b||b.isReadOnly()?a.setCustomData("pendingFocus",1):b.focus()},setup:function(){var a=t…
/plugin/sketchcanvas/
H A DREADME.md28 It's so easy to setup a server that accepts and shows uploaded figures.
/plugin/gemini/
H A Dcli.php16 protected function setup(Options $options) function in cli_plugin_gemini
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js8 …getBody();!b||b.isReadOnly()?a.setCustomData("pendingFocus",1):b.focus()},setup:function(){var a=t…
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js62 Calendar.setup = function (params) { function
/plugin/strata/_test/
H A Dtypes.test.php11 function setup() { function in types_test
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarObjectTest.php20 function setup() { function in Sabre\\CalDAV\\CalendarObjectTest
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php22 function setup() { function in Sabre\\CalDAV\\Schedule\\SchedulingObjectTest
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js56 {type:"html",id:"Content",label:"spellContent",html:"",setup:function(b){b=a.iframeNumber+"_"+b._.c…
58 …3d"" title\x3d"logo" alt\x3d"logo" style\x3d"display: inline-block;"\x3e',setup:function(b){this.g…
63 …:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",setup:function(){this.ge…
66 …3e\x3c/div\x3e"},{type:"html",id:"Content",label:"GrammarContent",html:"",setup:function(){var b=a…
70 …3d"" title\x3d"logo" alt\x3d"logo" style\x3d"display: inline-block;"\x3e',setup:function(){this.ge…
72 {type:"html",id:"Content",label:"spellContent",html:"",setup:function(){var b=a.iframeNumber+"_"+a.…
75 …3d"" title\x3d"logo" alt\x3d"logo" style\x3d"display: inline-block;"\x3e',setup:function(){this.ge…
77 …3d"" title\x3d"logo" alt\x3d"logo" style\x3d"display: inline-block;"\x3e',setup:function(){this.ge…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js55 …\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"spellContent",html:"",setup:function(b){b=a.if…
57 …putElement().setStyles({display:"none"})}},{type:"html",id:"logo",html:"",setup:function(b){this.g…
63 align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].…
65 …3e\x3c/div\x3e"},{type:"html",id:"Content",label:"GrammarContent",html:"",setup:function(){var b=a…
69 …ren:[{type:"vbox",id:"rightCol1",children:[{type:"html",id:"logo",html:"",setup:function(){this.ge…
70 …\x3e\x3c/div\x3e"},{type:"html",id:"Content",label:"spellContent",html:"",setup:function(){var b=a…
74 …,children:[{type:"html",id:"logotype",label:"WebSpellChecker.net",html:"",setup:function(){this.ge…
75 …ren:[{type:"vbox",id:"rightCol1",children:[{type:"html",id:"logo",html:"",setup:function(){this.ge…
/plugin/authsqlite/
H A DREADME.md10 sql statements. %{animal} is the animal component of a wiki farm setup,
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1794 setup;
1817 var pluginFn = function( setup, options ) { argument
1850 Popcorn.extend( natives, setup );
2005 Popcorn.forEach( setup, function( callback, type ) {
2376 setup = { class
2405 settings = Popcorn.extend( {}, setup, options );
/plugin/html2pdf/snorriheim/
H A Dprint.css70 /* general headline setup */
/plugin/securelogin/
H A DREADME.md38 …tra layer of security. Your first priority should always be a good server setup with the latest in…
53 …- Click the "Test" button to verify your setup. If all is working, a bubble will appear containing…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst88 …``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\Release_TS\php_twig.dll`` file to your PHP setup.
/plugin/groupmanager/
H A DREADME16 GROUPMANAGER has been designed with a certain scenario and setup in mind.
/plugin/templateconfhelper/
H A DREADME67 … template_path cascade config has not been set. Defaults are made up for a standard dokuwiki setup.
/plugin/dev/
H A Dcli.php24 protected function setup(Options $options) function in cli_plugin_dev
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js256 Markdown_Parser.prototype.setup = function() { method in Markdown_Parser
280 this.setup();
1780 MarkdownExtra_Parser.prototype.setup = function() { method in MarkdownExtra_Parser
1781 this.constructor.prototype.setup.call(this); method in constructor
/plugin/markdownextra/
H A Dmarkdown.php288 function setup() { function in Markdown_Parser
317 $this->setup();
1772 function setup() { function in MarkdownExtra_Parser
1776 parent::setup();

12345678910