Home
last modified time | relevance | path

Searched refs:protected (Results 1 – 25 of 137) sorted by relevance

123456

/plugin/subconfhelper/helper/
H A Dconfig.php36 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 Dstyle.css61 #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 DBasicGraphEditor.java.bak94 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 DEditorActions.java.bak245 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 Dmetadata.php11 function initialize($default=null, $local=null, $protected=null) { argument
12 parent::initialize($default, $local, $protected);
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh22 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 Daddanimal.sh28 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 Dadd_v_animal.sh22 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 Daddanimal.sh28 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 D232.phpt7 protected function hello()
20 protected function hello()
25 protected function world()
H A Dabstract_class.phpt13 abstract protected function three();
86 protected function three()
/plugin/combo/action/
H A Dpageprotection.php
/plugin/sentry/conf/
H A DSetting.php14 public function initialize($default = null, $local = null, $protected = null) argument
16 parent::initialize($default, $local, $protected);
/plugin/txtconf/
H A Dconfig0.class.php58 $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 Dtxtconfig.class.php70 $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 DAcl.php208 $protected = array_key_exists('{DAV:}protected', $ace);
221 'protected' => $protected,
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php208 $protected = array_key_exists('{DAV:}protected', $ace);
221 'protected' => $protected,
/plugin/authyubikey/
H A Dauth.php.org15 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 DCustomCanvas.java.bak98 protected CellRendererPane rendererPane = new CellRendererPane();
100 protected JLabel vertexRenderer = new JLabel();
102 protected mxGraphComponent graphComponent;
/plugin/authimap2/
H A Dauth.php399 $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 Dconfig.txt11 | ''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 Dlocal.php.bak15 @include(DOKU_CONF.'local.protected.php');
/plugin/meta/
H A Dsyntax.php85 $protected = array('description', 'date', 'contributor');
103 } elseif (in_array($key, $protected)) {
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php191 $protected = false;
199 $check_disabled = ($protected) ? ' disabled="disabled"' : '';
/plugin/letsencrypt/
H A DLescript.php357 $protected = $header;
358 $protected["nonce"] = $this->client->getLastNonce();
362 $protected64 = Base64UrlSafeEncoder::encode(json_encode($protected));

123456