Home
last modified time | relevance | path

Searched refs:get_class (Results 276 – 300 of 418) sorted by relevance

1...<<11121314151617

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php107 get_class($attrListing)
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php168 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/wrap/syntax/
H A Ddiv.php20 if ($mode == substr(get_class($this), 7)) return true;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php218 $class = \get_class($class);
/plugin/combo/action/
H A Dresend.php186 $class = get_class($form);
/plugin/combo/ComboStrap/
H A DDataType.php204 return "object (" . get_class($value) . ")";
H A DCallStack.php111 $class = get_class($handler);
120 $callWriterClass = get_class($callWriter);
150 $handlerClass = get_class($handler);
/plugin/imapmarkers/syntax/
H A Dreference.php41 if ($mode == substr(get_class($this), 7))
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php306 switch (get_class($token)) {
361 switch (get_class($token)) {
/plugin/toctweak/syntax/
H A Dmetatoc.php23 $this->mode = substr(get_class($this), 7); // drop 'syntax_' from class name
/plugin/codedoc/
H A Dblock.php25 if ($mode == substr(get_class($this), 7)) return true;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php258 '#' . get_class($_[0])
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php282 $className = get_class($this);
/plugin/pagetitle/syntax/
H A Ddecorative.php51 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php182 $class = get_class($value);
/plugin/amazon_heavy/
H A Dclass.xmlreader.php139 print get_class ($this)." ".$this->version()." => $str";
/plugin/struct/
H A Dremote.php115 $class = explode('\\', get_class($column->getType()));
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php110 …e of type "%s", but only scalars and stream resources are supported.', \get_class($this->input), \…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php133 … if (get_class($node) === 'Twig_Node' && $node->getNode(0) instanceof Twig_Node_SetTemp) {
/plugin/refnotes/syntax/
H A Dnotes.php20 $this->mode = substr(get_class($this), 7);
/plugin/swiftmail/Swift/Connection/
H A DRotator.php57 $log->add("Adding new connection of type '" . get_class($connection) . "' to rotator.");
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php92 $realClass = is_object($object) ? get_class($object) : '';
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php214 $type = is_object($reason) ? get_class($reason) : gettype($reason);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php187 if(is_object($method) && get_class($method) == "method") {

1...<<11121314151617