Home
last modified time | relevance | path

Searched refs:readOnly (Results 26 – 50 of 143) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DExpressionPropertyMetadata.php30 $this->readOnly = true;
H A DStaticPropertyMetadata.php26 $this->readOnly = true;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php226 $pMetadata->readOnly = (bool) $pConfig['read_only'];
228 $pMetadata->readOnly = $pMetadata->readOnly || $readOnlyClass;
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js.unc17 command.readOnly = 1;
/plugin/database2/
H A Ddatabase2.php944 * @param boolean $readOnly if true, the record is rendered read-only
949 protected function editRecord( $rowid, $readOnly, $duplicateOf = null, argument
965 if ( $rowid && !$readOnly && !$this->obtainLock( $this->table, $rowid ) )
1033 if ( !$readOnly )
1067 if ( !$readOnly && empty( $errors ) && $input['____save'] )
1180 if ( $readOnly )
1297 $errors[$column], $readOnly, $rowACL );
1302 if ( $readOnly && $rowid )
5732 if ( $readOnly && $this->input['optnoctl'] )
5743 if ( !$readOnly )
[all …]
/plugin/autoindentcontrol/
H A Dscript.js116 if (!editor || editor.readOnly) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php102 if (true === $metadata->readOnly) {
/plugin/etherpadlite/scripts/
H A Detherpadlite.js8 ep.readOnly = false;
108 if (!ep.readOnly) {
240 ep.readOnly = data.isReadonly;
255 if (ep.readOnly) {
/plugin/vkeyboard/
H A Dvkeyboard.js1readOnly){this.range=document.selection.createRange()}}}J(y,"click",function(K){if(u.VKI_target==t…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php193 if ($propertyMetadata->readOnly) {
/plugin/fckg/scripts/
H A Dvki_kb.js1026 if ((e || event).type != "keyup" || !this.readOnly)
1359 if (self.VKI_target.setSelectionRange && !self.VKI_target.readOnly) {
1364 } else if (self.VKI_target.createTextRange && !self.VKI_target.readOnly) {
/plugin/codehighlight/cp/engines/
H A Dopera.js149 readOnly : function() { method in CodePress
H A Dgecko.js149 readOnly : function() { method in CodePress
H A Dmsie.js157 readOnly : function() { method in CodePress
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1 …a?"middle":"text-bottom")+";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.g…
H A Dplugin.js.unc72 if ( editor.readOnly )
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …a?"middle":"text-bottom")+";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.g…
H A Dplugin.js.unc72 if ( editor.readOnly )
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js862 DropboxClient.prototype.pickFile = function(fn, readOnly) argument
886 if (readOnly)
/plugin/aceeditor/
H A Dbuild.js1readOnly=e},this.onContextMenu=function(e){L=!0,p||(p=n.style.cssText),n.style.cssText="z-index:10…
/plugin/projects/
H A Dcodemirror-compressed.js1readOnly&&!nt(At.from,At.to)&&!rt(n,At.from)&&!rt(At.to,n)&&i=="single"){U&&(K.draggable=!0);funct… property in e.defaults
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js23 …etValue(a);b.select();this.selectPage(g);this[("find"==g&&this._.editor.readOnly?"hide":"show")+"P…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js24 …xtFindReplace");c.setValue(b);c.select();this[("find"==a&&this._.editor.readOnly?"hide":"show")+"P…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt603 readOnly=readOnly
/plugin/ckgedit/ckeditor/
H A Dckeditor.js213 …0:!1!==d.exec.call(this,a,b)};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return!0;if…
272 …b in a)f(this,a[b])}function f(a,b){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":…
274 b.on[c]);CKEDITOR.tools.extend(a.config,b,!0);delete a.config.on}c=a.config;a.readOnly=c.readOnly?!…
287 …e("afterSetData",a)},setReadOnly:function(a){a=null==a||a;this.readOnly!=a&&(this.readOnly=a,this.…
388 …onfig.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keystrokeHandle…
396 …()}));CKEDITOR.env.webkit&&this.attachListener(a,"key",function(b){if(a.readOnly)return!0;var c=b.…
446 …nction b(a){return function(b){var c=b.editor,d=c.createRange(),e;if(!c.readOnly)return(e=d.moveTo…
685 …=p[f]?p[f]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,f=a.readOnly&&!this.readOnly?CKEDITOR.…
908 …odes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;a.readOnly&&!this.readOnly&&(b=CKEDI…
910 …e",f,this));this._.listeners.push(a.on("selectionChange",f,this));!this.readOnly&&this._.listeners…
[all …]

123456