Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  sanitize-image-links

  Sprache: C
 

Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/usr/bin/env bash
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

# This will reorder icon-themes/*/links.txt to the right order

for I in icon-themes/*/links.txt ; do
    D="${I%/links.txt}"
    cat "$I" | while read LINK ORIG
    do
        if [ -f "$D/$LINK" -a -f "$D/$ORIG" ] ; then
            if diff "$D/$LINK" "$D/$ORIG" >/dev/null 2>&1 ; then
                echo "$I: removing $LINK from git: both $LINK and $ORIG are the same files" 1>&2
                git rm "$D/$LINK" 1>/dev/null
                echo $LINK $ORIG
            else
                echo "$I: link and orig differs, check the images, and remove manually: $LINK $ORIG" 1>&le='color: green'>2
                echo $LINK $ORIG
            fi
        elif [ -f "$D/$LINK" ] ; then
            echo "$I: swapping to right order: $ORIG $LINK" 1>&2
            echo $ORIG $LINK
        elif [ -n "$LINK" -a "${LINK:0:1}" != "#" -a ! -f "$D/$LINK" -a ! -f "$D/$ORIG" ] ; then
            echo "$I: neither exists, removing the line: $LINK $ORIG" 1>&2
        else
            echo $LINK $ORIG
        fi
    done > "$I-fixed"

    mv "$I-fixed" "$I"
done

# vim: set expandtab sw=4 ts=4:

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik