Home
last modified time | relevance | path

Searched refs:getTag (Results 51 – 75 of 116) sorted by last modified time

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSeqMapTaskOutputInfo.php53 public function getTag() function in Google\\Service\\Dataflow\\SeqMapTaskOutputInfo
/plugin/diagramsnet/lib/math/config/
H A DAccessible-full.js74getTag:function(){var m=this.global,k=m.tag;m.tagged=true;if(m.label){if(a.useLabelIds){k.id=a.for…
H A DAccessible.js71getTag:function(){var m=this.global,k=m.tag;m.tagged=true;if(m.label){if(a.useLabelIds){k.id=a.for…
H A DTeX-MML-AM_HTMLorMML-full.js71getTag:function(){var m=this.global,k=m.tag;m.tagged=true;if(m.label){if(a.useLabelIds){k.id=a.for…
H A DTeX-MML-AM_HTMLorMML.js68getTag:function(){var m=this.global,k=m.tag;m.tagged=true;if(m.label){if(a.useLabelIds){k.id=a.for…
H A DTeX-MML-AM_SVG-full.js64getTag:function(){var m=this.global,k=m.tag;m.tagged=true;if(m.label){if(a.useLabelIds){k.id=a.for…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19getTag:function(){var m=this.global,k=m.tag;m.tagged=true;if(m.label){if(a.useLabelIds){k.id=a.for…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1getTag = require('./_getTag'),\n initCloneArray = require('./_initCloneArray'),\n initCloneB…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1getTag","Ctor","ctorString","isObjectLike","assignValue","baseAssignValue","props","customizer","i…
/plugin/creole/helper/
H A Deventhandler.php36 public function getTag() { function in creole_syntax_event
46 $otherTag = $other->getTag();
/plugin/creole/syntax/
H A Dmonospace.php96 switch ($myEvent->getTag() == 'dw-monospace') {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php136 …BodyNode($asset, $body, $inputs, $filters, $name, $attributes, $token->getLine(), $this->getTag());
139 public function getTag() function in Assetic\\Extension\\Twig\\AsseticTokenParser
146 return $token->test(array('end'.$this->getTag()));
/plugin/minimap/_test/
H A Dminimap.test.php26 $componentName = syntax_plugin_minimap::getTag();
/plugin/minimap/
H A Dsyntax.php399 public static function getTag() function in syntax_plugin_minimap
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2642 var tag = getTag(value),
3294 objTag = objIsArr ? arrayTag : getTag(object),
3295 othTag = othIsArr ? arrayTag : getTag(other);
5452 var tag = getTag(object);
6044 var getTag = baseGetTag;
6048 (Map && getTag(new Map) != mapTag) ||
6050 (Set && getTag(new Set) != setTag) ||
6052 getTag = function(value) { function
9849 var tag = getTag(collection);
11488 var tag = getTag(value);
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2642 var tag = getTag(value),
3294 objTag = objIsArr ? arrayTag : getTag(object),
3295 othTag = othIsArr ? arrayTag : getTag(other);
5452 var tag = getTag(object);
6044 var getTag = baseGetTag;
6048 (Map && getTag(new Map) != mapTag) ||
6050 (Set && getTag(new Set) != setTag) ||
6052 getTag = function(value) { function
9849 var tag = getTag(collection);
11488 var tag = getTag(value);
[all …]
/plugin/webcomponent/syntax/
H A Dbutton.php138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
250 public static function getTag() function in syntax_plugin_webcomponent_button
257 $elements[] = self::getTag();
H A Dcard.php288 public static function getTag() function in syntax_plugin_webcomponent_card
H A Ddropdown.php88 $pattern = webcomponent::getLookAheadPattern(self::getTag());
101 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
242 public static function getTag() function in syntax_plugin_webcomponent_dropdown
H A Dcite.php39 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
92 public static function getTag() function in syntax_plugin_webcomponent_cite
/plugin/webcomponent/_test/
H A Dcard.test.php18 $componentName = syntax_plugin_webcomponent_card::getTag();
26 $componentName = syntax_plugin_webcomponent_card::getTag();
53 $componentName = syntax_plugin_webcomponent_card::getTag();
H A Dbutton.test.php20 $componentName = syntax_plugin_webcomponent_button::getTag();
H A Dcardcolumns.test.php31 '<'.syntax_plugin_webcomponent_card::getTag().' style="width: 18rem;">'.DOKU_LF.
34 '</'.syntax_plugin_webcomponent_card::getTag().'>'.DOKU_LF.
H A Dcite.test.php20 $elementName = syntax_plugin_webcomponent_cite::getTag();
30 $element = syntax_plugin_webcomponent_cite::getTag();

12345