Home
last modified time | relevance | path

Searched refs:post (Results 401 – 415 of 415) sorted by last modified time

1...<<11121314151617

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03.cfm66 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample04.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso79 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample04.lasso72 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample03.lasso66 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample01.lasso38 <form action="sampleposteddata.lasso" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp43 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample03.asp68 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample04.asp74 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample02.asp80 <form action="sampleposteddata.asp" method="post" target="_blank">
/plugin/textile2/
H A DclassTextile.php734 list(, $pre, $atts, $text, $title, $url, $slash, $post) = $m;
749 …f="' . $this->encode_html($url . $slash) . '"' . $atts . $this->rel . '>' . $text . '</a>' . $post;
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php516 $post = preg_replace("/__DEPENDENT_ON_NEXT_FIELD__/", '', $post);
526 preg_replace("/__SINGULAR_PLURAL__/", $value['plural'], $post) : $post;
533 preg_replace("/__SINGULAR_PLURAL__/", $value['singular'], $post) : $post;
537 */ $lastPre = substr($post, -1);
541 $firstPost = substr($post, 0, 1);
545 $post = substr($post, 1); // take a guess at removing first character of $post
550 $post = str_replace("`", '', $post);
552 $post = ($this->output == 'html') ? $this->utf8->utf8_htmlspecialchars($post) : $post;
568 $post = array_shift($independent);
582 $post = $dependent[3];
[all …]
H A DPARSESTYLE.php56 $post = $array[3];
77 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
79 $post = str_replace($dependent[0], "__DEPENDENT_ON_NEXT_FIELD__", $post);
98 else if(preg_match("/\^(.*)\^(.*)\^/U", $post, $matchCarat))
100 $post = str_replace($matchCarat[0], "__SINGULAR_PLURAL__", $post);
128 $final[$fieldName]['post'] = str_replace('`', '', $post);
131 $final[$fieldName]['post'] = $post;
/plugin/socialmark/
H A Dlist.txt15 http://del.icio.us/post?v=4;url=|Del.icio.us it !
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php237 $pre = $post = $dependentPre = $dependentPost = $dependentPreAlternative =
944 $post = $array[3];
965 if(preg_match("/%(.*)%(.*)%|%(.*)%/U", $post, $dependent))
967 $post = str_replace($dependent[0], "__DEPENDENT_ON_NEXT_FIELD__", $post);
986 else if(preg_match("/\^(.*)\^(.*)\^/U", $post, $matchCarat))
988 $post = str_replace($matchCarat[0], "__SINGULAR_PLURAL__", $post);
1024 $final[$fieldName]['post'] = str_replace('`', '', $post);
1027 $final[$fieldName]['post'] = $post;

1...<<11121314151617