Home
last modified time | relevance | path

Searched refs:get_class (Results 51 – 75 of 418) sorted by relevance

12345678910>>...17

/plugin/publistx/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
755 $classname = get_class($objref);
955 return get_class($this);
1028 strtolower(get_class($this->callback[0])) :
1036 strtolower(get_class($this)), $this->message, $this->code,
1054 strtolower(get_class($this)), $this->message, $this->code,
/plugin/struct/action/
H A Dmove.php70 if (get_class($col->getType()) == Page::class) {
72 } elseif (get_class($col->getType()) == Lookup::class) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DOverflowHandler.php135 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
147 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
H A DBufferHandler.php153 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
165 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md25 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
66 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
79 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
92 echo get_class($args[0]); // "Nyholm\Dsn\Configuration\Url"
96 echo get_class($args[1]); // "Nyholm\Dsn\Configuration\DsnFunction"
111 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
117 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php106 $class = \get_class($obj);
123 $class = \get_class($obj);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php52 'Method `%s::%s()` is not defined.', get_class($double), $methodName
53 ), get_class($double), $methodName, $arguments);
64 get_class($double),
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data._interface.class.php4 die("Oops. Inoverridden 'process' method called in ".get_class($this));
H A Dfilter.post._interface.class.php4 die("Oops. Inoverridden 'process' method called in ".get_class($this));
H A Dparser._interface.class.php4 die("Oops! Unoverridden 'process' method called in ".get_class($this));
H A Doutput.pcl.class.php249 function close() { die("Unoverridden 'close' method called in ".get_class($this)); }
251 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); }
254 …function error_message() { die("Unoverridden 'error_message' method called in ".get_class($this));…
H A Dlayout._interface.class.php4 die("Oops. Inoverridden 'process' method called in ".get_class($this));
H A Dfilter.pre._interface.class.php4 die("Oops. Inoverridden 'process' method called in ".get_class($this));
H A Dfetched_data._html.class.php4 die("Unoverridden 'detect_encoding' called in ".get_class($this));
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php281 …ject']) && $trace['object'] instanceof Template && 'Twig_Template' !== \get_class($trace['object']…
282 $currentClass = \get_class($trace['object']);
286 $templateClass = \get_class($trace['object']);
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js33 get_class = function(object) { function
133 } else if (get_class(data) === "Blob" || get_class(data) === "File") {
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php252 'Nested exception (' . get_class($previous) . '):' . "\n" .
279 'Uncaught exception (' . get_class($exception) . '):' . "\n" .
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php112 $tickets = PHPUnit_Util_Test::getTickets(get_class($test), $name);
148 $tickets = PHPUnit_Util_Test::getTickets(get_class($test), $name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php175 $error->setAttribute('type', get_class($e));
203 $error->setAttribute('type', get_class($e));
231 $error->setAttribute('type', get_class($e));
445 $fault->setAttribute('type', get_class($e));
/plugin/typography/syntax/
H A Dwebfont.php20 $this->mode = substr(get_class($this), 7);
H A Dfontweight.php20 $this->mode = substr(get_class($this), 7);
H A Dbgcolor.php20 $this->mode = substr(get_class($this), 7);
/plugin/inlinejs/syntax/
H A Dembedinline.php41 $this->mode = substr(get_class($this), 7);
H A Dembedblock.php41 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php79 if ('Twig_Node' !== \get_class($node)) {
111 …if (!$expression && 'Twig_Node' !== \get_class($node) && $prependedNodes = array_shift($this->prep…
128 if ('Twig_Node_Expression_Name' === \get_class($node) && $node->isSimple()) {

12345678910>>...17