From professional translators, enterprises, web pages and freely available translation repositories.
pan-scan
pan-scan o
Last Update: 2009-12-08
Usage Frequency: 1
Quality:
custom pan-scan
custom pan-scan ctrl+o
Last Update: 2009-12-08
Usage Frequency: 1
Quality:
pan-scan ו costome pan-scan זכור
remember pan-scan and custon pan-scan settings
Last Update: 2009-12-08
Usage Frequency: 1
Quality:
ביציאה pan-scan ו costome pan-scan זוכרעובד רק עם רשימת-הרצה
remembers pan-scan option and custom pan-scan settings.only for playlist.
Last Update: 2009-12-08
Usage Frequency: 1
Quality:
given a target id this function returns and array with terms as received from the target in the last scan response.
yaz_scan_result() returns terms and associated information as received from the target in the last performed yaz_scan().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
function scan_titles( $id, $starterm) {yaz_scan($id ,"rpn", "@attr 1=4 ". $starterm); yaz_wait(); $errno = yaz_errno($id); if ($errno == 0) {$ar = yaz_scan_result($id, $options); echo 'scan ok; '; $ar = yaz_scan_result($id, $options); while(list($key,$val)=each($options)) {echo "$key = $val nbsp ;";} echo' br table tr td '; while(list($key,list($k, $term, $tcount))=each($ar)) {if (empty($k)) continue; echo" tr td $term / td td "; echo $tcount; echo" / td / tr ";} echo' / table ';} else {echo "scan failed.
function scan_titles( $id, $startterm) {yaz_scan($id ,"rpn", "@attr 1=4 ". $startterm); yaz_wait(); $errno = yaz_errno($id); if ($errno == 0) {$ar = yaz_scan_result($id, $options); echo'scan ok; '; while(list($key,$val)=each($options)) {echo "$key = $val nbsp ;";} echo' br table tr td '; while(list($key,list($k, $term, $tcount))=each($ar)) {if (empty($k)) continue; echo" tr td $term / td td "; echo $tcount; echo" / td / tr ";} echo' / table ';} else {echo "scan failed.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting