/plugin/subconfhelper/helper/ |
H A D | config.php | 36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { argument 42 $this->_protected_files = $protected; 65 $protected = $this->_read_config_group($this->_protected_files); 67 …rge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_keys($protected)); 90 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
|
/plugin/shibbolethauth/ |
H A D | style.css | 61 #shibboleth__manager tr.protected .input, 62 #shibboleth__manager tr.protected input, 63 #shibboleth__manager tr.protected textarea, 64 #shibboleth__manager tr.protected select, 65 #shibboleth__manager tr.protected .selection {
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | BasicGraphEditor.java.bak | 94 protected JTabbedPane libraryPane; 99 protected mxUndoManager undoManager; 104 protected String appTitle; 109 protected JLabel statusBar; 114 protected File currentFile; 119 protected boolean modified = false; 124 protected mxRubberband rubberband; 245 protected void installHandlers() 254 protected void installToolBar() 262 protected JLabel createStatusBar() [all …]
|
H A D | EditorActions.java.bak | 245 protected String stylesheet; 284 protected int zoomPolicy; 315 protected int style; 373 protected double scale; 771 protected boolean directed; 972 protected Object target; 1168 protected boolean undo; 1201 protected boolean bold; 1388 protected String key; 1484 protected String value; [all …]
|
/plugin/authsplit/conf/ |
H A D | metadata.php | 11 function initialize($default=null, $local=null, $protected=null) { argument 12 parent::initialize($default, $local, $protected);
|
/plugin/ckgdoku/scripts/ |
H A D | add_v_animal.sh | 22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 37 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
|
H A D | addanimal.sh | 28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 44 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
|
/plugin/ckgedit/scripts/ |
H A D | add_v_animal.sh | 22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 37 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
|
H A D | addanimal.sh | 28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php} 44 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
H A D | 232.phpt | 7 protected function hello() 20 protected function hello() 25 protected function world()
|
H A D | abstract_class.phpt | 13 abstract protected function three(); 86 protected function three()
|
/plugin/combo/action/ |
H A D | pageprotection.php |
|
/plugin/sentry/conf/ |
H A D | Setting.php | 14 public function initialize($default = null, $local = null, $protected = null) argument 16 parent::initialize($default, $local, $protected);
|
/plugin/txtconf/ |
H A D | config0.class.php | 58 $protected = $this->_read_config($this->_protected_file); 60 …rge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_keys($protected)); 76 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]); 305 function initialize($default, $local, $protected) { argument 308 if (isset($protected)) $this->_protected = $protected;
|
H A D | txtconfig.class.php | 70 $protected = $this->_read_config($this->_protected_file); 72 …rge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_keys($protected)); 105 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
H A D | Acl.php | 208 $protected = array_key_exists('{DAV:}protected', $ace); 221 'protected' => $protected,
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
H A D | Acl.php | 208 $protected = array_key_exists('{DAV:}protected', $ace); 221 'protected' => $protected,
|
/plugin/authyubikey/ |
H A D | auth.php.org | 15 protected $users = null; 18 protected $_pattern = array(); 21 protected $_pregsplit_safe = false; 104 protected function _createUserLine($user, $pass, $name, $mail, $grps) { 324 protected function _loadUserData() { 351 protected function _splitUserData($line){ 387 protected function _filter($user, $info) { 405 protected function _constructPattern($filter) {
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | CustomCanvas.java.bak | 98 protected CellRendererPane rendererPane = new CellRendererPane(); 100 protected JLabel vertexRenderer = new JLabel(); 102 protected mxGraphComponent graphComponent;
|
/plugin/authimap2/ |
H A D | auth.php | 399 $protected = $this->_readUserFile($config_cascade['plainauth.users']['protected']); 400 foreach(array_keys($protected) as $key) { 401 $protected[$key]['protected'] = true; 403 $this->users = array_merge($this->users, $protected);
|
/plugin/advanced/lang/en/ |
H A D | config.txt | 11 | ''dokuwiki.php'' | ''local.php''\\ ''local.protected.php'' | see [[doku>confi… 23 | ''plugins.required.php'' | ''plugins.local.php''\\ ''plugins.protected.php'' | see [[doku>confi…
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | local.php.bak | 15 @include(DOKU_CONF.'local.protected.php');
|
/plugin/meta/ |
H A D | syntax.php | 82 $protected = array('description', 'date', 'contributor'); 100 } elseif (in_array($key, $protected)) {
|
/plugin/fedauth/classes/adm/ |
H A D | fa_manage.adm.class.php | 191 $protected = false; 199 $check_disabled = ($protected) ? ' disabled="disabled"' : '';
|
/plugin/letsencrypt/ |
H A D | Lescript.php | 357 $protected = $header; 358 $protected["nonce"] = $this->client->getLastNonce(); 362 $protected64 = Base64UrlSafeEncoder::encode(json_encode($protected));
|