Home
last modified time | relevance | path

Searched refs:cat (Results 51 – 71 of 71) sorted by last modified time

123

/plugin/freechat/phpfreechat/misc/
H A DtarSource3 NAME=phpfreechat-`cat ../version.txt`
4 PFCSETUPNAME=pfcsetup-`cat ../version.txt`
37 php ./createwebinstaller.php `cat ../version.txt` > /dev/null
H A DsendSource3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz
4 NAME_ZIP=phpfreechat-`cat ../version.txt`.zip
5 NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php
/plugin/latexit/tests/
H A Dscript16 cat log
/plugin/tuxquote/
H A Dquotes.txt886 …of the lash. That one is the cat. If man could be crossed with a cat it would improve man, but it …
1427 A dog is a man's best friend. A cat is a cat's best friend. <BR> -- Robert J. Vogel
1435 Cats aren't clean, they're just covered with cat spit. <BR> -- John S. Nichols
1443 If man could be crossed with the cat it would improve man, but it would deteriorate the cat. <BR> -…
1452 One cat just leads to another. <BR> -- Ernest Hemingway
1457 The only good cat is a stir-fried cat. <BR> -- Alf, U.S. puppet
1458 To bathe a cat takes brute force, perseverance, courage of conviction -- and a cat. The last ingred…
1462 Where there are no tigers, a wild cat is very self-important. <BR> -- Korean Proverb
1463 You own a dog; you feed a cat. <BR> -- Jim Fiebig, NANA
1876 Never wear anything that panics the cat. <BR> -- P.J. O'Rourke, (1947--), U.S. humorist
[all …]
/plugin/maintenance/bin/
H A Dsample.sh18 cat >"$backup_dir/.htaccess" <<EOL
/plugin/aceeditor/
H A Dbuild.js1 …ampos|camproj|camroll|camtarget|camup|camva|camzoom|cart2pol|cart2sph|cast|cat|caxis|cd|cdf2rdf|cd…
H A DREADME10 Marc Català Sala <mcatala@ioc.cat>
/plugin/noticeboard/classes/
H A DNoticeList.php274 $cat = $this->categoryFilter;
277 if($cat > 3){
281 $cat -= 4;
283 if($cat > 1){
287 $cat -= 2;
289 if($cat == 1){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php274 $cat = $this->categoryFilter;
277 if($cat > 3){
281 $cat -= 4;
283 if($cat > 1){
287 $cat -= 2;
289 if($cat == 1){
/plugin/noticeboard/
H A Dsyntax.php307 $out .= "</th><th width='80' class='cat'>";
H A Daction.php358 $out .= "</th><th width='80' class='cat'>";
H A Dstyle.css152 div.noticeboard-show table thead th.cat,
153 table.noticeboard-show-detail thead th.cat{
/plugin/noticeboard/noticeboard/
H A Dsyntax.php307 $out .= "</th><th width='80' class='cat'>";
H A Daction.php358 $out .= "</th><th width='80' class='cat'>";
H A Dstyle.css152 div.noticeboard-show table thead th.cat,
153 table.noticeboard-show-detail thead th.cat{
/plugin/picasawebalbum/
H A DMakefile7 cat *.css > style.css
/plugin/reliwa/
H A Dsyntax.php135 } else if ($key == 'cat') {
/plugin/superacl/lang/fr/
H A Dhelp.txt3 … supprimer des permissions pour les catégories et les pages de votre wiki. Le panneau de gauche li…
/plugin/fullindex/
H A Dstyle.css5 ul.aqtree3clickable a.cat img{cursor:pointer}
/plugin/gcalendar/inc/
H A Dgcal_show.php177 $cat ="";
192 $cat[] = strtoupper($event["categories"]);
196 if(is_array($cat)) {
197 $cat_classes .= 'gCal_cell_cat_'.implode(' gCal_cell_cat_',$cat)." ";
H A Dgcal_read.php135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
145 $event["categories"] = $cat;
170 $cat_classes = 'gCal_cat_'.implode(' gCal_cat_',explode(' ',$cat))." ";

123