Home
last modified time | relevance | path

Searched refs:get_class (Results 176 – 200 of 418) sorted by last modified time

12345678910>>...17

/plugin/box2/
H A Dsyntax.php50 if ($mode == substr(get_class($this), 7)) return true;
/plugin/symbols4odt/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern($substitionString, $mode, substr(get_class($this), 7));
57 $this->Lexer->addSpecialPattern("{{utf8symbol>.+?}}", $mode, substr(get_class($this), 7));
/plugin/outliner/
H A Dsyntax.php31 if ($mode == substr(get_class($this), 7)) return true;
/plugin/mediathumbnails/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern("{{thumbnail>.+?}}", $mode, substr(get_class($this), 7));
/plugin/refnotes/
H A Dbibtex.php136 $this->name = preg_replace('/refnotes_bibtex_(\w+)_mode/', '$1', get_class($this));
H A Dadmin.php188 if (get_class($field) != 'refnotes_config_textarea') {
/plugin/refnotes/syntax/
H A Dnotes.php20 $this->mode = substr(get_class($this), 7);
H A Dreferences.php29 $this->mode = substr(get_class($this), 7);
/plugin/exttab3/
H A Dsyntax.php47 $this->mode = substr(get_class($this), 7);
/plugin/htmldetailstag/syntax/
H A Ddetails.php32 if ($mode == substr(get_class($this), 7)) return true;
/plugin/publistf/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/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php170 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
241 …new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($value));
/plugin/webdav/core/Plugin/
H A DException.php44 'class' => get_class($e),
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php279 $error->appendChild($DOM->createElement('s:exception', $h(get_class($e))));
292 … $xPrevious->appendChild($DOM->createElement('s:exception', $h(get_class($previous))));
H A DServerPlugin.php69 return get_class($this);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php101 $type .= ' (' . get_class($deserializer) . ')';
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php324 $type .= ' (' . get_class($deserializer) . ')';
H A DService.php254 if (!isset($this->valueObjectMap[get_class($object)])) {
255 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
258 $this->valueObjectMap[get_class($object)],
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php214 $type = is_object($reason) ? get_class($reason) : gettype($reason);
H A Dcoroutine.php81 $type = is_object($reason) ? get_class($reason) : gettype($reason);
/plugin/webdav/core/DAV/
H A DAbstractDirectory.php40 return substr(get_class($this), 0, strrpos(get_class($this), '\\'));
/plugin/webdav/
H A Dserver.php67 'class' => get_class($e),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php512 if (get_class($node) === 'Sabre\\DAV\\SimpleCollection')
/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), \…

12345678910>>...17