Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/plugin/daftdrafts/
H A Dhelper.php34 …acl_scope' => 'string', 'acl_user' => 'string', 'acl_level' => 'string', 'additional' => 'string'),
40 'params' => array('acl_scope' => 'string', 'acl_user' => 'string', 'additional' => 'string'),
62 $additional = "\t#" . $additional;
83 $daftAcl[] = "$acl_scope\t$acl_user\t$acl_level$additional\n"; //Adds acl-info to daftAcl
87 $acl_config[] = "$acl_scope\t$acl_user\t$acl_level$additional\n"; //Adds acl-info to acl_config
101 function acl_del($acl_scope, $additional='DAFTDRAFTS'){ argument
106 $additional = '\t#' . $additional;
107 $acl_pattern = '^'.preg_quote($acl_scope,'/').'\s+.*\s+[0-8].*' . $additional . '$';
H A Daction.php114 $additional='DAFTDRAFTS';
118 $additional = '\t#' . $additional;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php56 protected $additional = [];
89 return count($this->additional) !== 0;
99 foreach ($this->additional as $additional) {
100 $rdn .= '+' . $additional->getName() . '=' . $additional->getValue();
137 $obj->additional[] = new self($parts[0], $parts[1]);
47 protected $additional = []; global() variable in FreeDSx\\Ldap\\Entry\\Rdn
/plugin/data-au/helper/
H A Daliastextbox.php11 private $additional; variable in helper_plugin_dataau_aliastextbox
63 $this->additional = ($datatype['multi'] ? array('multiple' => 'multiple') : array());
106 $this->additional['required'] = 'required';
118 $this->additional
/plugin/data/
H A Dbureaucracy_field.php12 private $additional;
64 $this->additional = ($datatype['multi'] ? ['multiple' => 'multiple'] : []);
113 $this->additional['required'] = 'required';
126 $this->additional
15 private $additional; global() variable in syntax_plugin_bureaucracy_field_dataplugin
/plugin/data/helper/
H A Daliastextbox.php12 private $additional;
65 $this->additional = ($datatype['multi'] ? ['multiple' => 'multiple'] : []);
108 $this->additional['required'] = 'required';
121 $this->additional
11 private $additional; global() variable in helper_plugin_data_aliastextbox
/plugin/codebuttonmod2/
H A DREADME.MD8 The plugin Mod 2 adds a second additional button and includes a new feature for copying the code te…
42 - The overlay of the Mod 1 additional button is changed to **Insert Code (Download)**.
43 - An additional button **Insert Code (Copy)** is added to the toolbar.
44 - An additional button **Insert Inline Code** is added to the toolbar.
/plugin/pagemod/
H A DREADME.md9 This plugin provides an additional action for the Bureaucracy Plugin - https://www.dokuwiki.org/plu…
13 will not work! Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/semanticdata/
H A Dbureaucracy_field.php34 $this->additional = ($datatype['multi'] ? array('multiple' => 'multiple'): array());
59 … '@@LABEL@@', '', '@@CLASS@@', $this->additional),
/plugin/publistx/
H A Dchangelog6 co-authors by creating an additional file/wiki page with "URL Author Name"
14 * bib2tpl updated to v2 with additional modifications (see changelog in
/plugin/advanced/lang/en/config/
H A Dhooks.txt3 Include hooks allow you to add additional HTML or PHP to the template without modifying any of the …
8 | ''meta.html'' | Inside the HTML <head>, use this to add additional styles or metaheaders…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeSecretKey.txt
/plugin/struct/
H A DREADME3 Add and query additional structured page data
12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/vcard/
H A Dvcard.php93 function setName($family="", $first="", $additional="", $prefix="", $suffix="") { argument
94 $this->properties["N"] = "$family;$first;$additional;$prefix;$suffix";
96 …if ($this->properties["FN"]=="") $this->setFormattedName(trim("$prefix $first $additional $family …
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst15 separator using the additional arguments:
47 additional parameters.
/plugin/issuelinks/
H A Drequirements.txt1 # we need additional plugin(s) for testing
/plugin/acknowledge/
H A Drequirements.txt1 # we need additional plugin(s) for testing
/plugin/feedback/
H A Drequirements.txt1 # we need additional plugin(s) for testing
/plugin/siteexport/
H A Dreq-travis.txt1 # we need additional plugin(s) for testing
/plugin/docsearchsitemap/
H A DREADME.md4 Create an additional Sitemap for documents found by the [docsearch plugin](https://www.dokuwiki.org…
/plugin/404manager/
H A Drequirements.txt1 # additional requirements for this plugin:
/plugin/webcomponent/
H A Drequirements.txt1 # additional requirements for this plugin: https://github.com/splitbrain/dokuwiki-travis
/plugin/solr/
H A Dstyle.css15 #dw__solr_advsearch .additional label {
/plugin/openlayersmapoverlays/
H A DREADME.md5 Provides a syntax for rendering additional map layers in the OpenLayers based map in a wiki page.
13 Please refer to http://www.dokuwiki.org/plugins for additional info on how to install plugins in Do…
/plugin/data-au/
H A Drequirements.txt1 # we need two additional plugins for testing

12345678910>>...30