Home
last modified time | relevance | path

Searched refs:pos (Results 251 – 275 of 1609) sorted by last modified time

1...<<11121314151617181920>>...65

/plugin/btable2/
H A Dsyntax.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/stellarium/
H A Dsyntax.php34 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/htmlmetatags/syntax/
H A Dsyntax.php61 * @param int $pos
67 public function handle($match, $state, $pos, Doku_Handler $handler) {
70 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/notification/syntax/
H A Dlist.php32 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/ireadit/syntax/
H A Direadit.php31 function handle($match, $state, $pos, Doku_Handler $handler) argument
H A Dlist.php25 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/howhard/
H A Dsyntax.php66 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/autonumbering/
H A Dsyntax.php77 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/odt/ODT/
H A DODTHeading.php18 * @param int $pos byte position in the original source
H A DODTSpan.php148 $pos = 0;
149 while ($pos < $max) {
150 $found = ODTUtility::getNextTag($HTMLCode, $pos);
153 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
181 $pos = $found [1]+1;
184 $entry ['content'] = substr($HTMLCode, $pos);
H A DODTUtility.php134 $pos = 0;
136 while ($pos < $max) {
180 $pos = $start_close;
594 for ($pos = 0 ; $pos < $max ; $pos++) {
595 switch ($value [$pos]) {
606 $pos += 4;
618 $pos += 4;
828 $pos = 0;
829 while ($pos < $max) {
833 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
[all …]
H A DXMLUtil.php51 $pos = 0;
56 while ($pos < $max) {
79 $pos = $angle + 1;
117 $pos = 0;
124 while ($pos < $max) {
147 $pos = $angle + 1;
190 $pos = 0;
196 while ($pos < $max) {
236 $pos = $angle + 1;
281 $pos = 0;
[all …]
H A Dstyleset.php106 $pos = 0;
108 while ($pos < $max) {
109 $xml_code = XMLUtil::getNextElement($element, substr($style_elements, $pos), $end);
113 $pos += $end;
H A DODTDocument.php689 * @param int $pos byte position in the original source
704 * @param int $pos byte position in the original source
/plugin/odt/ODT/css/
H A Dcssdocument.php155 * @param integer $pos Current position in $input
159 protected function collect_attribute_value (&$value, $input, $pos, $max) { argument
163 while ($pos < $max) {
164 $sign = $input [$pos];
165 $pos++;
185 return $pos;
201 $pos = 0;
203 while ($pos < $max) {
204 $equal_sign = strpos ($attributes, '=', $pos);
208 $att_name = substr ($attributes, $pos, $equal_sign-$pos);
[all …]
H A Dcssimportnew.php195 $pos = 0;
260 $pos++;
424 $pos = 0;
441 $pos++;
454 $pos++;
716 $pos = 0;
728 $property = substr ($decls, $pos, $colon - $pos);
889 $pos = 0;
900 $pos += 2;
917 $pos++;
[all …]
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php226 $pos = 0;
229 $pos = $end;
234 $tab = XMLUtil::getElement('style:tab-stop', substr ($tabs, $pos), $end);
235 $pos += $end;
H A DODTTextListStyle.php143 $pos = 0;
147 while ($pos < $max)
150 $level = XMLUtil::getNextElement($element, substr($content, $pos), $end);
193 $pos += $end;
H A DODTTextOutlineStyle.php117 $pos = 0;
120 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
121 $pos += $end;
140 $level = XMLUtil::getElement('text:outline-level-style', substr($xmlCode, $pos), $end);
141 $pos += $end;
142 if ($pos >= $max) {
/plugin/odt/helper/
H A Dconfig.php526 * @param string $pos Poistion in wiki page
529 public function addingToMetaIsAllowed($name, $pos) { argument
531 if ($pos != 0 and $this->config [$name]['addMetaAtStartOnly']) {
H A Dcssimport.php942 $pos = 0;
944 while ( $pos < $end ) {
954 $property = substr ($decls, $pos, $colon - $pos);
977 $pos = $semi + 1;
1123 $pos = 0;
1134 $pos += 2;
1145 $pos += 2;
1151 $pos++;
1162 $pos = 0;
1183 $before_open_bracket = substr ($contents, $pos, $bracket_open - $pos);
[all …]
/plugin/odt/renderer/
H A Dpage.php667 * @param int $pos byte position in the original source
669 function header($text, $level, $pos){ argument
755 function table_open($maxcols = NULL, $numrows = NULL, $pos = NULL){ argument
759 function table_close($pos = NULL){ argument
/plugin/odt/
H A Dsyntax.php56 * @param int $pos The character position of the matched text
60 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
79 return array($info_type, $info_value, $pos);
107 list($info_type, $info_value, $pos) = $data;
116 if ($this->config->addingToMetaIsAllowed($info_type, $pos)) {
/plugin/keyboard/
H A Dsyntax.php45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/openid/Auth/Yadis/
H A DParseHTML.php167 foreach ([$key_tags_pos[3], $key_tags_pos[4]] as $pos) {
168 if (!is_null($pos) && $pos < $key_tags_pos[2]) {
169 $key_tags_pos[2] = $pos;

1...<<11121314151617181920>>...65