Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 25 of 126) sorted by relevance

123456

/plugin/combo/ComboStrap/
DXmlTagProcessing.php41 …s $tagAttributes, Doku_Renderer_xhtml $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool
142 …(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array
178 …s $tagAttributes, Doku_Renderer_xhtml $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool
283 …eStaticEnter(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array
497 …rStatic(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool
566 …leStaticExit(string $match, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array
710 …(string $match, int $state, int $pos, Doku_Handler $handler, DokuWiki_Syntax_Plugin $plugin): array
808 …mptyTag(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool
899 …tagAttributes, Doku_Renderer_metadata $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool
/plugin/refnotes/
Dlocale.php26 private $plugin; variable in refnotes_localization
31 public static function initialize($plugin) {
51 private function __construct($plugin) {
/plugin/nsexport/packer/ziphtml/compress/
Dziplib.php5 public $plugin = null; variable in nsexport_ziplib
7 public function setup(&$plugin) {
/plugin/ac/
Dajax_loader.php6 public static function getLoader($plugin, $data) {
15 public static function isLoader($plugin, $call) {
/plugin/ajaxloader/
Dhelper.php18 public function getLoader($plugin, $data) {
27 public function isLoader($plugin, $call) {
/plugin/log/
Dcommon.php16 function log_get_log_page($plugin, $id, $needspage = false) {
49 function log_add_log_entry($plugin) {
/plugin/slacknotifier/helper/
DConfig.php21 private $plugin; variable in dokuwiki\\plugin\\slacknotifier\\helper\\Config
23 public function __construct(PluginInterface $plugin)
/plugin/evesso/conf/
Dmetadata.php14 public function html(\admin_plugin_config $plugin, $echo = false) {
34 public function html(\admin_plugin_config $plugin, $echo = false) {
/plugin/batchedit/
Dserver.php16 private $plugin; variable in BatcheditServer
20 public function __construct($plugin) {
/plugin/gitbacked/lib/
DGit.php70 … function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $plugin = null) {
84 public static function open($repo_path, \action_plugin_gitbacked_editcommit $plugin = null) {
101 …emote($repo_path, $remote, $reference = null, \action_plugin_gitbacked_editcommit $plugin = null) {
143 protected $plugin = null; variable in GitRepo
157 …n_gitbacked_editcommit $plugin = null, $source = null, $remote_source = false, $reference = null) {
192 …h = null, \action_plugin_gitbacked_editcommit $plugin = null, $create_new = false, $_init = true) {
362 …protected static function handle_create_new_error($repo_path, $reference, $error_message, $plugin)…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js501 disable: function( instance, plugin ) { argument
519 plugin: event.type, property
528 enable: function( instance, plugin ) { argument
546 plugin: event.type, property
651 Popcorn.p[ method ] = function( plugin ) { argument
850 toggle: function( plugin ) { argument
855 defaults: function( plugin, defaults ) { argument
1148 plugin: track._natives.type, property
1176 plugin: track._natives.type, property
1449 plugin: track._natives.type, property
[all …]
/plugin/jokuwiki/
DREADME.md89 #### Javascript ####
113 #### PHP code ####
/plugin/nspages/printers/
DrendererXhtmlHelper.php13 private $plugin; variable in rendererXhtmlHelper
16 function __construct($renderer, $nbCols, $plugin, $anchorName){
/plugin/yuriigantt/src/Driver/Embedded/
DHandler.php100 public function plugin($match, $state, $pos, $pluginname) function in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler
124 public function addPluginCall($plugin, $args, $state, $pos, $match)
/plugin/prosemirror/
Dscript.js33 plugin: 'prosemirror', property
88 plugin: 'prosemirror', property
141 plugin: 'prosemirror', property
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js44 return plugins.reduce(function (value, plugin) { argument
54 var eligiblePlugins = plugins.filter(function (plugin) { argument
94 lexOptions.plugins = plugins.filter(function (plugin) { argument
96 }).map(function (plugin) { argument
119 parseOptions.plugins = plugins.filter(function (plugin) { argument
121 }).map(function (plugin) { argument
/plugin/statistics/
Dimg.php15 $plugin = plugin_load('helper', 'statistics'); variable
Dlog.php16 $plugin = plugin_load('helper', 'statistics'); variable
/plugin/sync/
Ddiff.php20 $plugin = new admin_plugin_sync(); variable
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
Dsnap-mock.js5 plugin: function() {}, method
/plugin/cleanup/
Dcron.php10 $plugin = plugin_load('helper','cleanup'); variable
/plugin/siteexport/
Dpreload.php216 public function disable($plugin) {
227 public function enable($plugin) {
/plugin/nsexport/
Dexport.php8 $plugin = plugin_load('action','nsexport_ajax'); variable
/plugin/visrep/
Dimg.php12 $plugin = plugin_load('syntax','visrep'); variable
/plugin/fckg/syntax/
Ddwplugin.php204 function & setup_plugin($plugin, $pattern) {
279 function getPatterns($plugin) {
476 function get_key($text, $plugin="") {

123456