Home
last modified time | relevance | path

Searched refs:format (Results 1276 – 1300 of 1384) sorted by last modified time

1...<<515253545556

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java135 …Process proc = runtime.exec(MessageFormat.format(config.getMp3command(), new Object[] {fragment.ge… in encode()
/plugin/htmlsafe/
H A Dsyntax.php36 function render($format, &$renderer, $data) { argument
37 if($format == 'xhtml'){
/plugin/dokupp/
H A Dsyntax.php27 static $format= '%u';
28 if ('#' === $match) return array('N', $format); //< use and increment current counter
34 list ($match, $format) = explode(':', $match);
35 return array(null, $format);
/plugin/ffindr/
H A Dffindr.php65 $format[] = $key;
68 $format = array_filter((array)$format);
73 'format' => $format ? $format : explode(' ', "date title location"),
/plugin/aceeditor/
H A Dbuild.js1format|fplot|fprintf|frame2im|fread|freqspace|frewind|fscanf|fseek|ftell|FTP|full|fullfile|func2st…
/plugin/searchpattern/
H A Dsyntax.php373 function render($format, &$renderer, $data) { argument
375 if($format == 'xhtml'){
/plugin/flowplayer/player/
H A DLICENSE.txt385 in accord with this section must be in a format that is publicly
/plugin/fblogin/lib/
H A Dfb_ca_chain_bundle.crt11 ## It contains the certificates in PEM format and therefore
/plugin/showlinkpermission/
H A Drenderer.php21 function canRender($format) { argument
22 return ($format == 'xhtml');
/plugin/editsections2/
H A Dsyntax.php68 function render($format, &$renderer, $data) argument
72 $format === 'xhtml'
/plugin/xbr/
H A Drenderer.php18 function canRender($format) { argument
19 return ($format=='xhtml');
/plugin/contactmodern/
H A DLICENSE338 in accord with this section must be in a format that is publicly
/plugin/fedauth/Auth/
H A DCOPYING185 comment syntax for the file format. We also recommend that a
H A DOpenID.php524 * arguments into the format string before logging.
526 * @param string $format_string The sprintf format for the message
/plugin/bbs/
H A Dsyntax.php36 function render($format, &$renderer, $data) { argument
37 if($format == 'xhtml'){
44 }else if($format == 'metadata'){
/plugin/facebooklike/
H A DLICENSE338 in accord with this section must be in a format that is publicly
/plugin/formatplus/syntax/
H A Dblockquoteplus.php75 function render($format, &$renderer, $data) { argument
77 if (substr($format,0,5) == 'xhtml'){
94 } elseif ($format == 'metadata') {
H A Dblockdeleteplus.php96 function render($format, &$renderer, $data) { argument
98 if (substr($format,0,5) == 'xhtml'){
121 } elseif ($format == 'metadata') {
H A Dblockinsertplus.php91 function render($format, &$renderer, $data) { argument
93 if (substr($format,0,5) == 'xhtml'){
116 } elseif ($format == 'metadata') {
H A Dquoteplus.php70 function render($format, &$renderer, $data) { argument
72 if ($format == 'xhtml'){
89 } elseif ($format == 'metadata') {
/plugin/formatplus/
H A Dformatting.php111 function render($format, &$renderer, $data) { argument
113 if ($format == 'xhtml'){
126 } elseif ($format == 'metadata') {
/plugin/mytemplate/
H A Daction.php234 function do_list($variable, $format, $minrows) { argument
242 $row = $format;
252 $emptyrow = preg_replace('/\s*[^|\^]+[^|\^ ]*/', ' <space> ', $format);
/plugin/zoom/
H A Dscript.js9format(str){for(var i=1;i<arguments.length;i++){str=str.replace('%'+(i-1),arguments[i])}return str… function
/plugin/photowidget/
H A Daction.php39 'type' => 'format',
/plugin/command/ext/
H A Ddt.php33 $format = null;
42 $format = $configVal;
47 $format = substr($configVal, $barPos + 1);
53 if(!empty($format))
56 $newDT = date($format);
58 $newDT = date($format, strtotime($content));

1...<<515253545556