Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A 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()) {
H A DOpenSSH.php116 $reflect = new \ReflectionClass($curve);
117 $name = $reflect->getShortName();
/plugin/imageflow/syntax/
H A 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php175 $reflect = new \ReflectionClass($curve);
176 $curveName = $reflect->isFinal() ?
177 $reflect->getParentClass()->getShortName() :
178 $reflect->getShortName();
/plugin/ajaxpeon/
H A Daction.php45 $reflect = $INPUT->str("reflect");
113 if($reflect!=null) {
114 $data["reflect"] = $reflect;
/plugin/reflect/
H A Dplugin.info.txt3 base reflect
H A DREADME.md13 Originaly based on the reflect.php - modified by [imageflow](http://194.95.111.244/~countzero/myCMS…
/plugin/snippets/lang/en/
H A Dinfo.txt2 …he snippets logged in their metafiles, and then updates the metafiles to reflect the contents of t…
/plugin/livemark/
H A DREADME.md7 based on [iReflect Plugin]( https://github.com/i-net-software/dokuwiki-plugin-reflect)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php373 $reflect = new \ReflectionClass($type);
374 if ($reflect->isTrait()) {
378 if ($reflect->hasConstant('IS_INVISIBLE')) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php164 $reflect = new ReflectionObject($this);
165 $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
/plugin/move/lang/en/
H A 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/
H A Dpagemove.txt11 All links to and from the page will be updated to reflect the new location and/or name.
/plugin/bookmark2wiki/
H A DREADME.md16 …// Change the window.open statement to reflect the location of the bookmark2wiki.p…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jar ... mutable/ org/apache/commons/lang3/reflect/ org/apache/commons/lang3/text ...
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php134 $node = $this->mirror->reflect($class, $interfaces);
/plugin/pagestat/
H A 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/
H A DClassMirror.php48 public function reflect(ReflectionClass $class = null, array $interfaces) function in Prophecy\\Doubler\\Generator\\ClassMirror
/plugin/imageflow/
H A DREADME.md9 …sable reflections, [created by iReflect](https://github.com/i-net-software/dokuwiki-plugin-reflect)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php238 $reflect = new ReflectionClass($mockClassName);
240 if (!$reflect->implementsInterface('PHPUnit_Framework_MockObject_MockObject')) {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm12 <!--- The following variables values must reflect your installation. --->
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm12 <!--- The following variables values must reflect your installation. --->
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md82 * Updated ExportUtil to reflect the latest changes by Sebastian (thanks @jakari)
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md66 * Updated documentation to reflect that the accuracy radius is now included

12345678910>>...18