Home
last modified time | relevance | path

Searched refs:getTag (Results 1 – 25 of 116) sorted by last modified time

12345

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js56758 objTag = getTag(object);
56763 othTag = getTag(other);
57398 var getTag = baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11,
57401getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map()) != mapTag || P…
57402 getTag = function getTag(value) {
59283 objTag = objIsArr ? arrayTag : getTag(object),
59284 othTag = othIsArr ? arrayTag : getTag(other);
59715 var getTag = baseGetTag; // Fallback for data views, maps, sets, and weak maps in IE 11 and promise…
59717getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map()) != mapTag || P…
59718 getTag = function getTag(value) {
/plugin/combo/syntax/
H A Drelated.php149 public static function getTag(): string function in syntax_plugin_combo_related
H A Dminimap.php406 public static function getTag() function in syntax_plugin_combo_minimap
H A Dtoggle.php83 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
92 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
222 static function getTag(): string function in syntax_plugin_combo_toggle
H A Dtogglecollapse.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
165 static function getTag(): string function in syntax_plugin_combo_togglecollapse
H A Dtoggleexpand.php80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
165 static function getTag(): string function in syntax_plugin_combo_toggleexpand
H A Dunit.php30 private static function getTag() function in syntax_plugin_combo_unit
168 $renderer->doc .= '<div class="webcomponent_' . self::getTag() . '"';
H A Dbrand.php104 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
117 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
260 static function getTag(): string function in syntax_plugin_combo_brand
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php70 $html .= "<strong>Plugin " . PluginUtility::PLUGIN_BASE_NAME . " - Component " . syntax_plugin_combo_related::getTag() . ": " . $lang['nothingfound'] . "</strong>";
/plugin/combo/vendor/symfony/yaml/
H A DInline.php132 return '!'.$value->getTag().' '.self::dump($value->getValue(), $flags);
H A DDumper.php98 $output .= sprintf('%s%s !%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', $value->getTag());
145 $output = sprintf('%s!%s', $prefix ? $prefix.' ' : '', $value->getTag());
/plugin/combo/vendor/symfony/yaml/Tag/
H A DTaggedValue.php29 public function getTag(): string function in Symfony\\Component\\Yaml\\Tag\\TaggedValue
/plugin/combo/ComboStrap/
H A DSite.php491 public static function getTag() function in ComboStrap\\Site
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2TrafficTarget.php77 public function getTag() function in Google\\Service\\CloudRun\\GoogleCloudRunV2TrafficTarget
H A DTrafficTarget.php113 public function getTag() function in Google\\Service\\CloudRun\\TrafficTarget
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSideInputInfo.php72 public function getTag() function in Google\\Service\\Dataflow\\SideInputInfo
H A DStreamingSideInputLocation.php55 public function getTag() function in Google\\Service\\Dataflow\\StreamingSideInputLocation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DApplyTenantProjectConfigRequest.php53 public function getTag() function in Google\\Service\\ServiceConsumerManagement\\ApplyTenantProjectConfigRequest
H A DUndeleteTenantProjectRequest.php37 public function getTag() function in Google\\Service\\ServiceConsumerManagement\\UndeleteTenantProjectRequest
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1895 public function getTag($length = 16) function in phpseclib3\\Crypt\\Common\\SymmetricKey
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Fulfillment.php108 public function getTag() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Fulfillment
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php270 public function getTag() function in Google\\Service\\TagManager\\ContainerVersion
H A DEntity.php89 public function getTag() function in Google\\Service\\TagManager\\Entity
H A DFolderEntities.php58 public function getTag() function in Google\\Service\\TagManager\\FolderEntities
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DPushFilter.php73 public function getTag() function in Google\\Service\\CloudBuild\\PushFilter

12345