Home
last modified time | relevance | path

Searched refs:parserList (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-simpleparse/SimpleParse-2.2.2/simpleparse/
H A Dgenerator.py54 self.parserList = []
63 if len(self.parserList) <= i or self.parserList[i] is None:
71 assert None not in self.parserList, str( self.parserList)
72 return self.parserList [self.getNameIndex (name)]
75 while index >= len(self.parserList):
76 self.parserList.append(None)
77 self.parserList[index] = parser
81 return self.parserList[ index ]
92 return self.parserList
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DataHandling/SoftReference/
H A DSoftReferenceParserFactory.php69 * @param string $parserList softRef parser list
72 protected function explodeSoftRefParserList(string $parserList): ?array argument
75 if ($parserList === '') {
78 $cacheId = 'backend-softRefList-' . md5($parserList);
84 $keyList = GeneralUtility::trimExplode(',', $parserList, true);
/dports/devel/ragel/ragel-6.10/ragel/
H A Dinputdata.cpp178 if ( parserList.length() == 0 ) in prepareMachineGen()
181 dotGenParser = parserList.head; in prepareMachineGen()
H A Dinputdata.h81 ParserList parserList; member
H A Drlscan.rl289 id.parserList.append( pdEl->value );
H A Drlscan.cpp406 id.parserList.append( pdEl->value ); in handleMachine()
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/
H A DDescHTML.inc359 class parserList extends parserStringWithInlineTags
374 function parserList($numbered)
394 * @param parserList $list the list to add
H A DParserDescCleanup.inc637 * This function converts these simple lists into the parserList class
817 * list_count to control nesting, the method creates a {@link parserList}
840 $this->p_vars['lists'][++$this->p_vars['list_count']] = new parserList($ordered);
1216 $this->p_vars['lists'][0] = new parserList($this->p_flags['orderedlist']);
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonMediaScanner/
H A Dmediascannerengine.cpp221 QList<MediaParserPtr> parserList = parsers(); in run() local
229 scanDir(path, parserList); in run()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php3061 * @param string $parserList softRef parser list
3067 public static function explodeSoftRefParserList($parserList) argument
3075 if ((string)$parserList === '') {
3080 $cacheId = 'backend-softRefList-' . md5($parserList);
3087 $keyList = GeneralUtility::trimExplode(',', $parserList, true);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php3249 * @param string $parserList softRef parser list
3254 public static function explodeSoftRefParserList($parserList) argument
3257 if ((string)$parserList === '') {
3262 $cacheId = 'backend-softRefList-' . md5($parserList);
3269 $keyList = GeneralUtility::trimExplode(',', $parserList, true);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.4/
H A DDeprecation-94687-SoftReferenceIndex.rst174 :php:`$parserList` as first argument, same as in the :php:`BackendUtility`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php3725 * @param string $parserList softRef parser list
3729 public static function explodeSoftRefParserList($parserList) argument
3732 if ((string)$parserList === '') {
3737 $cacheId = 'backend-softRefList-' . md5($parserList);
3744 $keyList = GeneralUtility::trimExplode(',', $parserList, true);
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/tutorials/Converters/
H A DConverter.cls107 …<listitem><para>{@link parserList} - both types of lists are represented by this object, and each …