Searched refs:detach (Results 1 – 6 of 6) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | MapDataImportAction.php | 103 $fp = $client_file->getStream()->detach(); 116 $fp = $this->stream_factory->createStreamFromResource($resource)->detach();
|
H A D | UploadMediaAction.php | 127 $data_filesystem->writeStream($path, $uploaded_file->getStream()->detach());
|
/webtrees/app/Services/ |
H A D | TreeService.php | 252 $stream = $stream->detach();
|
H A D | MediaFileService.php | 217 … $tree->mediaFilesystem()->writeStream($folder . $file, $uploaded_file->getStream()->detach());
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 392 …turn b},setReadOnly:function(a){this.setAttribute("contenteditable",!a)},detach:function(){this.st… 412 …a?b=a instanceof CKEDITOR.editable?a:new CKEDITOR.editable(this,a):(b&&b.detach(),b=null);return t… 1034 "border-width:0 8px 8px 0;top:0px"]})],detach:function(){this.wrap.getParent()&&this.wrap.remove();… method 1037 …To(d.wrap);d.unselectable();d.lineChildren[0].on("mouseup",function(b){d.detach();S(a,function(b){… 1039 …;t.ie||a.enterMode==CKEDITOR.ENTER_BR||a.hotNode.scrollIntoView();a.line.detach()}return function(… 1050 …detach()}),d.attachListener(a,"beforeGetData",function(){b.line.wrap.getParent()&&(b.line.detach()… 1051 …detach()}),d.attachListener(d,"keyup",function(){b.hiddenMode=0}),d.attachListener(d,"keydown",fun… 1052 …detach()),f=!1)},30)}}),d.attachListener(l,"scroll",function(){"wysiwyg"==a.mode&&(b.line.detach()… 1154 …s[(a?"set":"remove")+"Attribute"]("readOnly","readonly")},detach:function(){c.baseProto.detach.cal… method 1237 …focus.call(this)},detach:function(){var a=this.editor,e=a.document,a=a.container.findOne("iframe.c… method
|
/webtrees/ |
H A D | phpstan-baseline.neon | 2422 message: '#^Cannot call method detach\(\) on mixed\.$#' 3316 message: '#^Cannot call method detach\(\) on mixed\.$#' 8596 message: '#^Cannot call method detach\(\) on mixed\.$#'
|