Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Passende Seitennamen:

Volltextergebnisse:

string_operations @bash
283 Treffer, Zuletzt geändert:
====== String Operations in Bash/Shell ====== Quelle((http://www.softpanorama.org/Scripting/Shellorama/Reference/string_operations_in_shell.shtml)) ===== Length Operator ===== There are two way to get length of the string. The simplest one is ${#varname}, which returns ... ength of the value of the variable as a character string. For example, if filename has the value fred.c, t
test @bash
29 Treffer, Zuletzt geändert:
parentheses) <code>(("$a" >= "$b"))</code> ==== string comparison ==== = is equal to <code>if [ "$a"... application of this comparison operator. ---- -z string is null, that is, has zero length <code> String='' # Zero-length ("null") string variable. if [ -z "$String" ] then echo "\$String is nu
ubuntu_8.04 @eeepc
17 Treffer, Zuletzt geändert:
et /apps/nautilus/preferences/desktop_font --type string "Sans 8" gconftool-2 --set /desktop/gnome/interface/document_font_name --type string "Sans 8" gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 8" gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 8" gconftool-2 --set /desktop/gnome/i
htmldoc
8 Treffer, Zuletzt geändert:
de> Sets the bottom margin of the page. The "nnn" string can be any standard measurement value, e.g. 0.5in... the media color attribute for the page. The "foo" string is any color name that is supported by the printe... code> Sets the left margin of the page. The "nnn" string can be any standard measurement value, e.g. 0.5in... on attribute (input tray) for the page. The "nnn" string is an integer that usually specifies the tray num
if @shell
7 Treffer, Zuletzt geändert:
pty echo "the variable X is not the empty string" else echo "empty!" fi </code> http://pegasus.r... n used to examine the status of a file. There are string operators and numeric comparison operators as wel... t builtin (see section 4.3 The Set Builtin). -z string True if the length of string is zero. -n string string True if the length of string is non-zero. s
vim
5 Treffer, Zuletzt geändert:
n das Ende der Datei springen * '':%s/<RegExp>/<String>/g'' im gesamten Text suchen und ersetzen * '':s/<RegExp>/<String>/'' in der aktuellen Zeile suchen und bei der ersten Übereinstimmung ersetzen * '':s/<RegExp>/<String>/g'' in der aktuellen Zeile suchen und bei allen ... ich die Variable jetzt vrglStr, vrglstring, vrgl_string oder vrgl_String genannt habe. Also im Code die Z
ubuntu_hardy @fglrx
5 Treffer, Zuletzt geändert:
fglrxinfo </code> into a terminal. If the vendor string is not ATI, but Mesa, check [[#Removing Mesa driv... glrxinfo </code> into the terminal. If the vendor string contains ATI, you have installed the driver succe... ke: <code> display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: Radeon X1950 Series OpenGL version string: 2.1.7873 Releas
mint @nsm
5 Treffer, Zuletzt geändert:
de> // mint: Umsetzung Nummer auf Walze => Symbol String Walzenplan1 = "7KPMKGKZMKSMKPMOKZMK"; String Walzenplan2 = "KMKMKGKZKSMPK7MOKZMP"; String Walzenplan3 = "7KOMGKZKSMKMPKOMZKMK"; // Sonderspielgewinne: String WalzenplanSS = "10101010101010101010"; uint8_t r
regex
4 Treffer, Zuletzt geändert:
l: preg_replace z.B: meine Events: <code> $string_new = preg_replace("#(Passwort |Passwort: |PW: |P... tures.html?key=\\2\" target=\"_blank\">\\2</a>", $string_new); // Make link to rechnung /invoice if ($this->job_id > 0) $string_new = preg_replace("#(RECH:|RECH|INVOICE)+([0-9,]... bnumber=".$this->job_id."&key=\\2\"")." target=\"_blank\">Rechnung über \\2 EU</a>", $string_new); </code>
apc @ups
3 Treffer, Zuletzt geändert:
m # logging in during a power failure. # NOLOGON <string> [ disable | timeout | percent | minutes | always... master. #SLAVE slave1 #SLAVE slave2 # USERMAGIC <string> # Magic string use by slaves to identify themselves. Only applicable # on slaves. #USERMAGIC # # ==
syntax @wiki
3 Treffer, Zuletzt geändert:
atically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document. ... class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); //Display the string. } } </code> The following language strings
bash
2 Treffer, Zuletzt geändert:
{{::bashanleitung.pdf|PDF (Powerpoint)}} [[bash:string_operations|String-Operations]] Quelle((http://wiki.ubuntuusers.de/Bash)) Die Bash ist mittlerweile so
javascript
2 Treffer, Zuletzt geändert:
g() ==== Wandelt eine Zahl in eine Zeichenkette (String) um. Diese Methode ist dann notwendig, wenn Sie Methoden des Seite String-Objekts auf eine Zahl anwenden wollen. Die Method
mysql
2 Treffer, Zuletzt geändert:
ment]] [[http://dev.mysql.com/doc/refman/5.0/en/string-functions.html|STRING-functions of mySQL]] {{::sql.jpg?600|}} ===== Interne Variable zum Sortieren von
oxid
2 Treffer, Zuletzt geändert:
array $aWhere SQL condition array * @param string $sqlFull SQL query string * * @return $sQ */ protected function _prepareWhereQuery( $aWhe
paypal_plus
2 Treffer, Zuletzt geändert:
button @dokuwiki
2 Treffer, Zuletzt geändert:
webdav @ftp:server
2 Treffer, Zuletzt geändert:
android
1 Treffer, Zuletzt geändert:
imagemagick
1 Treffer, Zuletzt geändert:
linux_commands
1 Treffer, Zuletzt geändert:
nfs
1 Treffer, Zuletzt geändert:
qr
1 Treffer, Zuletzt geändert:
shell
1 Treffer, Zuletzt geändert:
sonyericsson
1 Treffer, Zuletzt geändert:
torch3vision @face_detection
1 Treffer, Zuletzt geändert:
changes @oxid
1 Treffer, Zuletzt geändert:
explode @shell
1 Treffer, Zuletzt geändert:
 
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0
DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp   Dogecoin Donations Accepted Here    DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp  DFmW2CEce3htPL1uNQuHUVu4Tk6WXigFQp