Home
last modified time | relevance | path

Searched refs:getClass (Results 26 – 50 of 76) sorted by relevance

1234

/plugin/odt/ODT/elements/
H A DODTElementList.php89 if ($previous->getClass() == 'list') {
H A DODTStateElement.php46 public function getClass() { function in ODTStateElement
H A DODTElementTableColumn.php72 if ($table->getClass() == 'table') {
H A DODTElementTableCell.php93 if ($previous->getClass() == 'table') {
H A DODTElementTable.php297 if ($current->getClass() == 'table-cell') {
301 if ($current->getClass() == 'table') {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php70 $replacements[$placeholder] = '[object '.Utils::getClass($val).']';
/plugin/combo/ComboStrap/
H A DSearchTag.php48 $extraClass = $tagAttributes->getClass("");
H A DLazyLoad.php169 public static function getClass() function in ComboStrap\\LazyLoad
H A DToc.php35 public static function getClass(): string function in ComboStrap\\Toc
H A DSvgImageLink.php246 $fetcherSvg->setRequestedClass($this->mediaMarkup->getExtraMediaTagAttributes()->getClass());
H A DIdentityFormsHelper.php167 $class = $loginCss->getClass();
/plugin/struct/meta/
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
H A DAggregationList.php127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
H A DSchemaEditor.php147 $selected = ($col->getType()->getClass() == $type) ? 'selected="selected"' : '';
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php348 if (!$expectedException->getClass()) {
352 return $expectedException->getClass()->isInstance($object);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2411 Theme.prototype.getClass = function (key) {
6839 '<table class="' + theme.getClass('tableGrid') + '">' +
6875 view.calendar.theme.getClass('widgetHeader')
7411 '<table class="' + theme.getClass('tableGrid') + '">' +
7987 '<table class="' + theme.getClass('tableGrid') + '">' +
10830 var widgetClass = theme.getClass('widget');
10836 var widgetClass = _this.theme.getClass('widget');
12898 '<table class="' + theme.getClass('tableGrid') + '">' +
14120 this.calendar.theme.getClass('listView'));
14541 theme.getClass('button'),
[all …]
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php60 public static function getClass(): string function in ComboStrap\\Tag\\WebCodeTag
358 $webcodeClass = WebCodeTag::getClass();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php18 public static function getClass(object $object): string function in Monolog\\Utils
H A DErrorHandler.php193 …sprintf('Uncaught Exception %s: "%s" at %s line %s', Utils::getClass($e), $e->getMessage(), $e->ge…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php191 $str = '[object] (' . Utils::getClass($e) . '(code: ' . $e->getCode();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1002 Method getter = target.getClass().getMethod( in actionPerformed()
1008 Method setter = target.getClass().getMethod( in actionPerformed()
1113 Method getter = target.getClass().getMethod("is" + fieldname); in update()
1129 Method getter = target.getClass().getMethod("is" + fieldname); in execute()
1130 Method setter = target.getClass().getMethod("set" + fieldname, in execute()
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java85 manager.loadLibrary(getClass().getResource("toolbar_buttons.swf")); in encode()
271 BufferedImage mouseBi = ImageIO.read(getClass().getResource("mouse.png")); in encode()
/plugin/batchedit/
H A Dinterface.php20 public function getClass() { function in BatcheditMessage
151 print('<div class="' . $message->getClass() . '">');
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php683 …return $test instanceof \Twig_Test_Node ? $test->getClass() : 'Twig\Node\Expression\TestExpression…
713 …return $function instanceof \Twig_Function_Node ? $function->getClass() : 'Twig\Node\Expression\Fu…
743 …return $filter instanceof \Twig_Filter_Node ? $filter->getClass() : 'Twig\Node\Expression\FilterEx…

1234