Home
last modified time | relevance | path

Searched refs:inherited (Results 1 – 25 of 64) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DPermissionTeamDrivePermissionDetails.php25 public $inherited; variable in Google\\Service\\Drive\\PermissionTeamDrivePermissionDetails
42 public function setInherited($inherited) argument
44 $this->inherited = $inherited;
51 return $this->inherited;
DPermissionPermissionDetails.php25 public $inherited; variable in Google\\Service\\Drive\\PermissionPermissionDetails
42 public function setInherited($inherited) argument
44 $this->inherited = $inherited;
51 return $this->inherited;
/plugin/asciidocjs/node_modules/lodash/
D_arrayLikeKeys.js22 function arrayLikeKeys(value, inherited) { argument
32 if ((inherited || hasOwnProperty.call(value, key)) &&
Dlodash.js2425 function arrayLikeKeys(value, inherited) { argument
2435 if ((inherited || hasOwnProperty.call(value, key)) &&
/plugin/refnotes/
Dadmin.css95 div#refnotes-config div#config__manager td.inherited input,
96 div#refnotes-config div#config__manager td.inherited textarea,
97 div#refnotes-config div#config__manager td.inherited select {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPage.php98 * @param bool $inherited
104 public function getAttribute($name, $inherited = true) argument
113 if ($inherited && \in_array($name, $inheritedKeys, true)) {
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md27 * deprecated `Process::inheritEnvironmentVariables()`: env variables are always inherited.
49 * environment variables will always be inherited
/plugin/syntaxhighlighter3/sxh3/
DREADME.md18 Testing is something that is still inherited from ages ago and is currently using QUnit. To test th…
/plugin/refnotes/lang/en/
Dintro.txt13 …/Namespaces// section settings that are shown on a green background are inherited from the parent …
/plugin/authldaplocal/
DREADME.md9 Ths mix shows if you have a look at the code. The backend is inherited from the LDAP backend. It ov…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D37.37.js.map1 …lements',\n 'import',\n 'in',\n 'index',\n 'inherited',\n 'init…
D59.59.js.map1 …,\n 'private',\n 'public',\n 'external',\n 'inherited',\n 'paya…
/plugin/codemirror/dist/modes/
Dpascal.min.js.map1 …\" +\n \"downto else end file for function goto if implementation in inherited \" +\n \"inli…
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
Dstyle.css370 #packages.summary td:first-child, #namespaces.summary td:first-child, .inherited.summary td:first-c…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
DChangeLog-5.7.md94 * Fixed [#1999](https://github.com/sebastianbergmann/phpunit/issues/1999): Handler is inherited fro…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DServer.php118 '{DAV:}inherited-acl-set',
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php112 '{DAV:}inherited-acl-set',
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md140 - `Function#name` no longer cache the result for correct behaviour with inherited constructors, [#2…
189 - Fixed `%TypedArray%#slice` in Edge ~ 13 (throws with `@@species` and wrapped / inherited construc…
292 …interface](https://heycam.github.io/webidl/#idl-iterable) or should be [inherited from `Array`](ht…
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md5117 by their own, not inherited, enumerable properties. Functions and DOM
6266 Converts `value` to a plain object flattening inherited enumerable string
6995 inherited source properties.
7192 Assigns own and inherited enumerable string keyed properties of source
7344 Iterates over own and inherited enumerable string keyed properties of an
7525 Creates an array of function property names from own and inherited
7632 Checks if `path` is a direct or inherited property of `object`.
7804 Creates an array of the own and inherited enumerable property names of `object`.
7909 inherited enumerable string keyed properties of source objects into the
7995 own and inherited enumerable property paths of `object` that are not omitted.
[all …]
/plugin/impressjs/tpl/dokuwiki/
Dimpress.css674 Value if this property is inherited, so to make everything else clickable
/plugin/highlightjs/highlight/
Dhighlight.pack.js1inherited:1,override:1,"if":1,type:1,until:1,"function":1,"do":1,begin:1,repeat:1,"goto":1,nil:1,f… property
/plugin/barcodes/
Dcomposer.lock1514 … "description": "Allows reflection of object attributes, including inherited and non-public ones",
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js2383 function arrayLikeKeys(value, inherited) { argument
2393 if ((inherited || hasOwnProperty.call(value, key)) &&
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js2383 function arrayLikeKeys(value, inherited) { argument
2393 if ((inherited || hasOwnProperty.call(value, key)) &&
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs480 // inherited constants.
715 // Call .inherited() hook with new class on the superclass
716 if (superclass.$inherited) {
717 superclass.$inherited(klass);
4201 superclass.$inherited(klass);
4222 $def(self, '$inherited', $return_val(nil));
14681 $defs(self, '$inherited', function $$inherited(klass) {
21629 $defs(self, '$inherited', function $$inherited(klass) {

123