Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 uid=99(nobody) gid=98(nobody) groups=98(nobody) Safe-mode: OFF (not secure) /usr/doc/libxml2-2.5.4/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
xmlautomataSynopsisDetailsxmlAutomataPtr
A libxml automata description, It can be compiled into a regexp xmlAutomataStatePtr
A state int the automata description, xmlAutomataSetFinalState ()
Makes that state a final state xmlAutomataNewState ()
Create a new disconnected state in the automata xmlAutomataNewTransition ()
If to is NULL, this create first a new target state in the automata and then adds a an epsilon transition from the from state to the target state xmlAutomataNewCountTrans ()
If to is NULL, this create first a new target state in the automata and then adds a transition from the from state to the target state activated by a succession of input of value token and whose number is between min and max xmlAutomataNewOnceTrans ()
If to is NULL, this create first a new target state in the automata and then adds a transition from the from state to the target state activated by a succession of input of value token and whose number is between min and max, moreover that transistion can only be crossed once. xmlAutomataNewAllTrans ()
If to is NULL, this create first a new target state in the automata and then adds a an ALL transition from the from state to the target state. That transition is an epsilon transition allowed only when all transitions from the from node have been activated. xmlAutomataNewEpsilon ()
xmlAutomataNewCountedTrans ()
If to is NULL, this create first a new target state in the automata and then adds an epsilon transition from the from state to the target state which will increment the counter provided xmlAutomataNewCounterTrans ()
If to is NULL, this create first a new target state in the automata and then adds an epsilon transition from the from state to the target state which will be allowed only if the counter is within the right range. xmlAutomataNewCounter ()
Create a new counter xmlAutomataCompile ()
Compile the automata into a Reg Exp ready for being executed. The automata should be free after this point. xmlAutomataIsDeterminist ()
Checks if an automata is determinist. | ||||||||||||||||||||||
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0334 ]-- |