Home
last modified time | relevance | path

Searched refs:preposition (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DTreeHandler.php28 * @param int $preposition The placement of the new node with respect
47 $preposition, $ref, $text, $start, $length, $sourceStart, $sourceLength argument
56 * @param int $preposition The placement of the new node with respect
77 public function insertElement( $preposition, $ref, Element $element, $void, argument
108 * @param int $preposition The placement of the new node with respect
119 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ); argument
H A DRelayTreeHandler.php46 $preposition, $ref, $text, $start, $length, $sourceStart, $sourceLength argument
48 $this->nextHandler->characters( $preposition, $ref, $text, $start, $length,
55 public function insertElement( $preposition, $ref, Element $element, $void, argument
58 $this->nextHandler->insertElement( $preposition, $ref, $element, $void,
80 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ) { argument
81 $this->nextHandler->comment( $preposition, $ref, $text, $sourceStart, $sourceLength );
H A DTraceFormatter.php60 public static function characters( $preposition, $refNode, $text, $start, $length, argument
64 $prepName = self::getPrepositionName( $preposition );
70 public static function insertElement( $preposition, $refNode, Element $element, $void, argument
73 $prepName = self::getPrepositionName( $preposition );
97 public static function comment( $preposition, $refNode, $text, $sourceStart, $sourceLength ) { argument
98 $prepName = self::getPrepositionName( $preposition );
H A DDestructTracer.php24 public function characters( $preposition, $ref, $text, $start, $length, argument
29 public function insertElement( $preposition, $ref, Element $element, $void, argument
41 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ) { argument
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DTreeHandler.php28 * @param int $preposition The placement of the new node with respect
47 $preposition, $ref, $text, $start, $length, $sourceStart, $sourceLength argument
56 * @param int $preposition The placement of the new node with respect
77 public function insertElement( $preposition, $ref, Element $element, $void, argument
108 * @param int $preposition The placement of the new node with respect
119 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ); argument
H A DRelayTreeHandler.php46 $preposition, $ref, $text, $start, $length, $sourceStart, $sourceLength argument
48 $this->nextHandler->characters( $preposition, $ref, $text, $start, $length,
55 public function insertElement( $preposition, $ref, Element $element, $void, argument
58 $this->nextHandler->insertElement( $preposition, $ref, $element, $void,
80 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ) { argument
81 $this->nextHandler->comment( $preposition, $ref, $text, $sourceStart, $sourceLength );
H A DTraceFormatter.php60 public static function characters( $preposition, $refNode, $text, $start, $length, argument
64 $prepName = self::getPrepositionName( $preposition );
70 public static function insertElement( $preposition, $refNode, Element $element, $void, argument
73 $prepName = self::getPrepositionName( $preposition );
97 public static function comment( $preposition, $refNode, $text, $sourceStart, $sourceLength ) { argument
98 $prepName = self::getPrepositionName( $preposition );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/TreeBuilder/
H A DTreeHandler.php28 * @param int $preposition The placement of the new node with respect
47 $preposition, $ref, $text, $start, $length, $sourceStart, $sourceLength argument
56 * @param int $preposition The placement of the new node with respect
77 public function insertElement( $preposition, $ref, Element $element, $void, argument
108 * @param int $preposition The placement of the new node with respect
119 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ); argument
H A DRelayTreeHandler.php46 $preposition, $ref, $text, $start, $length, $sourceStart, $sourceLength argument
48 $this->nextHandler->characters( $preposition, $ref, $text, $start, $length,
55 public function insertElement( $preposition, $ref, Element $element, $void, argument
58 $this->nextHandler->insertElement( $preposition, $ref, $element, $void,
80 public function comment( $preposition, $ref, $text, $sourceStart, $sourceLength ) { argument
81 $this->nextHandler->comment( $preposition, $ref, $text, $sourceStart, $sourceLength );
H A DTraceFormatter.php60 public static function characters( $preposition, $refNode, $text, $start, $length, argument
64 $prepName = self::getPrepositionName( $preposition );
70 public static function insertElement( $preposition, $refNode, Element $element, $void, argument
73 $prepName = self::getPrepositionName( $preposition );
97 public static function comment( $preposition, $refNode, $text, $sourceStart, $sourceLength ) { argument
98 $prepName = self::getPrepositionName( $preposition );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/Serializer/
H A DSerializer.php135 protected function interpretPlacement( $preposition, $refElement ) { argument
136 if ( $preposition === TreeBuilder::ROOT ) {
146 if ( $preposition === TreeBuilder::BEFORE ) {
153 public function characters( $preposition, $refElement, $text, $start, $length, argument
156 list( $parent, $refNode ) = $this->interpretPlacement( $preposition, $refElement );
163 if ( $preposition === TreeBuilder::BEFORE ) {
184 * @param int $preposition
191 public function insertElement( $preposition, $refElement, Element $element, $void, argument
194 list( $parent, $refNode ) = $this->interpretPlacement( $preposition, $refElement );
221 if ( $preposition === TreeBuilder::BEFORE ) {
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/Serializer/
H A DSerializer.php135 protected function interpretPlacement( $preposition, $refElement ) { argument
136 if ( $preposition === TreeBuilder::ROOT ) {
146 if ( $preposition === TreeBuilder::BEFORE ) {
153 public function characters( $preposition, $refElement, $text, $start, $length, argument
156 list( $parent, $refNode ) = $this->interpretPlacement( $preposition, $refElement );
163 if ( $preposition === TreeBuilder::BEFORE ) {
184 * @param int $preposition
191 public function insertElement( $preposition, $refElement, Element $element, $void, argument
194 list( $parent, $refNode ) = $this->interpretPlacement( $preposition, $refElement );
221 if ( $preposition === TreeBuilder::BEFORE ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/Serializer/
H A DSerializer.php135 protected function interpretPlacement( $preposition, $refElement ) { argument
136 if ( $preposition === TreeBuilder::ROOT ) {
146 if ( $preposition === TreeBuilder::BEFORE ) {
153 public function characters( $preposition, $refElement, $text, $start, $length, argument
156 list( $parent, $refNode ) = $this->interpretPlacement( $preposition, $refElement );
163 if ( $preposition === TreeBuilder::BEFORE ) {
184 * @param int $preposition
191 public function insertElement( $preposition, $refElement, Element $element, $void, argument
194 list( $parent, $refNode ) = $this->interpretPlacement( $preposition, $refElement );
221 if ( $preposition === TreeBuilder::BEFORE ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/DOM/
H A DDOMSerializer.php58 public function characters( $preposition, $refElement, $text, $start, $length, argument
61 $this->builder->characters( $preposition, $refElement, $text, $start, $length,
68 public function insertElement( $preposition, $refElement, Element $element, $void, argument
71 $this->builder->insertElement( $preposition, $refElement, $element, $void,
92 public function comment( $preposition, $refElement, $text, $sourceStart, $sourceLength ) { argument
93 $this->builder->comment( $preposition, $refElement, $text, $sourceStart, $sourceLength );
H A DDOMBuilder.php136 private function insertNode( $preposition, $refElement, $node ) { argument
137 if ( $preposition === TreeBuilder::ROOT ) {
140 } elseif ( $preposition === TreeBuilder::BEFORE ) {
230 public function characters( $preposition, $refElement, $text, $start, $length, argument
234 if ( $preposition === TreeBuilder::ROOT ) {
237 } elseif ( $preposition === TreeBuilder::BEFORE ) {
269 public function insertElement( $preposition, $refElement, Element $element, $void, argument
277 $this->insertNode( $preposition, $refElement, $node );
293 public function comment( $preposition, $refElement, $text, $sourceStart, $sourceLength ) { argument
295 $this->insertNode( $preposition, $refElement, $node );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/DOM/
H A DDOMSerializer.php58 public function characters( $preposition, $refElement, $text, $start, $length, argument
61 $this->builder->characters( $preposition, $refElement, $text, $start, $length,
68 public function insertElement( $preposition, $refElement, Element $element, $void, argument
71 $this->builder->insertElement( $preposition, $refElement, $element, $void,
92 public function comment( $preposition, $refElement, $text, $sourceStart, $sourceLength ) { argument
93 $this->builder->comment( $preposition, $refElement, $text, $sourceStart, $sourceLength );
H A DDOMBuilder.php176 private function insertNode( $preposition, $refElement, $node ) { argument
177 if ( $preposition === TreeBuilder::ROOT ) {
180 } elseif ( $preposition === TreeBuilder::BEFORE ) {
276 public function characters( $preposition, $refElement, $text, $start, $length, argument
280 if ( $preposition === TreeBuilder::ROOT ) {
283 } elseif ( $preposition === TreeBuilder::BEFORE ) {
315 public function insertElement( $preposition, $refElement, Element $element, $void, argument
323 $this->insertNode( $preposition, $refElement, $node );
339 public function comment( $preposition, $refElement, $text, $sourceStart, $sourceLength ) { argument
341 $this->insertNode( $preposition, $refElement, $node );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/DOM/
H A DDOMSerializer.php58 public function characters( $preposition, $refElement, $text, $start, $length, argument
61 $this->builder->characters( $preposition, $refElement, $text, $start, $length,
68 public function insertElement( $preposition, $refElement, Element $element, $void, argument
71 $this->builder->insertElement( $preposition, $refElement, $element, $void,
92 public function comment( $preposition, $refElement, $text, $sourceStart, $sourceLength ) { argument
93 $this->builder->comment( $preposition, $refElement, $text, $sourceStart, $sourceLength );
H A DDOMBuilder.php136 private function insertNode( $preposition, $refElement, $node ) { argument
137 if ( $preposition === TreeBuilder::ROOT ) {
140 } elseif ( $preposition === TreeBuilder::BEFORE ) {
229 public function characters( $preposition, $refElement, $text, $start, $length, argument
233 if ( $preposition === TreeBuilder::ROOT ) {
236 } elseif ( $preposition === TreeBuilder::BEFORE ) {
267 public function insertElement( $preposition, $refElement, Element $element, $void, argument
275 $this->insertNode( $preposition, $refElement, $node );
291 public function comment( $preposition, $refElement, $text, $sourceStart, $sourceLength ) { argument
293 $this->insertNode( $preposition, $refElement, $node );
/dports/www/mediawiki135/mediawiki-1.35.5/includes/tidy/
H A DRemexCompatMunger.php133 private function getParentForInsert( $preposition, $refElement ) { argument
134 if ( $preposition === TreeBuilder::ROOT ) {
136 } elseif ( $preposition === TreeBuilder::BEFORE ) {
179 public function characters( $preposition, $refElement, $text, $start, $length, argument
187 if ( $preposition === TreeBuilder::UNDER ) {
205 $this->serializer->characters( $preposition, $refNode, $text, $start,
261 * @param int $preposition
268 public function insertElement( $preposition, $refElement, Element $element, $void, argument
276 $under = $preposition === TreeBuilder::UNDER;
324 $this->serializer->insertElement( $preposition, $newRef,
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/tidy/
H A DRemexCompatMunger.php133 private function getParentForInsert( $preposition, $refElement ) { argument
134 if ( $preposition === TreeBuilder::ROOT ) {
136 } elseif ( $preposition === TreeBuilder::BEFORE ) {
179 public function characters( $preposition, $refElement, $text, $start, $length, argument
187 if ( $preposition === TreeBuilder::UNDER ) {
205 $this->serializer->characters( $preposition, $refNode, $text, $start,
261 * @param int $preposition
268 public function insertElement( $preposition, $refElement, Element $element, $void, argument
276 $under = $preposition === TreeBuilder::UNDER;
324 $this->serializer->insertElement( $preposition, $newRef,
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/tidy/
H A DRemexCompatMunger.php133 private function getParentForInsert( $preposition, $refElement ) { argument
134 if ( $preposition === TreeBuilder::ROOT ) {
136 } elseif ( $preposition === TreeBuilder::BEFORE ) {
179 public function characters( $preposition, $refElement, $text, $start, $length, argument
187 if ( $preposition === TreeBuilder::UNDER ) {
205 $this->serializer->characters( $preposition, $refNode, $text, $start,
261 * @param int $preposition
268 public function insertElement( $preposition, $refElement, Element $element, $void, argument
276 $under = $preposition === TreeBuilder::UNDER;
324 $this->serializer->insertElement( $preposition, $newRef,
[all …]
/dports/russian/py-pytils/pytils-0.3/pytils/templatetags/
H A Dpytils_dt.py44 def ru_strftime(date, format="%d.%m.%Y", inflected_day=False, preposition=False): argument
61 preposition=preposition)
92 return ru_strftime(date, format, preposition=True)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dloop.lisp793 (let ((preposition (next-kw)))
794 (case preposition
819 `(WHEN (,(if (eq preposition 'IN)
886 (let ((preposition (next-kw)))
887 (case preposition
900 (case preposition
906 (parse-form preposition))
929 (case preposition
964 (let ((flags (case preposition
1043 (eq preposition 'BY))
[all …]
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dcfbgibbs.c51 preposition[i][j] = j*pw[i]; in precomputeposition()
67 pos += preposition[i][obs[start]]; in position()
81 storedpos[0] = position(obs, 0, R, tupleSize, preposition); in storeposition()
82 pos = position(obs, 1, R, tupleSize, preposition); in storeposition()
92 pos = position(obs, s, e, tupleSize, preposition); in storeposition()
122 pos = position(obs, 1, R, tupleSize, preposition); in storepositionH()
147 pos = position(obs, s, e, tupleSize, preposition); in storepositionH()
784 int **preposition = ighmm_dmatrix_alloc(R, mo->M); in ghmm_dmodel_cfbgibbs() local
814 ighmm_dmatrix_free(&preposition, R); in ghmm_dmodel_cfbgibbs()
839 int **preposition = ighmm_dmatrix_alloc(R, mo->M); in ghmm_dmodel_cfbgibbs() local
[all …]

12345678910>>...18