Home
last modified time | relevance | path

Searched refs:protected (Results 126 – 137 of 137) sorted by last modified time

123456

/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/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/
H A DGraphEditor.java.bak464 protected Object edgeTemplate;
H A DCustomCanvas.java.bak98 protected CellRendererPane rendererPane = new CellRendererPane();
100 protected JLabel vertexRenderer = new JLabel();
102 protected mxGraphComponent graphComponent;
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example43 /* Multiple table operations will be protected by locks. This array tolds
H A Dlocal.php.bak15 @include(DOKU_CONF.'local.protected.php');
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1protected .input,#config__manager tr.protected input,#config__manager tr.protected textarea,#confi…
/plugin/svg/
H A Dsyntax.php.save39 return 'protected';
/plugin/flowplay2/flowplayer/
H A Djavascript.txt149 end (end time in seconds), protected (is hotlink protection applied for this clip?),
/plugin/txtconf/
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]);
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;

123456