Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 173) sorted by relevance

1234567

/plugin/dirtylittlehelper/mermaid/editor/src/
Derror-store.js1 import { writable } from 'svelte/store';
3 export const codeErrorStore = writable(undefined);
4 export const configErrorStore = writable(undefined);
Dcode-store.js1 import { writable, get } from 'svelte/store';
17 export const codeStore = writable(defaultState);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DStream.php29 private $writable; variable in GuzzleHttp\\Psr7\\Stream
65 $this->writable = (bool)preg_match(self::WRITABLE_MODES, $meta['mode']);
123 $this->readable = $this->writable = $this->seekable = false;
159 return $this->writable;
241 if (!$this->writable) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DStream.php30 private $writable; variable in GuzzleHttp\\Psr7\\Stream
65 $this->writable = (bool) preg_match(self::WRITABLE_MODES, $meta['mode']);
127 $this->readable = $this->writable = $this->seekable = false;
164 return $this->writable;
251 if (!$this->writable) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStream.php13 private $writable; variable in GuzzleHttp\\Stream\\Stream
156 $this->readable = $this->writable = $this->seekable = false;
167 $this->writable = isset(self::$readWriteHash['write'][$meta['mode']]);
202 return $this->writable;
244 return $this->writable ? fwrite($this->stream, $string) : false;
/plugin/asciidocjs/node_modules/async/internal/
Dqueue.js272 writable: false, property
276 writable: false, property
280 writable: false, property
284 writable: false, property
288 writable: false, property
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.reflect.set.js22 if (ownDesc.writable === false || !isObject(receiver)) return false;
24 …if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) ret…
D_property-desc.js5 writable: !(bitmap & 4),
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.reflect.set.js22 if (ownDesc.writable === false || !isObject(receiver)) return false;
24 …if (existingDescriptor.get || existingDescriptor.set || existingDescriptor.writable === false) ret…
D_property-desc.js5 writable: !(bitmap & 4),
/plugin/diagramsnet/lib/js/diagramly/
DLocalFile.js205 this.fileHandle.createWritable().then(mxUtils.bind(this, function(writable) argument
213writable.write((binary) ? this.ui.base64ToBlob(data, 'image/png') : data).then(mxUtils.bind(this, …
215 writable.close().then(mxUtils.bind(this, function()
/plugin/html2pdf/html2pdf/html2ps/temp/
Dreadme.txt1 This folder should be writable.
/plugin/html2pdf/html2pdf/html2ps/out/
Dreadme.txt1 This folder should be writable.
/plugin/html2pdf/html2pdf/html2ps/samples/out/
Dreadme.txt1 This folder should be writable.
/plugin/html2pdf/html2pdf/html2ps/cache/
Dreadme.txt1 This folder should be writable.
/plugin/vbsso/views/
Dadmin.html3.tpl1 <div class="error">Unable to write file [[content-0]]. Is this file writable by the server?</div>
/plugin/asciidocjs/node_modules/babel-runtime/helpers/
DdefineProperty.js17 writable: true property
DdefineEnumerableProperties.js15 if ("value" in desc) desc.writable = true;
Dinherits.js28 writable: true,
DcreateClass.js17 if ("value" in descriptor) descriptor.writable = true;
/plugin/asciidocjs/node_modules/nunjucks/src/
Dobject.js4 …; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.de…
5 …ructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return… property
/plugin/jsoneditor/script/
Djsoneditor.min.js2writable:!1}).length=1}catch(t){return t instanceof TypeError}}();t.exports=s?function(t,e){if(i(t… property
/plugin/asciidocjs/node_modules/inherits/
Dinherits_browser.js10 writable: true, property
/plugin/diagramsnet/lib/js/socket.io/
Dsocket.io.min.js6writable=!0),Object.defineProperty(t,r.key,r)}}function i(t,e){return(i=Object.setPrototypeOf||fun… property
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCache.SerializerPath.txt11 path must be writable by the webserver.

1234567