Lines Matching refs:param

50      * @param string $handler handler method name (see mode handlers below)
51 * @param mixed $args arguments for this call
52 * @param int $pos byte position in the original source file
73 * @param CallWriterInterface $callWriter
83 * @param string $status
95 * @param string $status
96 * @param mixed $value
113 * @param string $plugin name of the plugin
114 * @param mixed $args arguments for this call
115 * @param int $state a LEXER_STATE_* constant
116 * @param int $pos byte position in the original source file
117 * @param string $match matched syntax
178 * @param string $options space separated list of key-value pairs,
246 * @param string $match matched syntax
247 * @param int $state a LEXER_STATE_* constant
248 * @param int $pos byte position in the original source file
249 * @param string $name actual mode name
284 * @param string $match matched syntax
285 * @param int $state a LEXER_STATE_* constant
286 * @param int $pos byte position in the original source file
287 * @param string $pluginname name of the plugin
307 * @param string $match matched syntax
308 * @param int $state a LEXER_STATE_* constant
309 * @param int $pos byte position in the original source file
322 * @param string $match matched syntax
323 * @param int $state a LEXER_STATE_* constant
324 * @param int $pos byte position in the original source file
346 * @param string $match matched syntax
347 * @param int $state a LEXER_STATE_* constant
348 * @param int $pos byte position in the original source file
358 * @param string $match matched syntax
359 * @param int $state a LEXER_STATE_* constant
360 * @param int $pos byte position in the original source file
370 * @param string $match matched syntax
371 * @param int $state a LEXER_STATE_* constant
372 * @param int $pos byte position in the original source file
382 * @param string $match matched syntax
383 * @param int $state a LEXER_STATE_* constant
384 * @param int $pos byte position in the original source file
394 * @param string $match matched syntax
395 * @param int $state a LEXER_STATE_* constant
396 * @param int $pos byte position in the original source file
406 * @param string $match matched syntax
407 * @param int $state a LEXER_STATE_* constant
408 * @param int $pos byte position in the original source file
418 * @param string $match matched syntax
419 * @param int $state a LEXER_STATE_* constant
420 * @param int $pos byte position in the original source file
430 * @param string $match matched syntax
431 * @param int $state a LEXER_STATE_* constant
432 * @param int $pos byte position in the original source file
442 * @param string $match matched syntax
443 * @param int $state a LEXER_STATE_* constant
444 * @param int $pos byte position in the original source file
454 * @param string $match matched syntax
455 * @param int $state a LEXER_STATE_* constant
456 * @param int $pos byte position in the original source file
466 * @param string $match matched syntax
467 * @param int $state a LEXER_STATE_* constant
468 * @param int $pos byte position in the original source file
478 * @param string $match matched syntax
479 * @param int $state a LEXER_STATE_* constant
480 * @param int $pos byte position in the original source file
490 * @param string $match matched syntax
491 * @param int $state a LEXER_STATE_* constant
492 * @param int $pos byte position in the original source file
534 * @param string $match matched syntax
535 * @param int $state a LEXER_STATE_* constant
536 * @param int $pos byte position in the original source file
563 * @param string $match matched syntax
564 * @param int $state a LEXER_STATE_* constant
565 * @param int $pos byte position in the original source file
577 * @param string $match matched syntax
578 * @param int $state a LEXER_STATE_* constant
579 * @param int $pos byte position in the original source file
607 * @param string $match matched syntax
608 * @param int $state a LEXER_STATE_* constant
609 * @param int $pos byte position in the original source file
641 * @param string $match matched syntax
642 * @param int $state a LEXER_STATE_* constant
643 * @param int $pos byte position in the original source file
652 * @param string $match matched syntax
653 * @param int $state a LEXER_STATE_* constant
654 * @param int $pos byte position in the original source file
655 * @param string $type either 'code' or 'file'
667 $param = preg_split('/\s+/', $matches[0], 2, PREG_SPLIT_NO_EMPTY);
668 while (count($param) < 2) $param[] = null;
670 if ($param[0] == 'html') $param[0] = 'html4strict';
671 if ($param[0] == '-') $param[0] = null;
672 array_unshift($param, $matches[1]);
674 $param [] = $this->parse_highlight_options($options[0]);
676 $this->addCall($type, $param, $pos);
682 * @param string $match matched syntax
683 * @param int $state a LEXER_STATE_* constant
684 * @param int $pos byte position in the original source file
694 * @param string $match matched syntax
695 * @param int $state a LEXER_STATE_* constant
696 * @param int $pos byte position in the original source file
706 * @param string $match matched syntax
707 * @param int $state a LEXER_STATE_* constant
708 * @param int $pos byte position in the original source file
718 * @param string $match matched syntax
719 * @param int $state a LEXER_STATE_* constant
720 * @param int $pos byte position in the original source file
730 * @param string $match matched syntax
731 * @param int $state a LEXER_STATE_* constant
732 * @param int $pos byte position in the original source file
743 * @param string $match matched syntax
744 * @param int $state a LEXER_STATE_* constant
745 * @param int $pos byte position in the original source file
755 * @param string $match matched syntax
756 * @param int $state a LEXER_STATE_* constant
757 * @param int $pos byte position in the original source file
767 * @param string $match matched syntax
768 * @param int $state a LEXER_STATE_* constant
769 * @param int $pos byte position in the original source file
779 * @param string $match matched syntax
780 * @param int $state a LEXER_STATE_* constant
781 * @param int $pos byte position in the original source file
792 * @param string $match matched syntax
793 * @param int $state a LEXER_STATE_* constant
794 * @param int $pos byte position in the original source file
809 * @param string $match matched syntax
810 * @param int $state a LEXER_STATE_* constant
811 * @param int $pos byte position in the original source file
821 * @param string $match matched syntax
822 * @param int $state a LEXER_STATE_* constant
823 * @param int $pos byte position in the original source file
892 * @param string $match matched syntax
893 * @param int $state a LEXER_STATE_* constant
894 * @param int $pos byte position in the original source file
904 * @param string $match matched syntax
905 * @param int $state a LEXER_STATE_* constant
906 * @param int $pos byte position in the original source file
916 * @param string $match matched syntax
917 * @param int $state a LEXER_STATE_* constant
918 * @param int $pos byte position in the original source file
934 * @param string $match matched syntax
935 * @param int $state a LEXER_STATE_* constant
936 * @param int $pos byte position in the original source file
970 * @param string $match matched syntax
971 * @param int $state a LEXER_STATE_* constant
972 * @param int $pos byte position in the original source file
995 * @param string $match matched syntax
996 * @param int $state a LEXER_STATE_* constant
997 * @param int $pos byte position in the original source file
1008 * @param string $match matched syntax
1009 * @param int $state a LEXER_STATE_* constant
1010 * @param int $pos byte position in the original source file
1105 $param = substr($link[0], $pos + 1);
1108 $param = '';
1112 if (preg_match('#(\d+)(x(\d+))?#i', $param, $size)) {
1121 if (preg_match('/nolink/i', $param)) {
1123 } elseif (preg_match('/direct/i', $param)) {
1125 } elseif (preg_match('/linkonly/i', $param)) {
1132 if (preg_match('/(nocache|recache)/i', $param, $cachemode)) {