/plugin/daftdrafts/ |
H A D | helper.php | 34 …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 D | action.php | 114 $additional='DAFTDRAFTS'; 118 $additional = '\t#' . $additional;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Rdn.php | 56 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 D | aliastextbox.php | 11 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 D | bureaucracy_field.php | 12 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 D | aliastextbox.php | 12 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 D | README.MD | 8 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 D | README.md | 9 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 D | bureaucracy_field.php | 34 $this->additional = ($datatype['multi'] ? array('multiple' => 'multiple'): array()); 59 … '@@LABEL@@', '', '@@CLASS@@', $this->additional),
|
/plugin/publistx/ |
H A D | changelog | 6 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 D | hooks.txt | 3 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 D | URI.MungeSecretKey.txt |
|
/plugin/struct/ |
H A D | README | 3 Add and query additional structured page data 12 Please refer to http://www.dokuwiki.org/plugins for additional info
|
/plugin/vcard/ |
H A D | vcard.php | 93 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 D | number_format.rst | 15 separator using the additional arguments: 47 additional parameters.
|
/plugin/issuelinks/ |
H A D | requirements.txt | 1 # we need additional plugin(s) for testing
|
/plugin/acknowledge/ |
H A D | requirements.txt | 1 # we need additional plugin(s) for testing
|
/plugin/feedback/ |
H A D | requirements.txt | 1 # we need additional plugin(s) for testing
|
/plugin/siteexport/ |
H A D | req-travis.txt | 1 # we need additional plugin(s) for testing
|
/plugin/docsearchsitemap/ |
H A D | README.md | 4 Create an additional Sitemap for documents found by the [docsearch plugin](https://www.dokuwiki.org…
|
/plugin/404manager/ |
H A D | requirements.txt | 1 # additional requirements for this plugin:
|
/plugin/webcomponent/ |
H A D | requirements.txt | 1 # additional requirements for this plugin: https://github.com/splitbrain/dokuwiki-travis
|
/plugin/solr/ |
H A D | style.css | 15 #dw__solr_advsearch .additional label {
|
/plugin/openlayersmapoverlays/ |
H A D | README.md | 5 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 D | requirements.txt | 1 # we need two additional plugins for testing
|