Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 25 of 133) sorted by relevance

123456

/plugin/asciidocjs/node_modules/ansi-styles/
Dindex.d.ts216 readonly open: string;
221 readonly close: string;
225 readonly ansi: ColorConvert;
226 readonly ansi256: ColorConvert;
227 readonly ansi16m: ColorConvert;
232 readonly close: string;
239 readonly reset: CSPair;
244 readonly bold: CSPair;
249 readonly dim: CSPair;
254 readonly italic: CSPair;
[all …]
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts298 readonly reset: Chalk;
303 readonly bold: Chalk;
308 readonly dim: Chalk;
313 readonly italic: Chalk;
318 readonly underline: Chalk;
323 readonly inverse: Chalk;
328 readonly hidden: Chalk;
333 readonly strikethrough: Chalk;
339 readonly visible: Chalk;
341 readonly black: Chalk;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
DField.php53 public $readonly; variable in Google\\Service\\Connectors\\Field
156 public function setReadonly($readonly) argument
158 $this->readonly = $readonly;
165 return $this->readonly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
DColumnDescription.php48 public $readonly; variable in Google\\Service\\Area120Tables\\ColumnDescription
153 public function setReadonly($readonly) argument
155 $this->readonly = $readonly;
162 return $this->readonly;
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/
Dconfig.cfm52 <cflock scope="application" type="readonly" timeout="5">
58 <cflock scope="server" type="readonly" timeout="5">
71 <cflock scope="application" type="readonly" timeout="5">
77 <cflock scope="server" type="readonly" timeout="5">
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dwrite.apetag.php223 * @param bool $readonly
227 … GenerateAPEtagFlags($header=true, $footer=true, $isheader=false, $encodingid=0, $readonly=false) { argument
245 if ($readonly) {
/plugin/davcal/
H A Dscript.js390 var readonly = true;
397 readonly = !dw_davcal__modals.settings['calids'][i]['write'];
404 readonly = false;
420 if(edit && (event.recurring != true) && (readonly === false))
489 else if(edit && (event.recurring == true) && (readonly === false))
495 else if(edit && (readonly === true))
501 else if(readonly === true)
/plugin/prosemirror/action/
Deditor.php327 … $readonly = $textareaPos !== false && !empty($form->getElementAt($textareaPos)->attr('readonly'));
331 … $readonly = $textareaPos !== false && !empty($form->getElementAt($textareaPos)['readonly']);
333 return $readonly;
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/
DMatrixRequestException.php13 public readonly ?string $errCode;
/plugin/dokukiwix/
Dadmin.php61 print '<div><textarea readonly="1" id="pl_dokukiwix_log"></textarea></div>';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dconfig.cfm136 <cflock scope="application" type="readonly" timeout="5">
142 <cflock scope="server" type="readonly" timeout="5">
151 <cflock scope="application" type="readonly" timeout="5">
157 <cflock scope="server" type="readonly" timeout="5">
/plugin/vbsso/views/
Dadmin.html2-1.tpl17 …4]]lib/plugins/[[content-25]]/[[content-26]].php?action=[[content-27]]" size="60" readonly /><br />
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_drag_timeline.js13readonly=t._originalReadonly),void 0!==t._originAutoscroll&&(gantt.config.autoscroll=t._originAuto…
Ddhtmlxgantt_drag_timeline.js.map1readonly","_originAutoscroll","autoscroll","drag_timeline","useKey","_startDrag","_a","clientX","c…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_drag_timeline.js191 gantt.config.readonly = _this._originalReadonly;
208 _this._originalReadonly = gantt.config.readonly;
209 gantt.config.readonly = true;
/plugin/git/
Dhelper.php186 function changeReadOnly($readonly = true) argument
200 if ($readonly)
/plugin/tagfilter/script/select2/
Dselect2.js801 var readonly = opts.element.prop("readonly");
802 if (readonly === undefined) readonly = false;
803 this.readonly(readonly);
1059 var readonly = el.prop("readonly");
1060 if (readonly === undefined) readonly = false;
1061 this.readonly(readonly);
1156 readonly: function(enabled) {
/plugin/geonav/tpl/startermap/css/
Dbasic.css422 input[readonly],
423 button[readonly] {
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md89 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
189 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
/plugin/dirtylittlehelper/mermaid/editor/docs/
D36.36.js.map1 … 'public',\n 'protected',\n 'readwrite',\n 'readonly',\n 'regis…
/plugin/asciidocjs/node_modules/promise/
Dindex.d.ts51 readonly prototype: ThenPromise<any>;
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts739 readonly: boolean;
/plugin/html2pdf/snorriheim/
Ddesign.css137 div.dokuwiki textarea.edit[readonly],
139 div.dokuwiki input.edit[readonly],
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.materia.min.css12readonly]){cursor:pointer}.form-control:focus{color:#666;background-color:transparent;border-color… selector
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:…

123456