Home
last modified time | relevance | path

Searched refs:reflect (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DCommon.php352 $reflect = new \ReflectionClass($curve);
353 $name = $reflect->getShortName();
356 if ($reflect->isFinal()) {
357 $reflect = $reflect->getParentClass();
358 $name = $reflect->getShortName();
370 $reflect = new \ReflectionClass($class);
371 if ($reflect->isFinal()) {
DOpenSSH.php116 $reflect = new \ReflectionClass($curve);
117 $name = $reflect->getShortName();
/plugin/asciidocjs/node_modules/async/
Dreflect.js6 exports.default = reflect;
57 function reflect(fn) { function
Dindex.js7 …es = exports.rejectLimit = exports.reject = exports.reflectAll = exports.reflect = exports.reduceR…
432 reflect: _reflect2.default, property
538 exports.reflect = _reflect2.default;
/plugin/imageflow/syntax/
Dimageflow.php187 $reflect = array();
189 …$reflect = array('reflect' => $this->getConf('reflect') ? 1 : 0, 'bgc' => $this->getConf('reflectB…
198 $href = ml($data['src'], array_merge($data['params'], $reflect), true, '&');
204 … $data['params'] = array_merge($data['params'], $reflect); // Remove everything except the params.
/plugin/aichat/Model/
DAbstractModel.php63 $reflect = new \ReflectionClass($this);
64 $json = dirname($reflect->getFileName()) . '/models.json';
74 $this->selfIdent = basename(dirname($reflect->getFileName()));
75 $this->modelFullName = basename(dirname($reflect->getFileName())) . ' ' . $name;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DEC.php175 $reflect = new \ReflectionClass($curve);
176 $curveName = $reflect->isFinal() ?
177 $reflect->getParentClass()->getShortName() :
178 $reflect->getShortName();
/plugin/ajaxpeon/
Daction.php45 $reflect = $INPUT->str("reflect");
113 if($reflect!=null) {
114 $data["reflect"] = $reflect;
/plugin/asciidocjs/node_modules/core-js/
DREADME.md64 - [ECMAScript 6: Reflect](#ecmascript-6-reflect)
167 blacklist: ['es6.reflect'], // blacklist of modules / namespaces, by default - empty list
1253reflect.apply`](https://github.com/zloirock/core-js/blob/v2.6.12/modules/es6.reflect.apply.js), [`…
1273 core-js(/library)/es6/reflect
1274 core-js(/library)/fn/reflect
1275 core-js(/library)/fn/reflect/apply
1276 core-js(/library)/fn/reflect/construct
1277 core-js(/library)/fn/reflect/define-property
1278 core-js(/library)/fn/reflect/delete-property
1279 core-js(/library)/fn/reflect/enumerate (deprecated and will be removed from the next major release)
[all …]
/plugin/asciidocjs/node_modules/neo-async/
Dreflect.js3 module.exports = require('./async').reflect;
/plugin/reflect/
Dplugin.info.txt3 base reflect
DREADME.md13 Originaly based on the reflect.php - modified by [imageflow](http://194.95.111.244/~countzero/myCMS…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DAsymmetricKey.php373 $reflect = new \ReflectionClass($type);
374 if ($reflect->isTrait()) {
378 if ($reflect->hasConstant('IS_INVISIBLE')) {
/plugin/snippets/lang/en/
Dinfo.txt2 …he snippets logged in their metafiles, and then updates the metafiles to reflect the contents of t…
/plugin/livemark/
DREADME.md7 based on [iReflect Plugin]( https://github.com/i-net-software/dokuwiki-plugin-reflect)
/plugin/authgooglesheets/vendor/google/apiclient/src/
DModel.php164 $reflect = new ReflectionObject($this);
165 $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
/plugin/move/lang/en/
Dmove.txt10 All links to and from the pages that are moved will be updated to reflect the new location and/or n…
/plugin/pagemove/lang/en/
Dpagemove.txt11 All links to and from the page will be updated to reflect the new location and/or name.
/plugin/todo/
H A DREADME.md23 To update local tags to match remote tags (i.e. reflect a move of the 'latest' tag) you need to
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DREADME.md846 $ node examples/reflect.js -a 1 -b 2 -- -c 3 -d 4
848 '$0': 'node ./examples/reflect.js',
858 $ node examples/reflect.js -a --no-b
860 '$0': 'node ./examples/reflect.js',
878 $ node examples/reflect.js -x 5 -x 8 -x 0
880 '$0': 'node ./examples/reflect.js',
889 $ node examples/reflect.js --foo.bar.baz=33 --foo.quux=5
891 '$0': 'node ./examples/reflect.js',
899 $ node reflect.js -n123 -m456
903 '$0': 'node ./reflect.js',
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jar ... mutable/ org/apache/commons/lang3/reflect/ org/apache/commons/lang3/text ...
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
DDoubler.php134 $node = $this->mirror->reflect($class, $interfaces);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.DefinitionID.txt10 configuration object does not reflect, you must specify this variable.
/plugin/pagestat/
Dscript.js1239 var ptwin =ptw_list[mdata.reflect];
1243 var ptwinid = mdata.reflect;
1285 var ptwin =PTwindow.GetObj[mdata.reflect];
1310 var ptwin =PTwindow.GetObj[mdata.reflect];
1377 var ptwin =PTwindow.GetObj[mdata.reflect];
1474 var ptwin =PTwindow.GetObj[mdata.reflect];
1545 var buttonid = data.reflect;
1585 var ptwin =ptw_list[mdata.reflect];
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
DClassMirror.php48 public function reflect(ReflectionClass $class = null, array $interfaces) function in Prophecy\\Doubler\\Generator\\ClassMirror

12345678910>>...23