Home
last modified time | relevance | path

Searched refs:getFirstTag (Results 1 – 16 of 16) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/scripts/pyParallel/
H A Ddivide_data.py25 lamarcTag = parallelCommon.getFirstTag(lamDom,"lamarc")
26 chainsTag = parallelCommon.getFirstTag(lamarcTag,"chains")
27 replicatesTag = parallelCommon.getFirstTag(chainsTag,"replicates")
65 formatTag = parallelCommon.getFirstTag(lamarcTag,"format")
H A Dcombine_replicates.py72 localTop = parallelCommon.getFirstTag(oneDom,"XML-summary-file")
101 lamarcTag = parallelCommon.getFirstTag(lamDom,"lamarc")
115 chainsTag = parallelCommon.getFirstTag(lamarcTag,"chains")
116 replicatesTag = parallelCommon.getFirstTag(chainsTag,"replicates")
122 formatTag = parallelCommon.getFirstTag(lamarcTag,"format")
H A Dcombine_regions.py125 localTop = parallelCommon.getFirstTag(oneDom,"XML-summary-file")
152 lamarcTag = parallelCommon.getFirstTag(lamDom,"lamarc")
166 formatTag = parallelCommon.getFirstTag(lamarcTag,"format")
H A DparallelCommon.py71 def getFirstTag(domElem,tagname): function
80 return getFirstTag(elem,tagname)
153 regionTag = getFirstTag(dataTag,"region")
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php587 list($tagAttributes) = $this->get_tag_attributes($this->getFirstTag($v), true);
651 $typoLinkData = explode(' ', substr($this->getFirstTag($v), 0, -1), 2)[1];
736 $tag = $this->getFirstTag($v);
803 list($attribArray) = $this->get_tag_attributes($this->getFirstTag($v), true);
834 $tag = $this->getFirstTag($v);
1084 $fTag = $this->getFirstTag($fullContentWithTag);
1237 list($attribArray) = $this->get_tag_attributes($this->getFirstTag($v), true);
1338 list($attributes) = $this->get_tag_attributes($this->getFirstTag($value), true);
1373 list($attributes) = $this->get_tag_attributes($this->getFirstTag($value), true);
H A DHtmlParser.php130 $tagsArray['tag_start'] = $this->getFirstTag($v);
215 public function getFirstTag($str) function in TYPO3\\CMS\\Core\\Html\\HtmlParser
236 * @see getFirstTag()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php375 [$tagAttributes] = $this->get_tag_attributes($this->getFirstTag($v), true);
425 $tag = $this->getFirstTag($v);
491 $tag = $this->getFirstTag($v);
736 $fTag = $this->getFirstTag($fullContentWithTag);
826 [$attributes] = $this->get_tag_attributes($this->getFirstTag($value), true);
868 [$attributes] = $this->get_tag_attributes($this->getFirstTag($value), true);
H A DHtmlParser.php135 $tagsArray['tag_start'] = $this->getFirstTag($v);
224 public function getFirstTag($str) function in TYPO3\\CMS\\Core\\Html\\HtmlParser
245 * @see getFirstTag()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Html/
H A DRteHtmlParser.php340 [$tagAttributes] = $this->get_tag_attributes($this->getFirstTag($v), true);
390 $tag = $this->getFirstTag($v);
457 $tag = $this->getFirstTag($v);
703 $fTag = $this->getFirstTag($fullContentWithTag);
793 [$attributes] = $this->get_tag_attributes($this->getFirstTag($value), true);
835 [$attributes] = $this->get_tag_attributes($this->getFirstTag($value), true);
H A DHtmlParser.php135 $tagsArray['tag_start'] = $this->getFirstTag($v);
224 public function getFirstTag($str) function in TYPO3\\CMS\\Core\\Html\\HtmlParser
245 * @see getFirstTag()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/pli/
H A Dpli_io.h495 PliTag *getFirstTag();
H A Dpli_io.cpp2594 PliTag *ParsedPli::getFirstTag() { in getFirstTag() function in ParsedPli
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateMaximalLocales.java1658 String firstTag = getFirstTag(locale); in toAlt()
1669 private static String getFirstTag(String locale) { in getFirstTag() method in GenerateMaximalLocales
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php3829 $tag = $htmlParser->getFirstTag($v);
3853 $tag = $htmlParser->getFirstTag($vvv);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php3463 $tag = $htmlParser->getFirstTag($v);
3487 $tag = $htmlParser->getFirstTag($vvv);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DContentObjectRenderer.php4127 $tag = $htmlParser->getFirstTag($v);
4151 $tag = $htmlParser->getFirstTag($vvv);