Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
type values can be:
typen-werte können sein:
Ultimo aggiornamento 2018-02-13
Frequenza di utilizzo: 1
Qualità:
type-approval values.
typgenehmigungswerte
Ultimo aggiornamento 2014-11-21
Frequenza di utilizzo: 2
Qualità:
value type:
werttyp:
Ultimo aggiornamento 2006-11-24
Frequenza di utilizzo: 5
Qualità:
(type) value
(type) value
Ultimo aggiornamento 2018-02-13
Frequenza di utilizzo: 1
Qualità:
in unix, for all type values, to render a double-byte character set, you must select this value.
unter unix: um bei allen type-werten einen aus doppelten byte bestehenden zeichensatz zu rendern, müssen sie diesen wert auswählen.
- if the function to debug contained operations with oid-type values, "can't read the blob" error occurred.
- wenn die funktion zum debuggen die operationen mit werten der oid-typen enthielt, trat der fehler "can't read the blob"auf.
returns the private type value used when starting the drag & drop operation.
gibt den privaten typ-wert zurück, welcher beim starten der drag & drop operation verwendet wurde.
connection type value 1 denotes a connection junction point with identical upper and lower coordinates.
ein typ von 1 spezifiziert einen verbindungskreuzungspunkt, obere und untere koordinaten sind dabei identisch.
$shadow = ( count ( $forum_terms ) > 1 ); $form [ 'shadow' ] = array ( '#type' => 'checkbox' , '#title' => t ( 'leave shadow copy' ), '#default_value' => $shadow , '#description' => t ( 'if you move this topic, you can leave a link in the old forum to the new forum.' ), ); $form [ 'forum_tid' ] = array ( '#type' => 'value' , '#value' => $node -> forum_tid , ); } return $form ; }
$containers = variable_get ( 'forum_containers' , array ()); $key = array_search ( $term -> tid , $containers ); if ( $key !== false ) { unset ( $containers [ $key ]); } variable_set ( 'forum_containers' , $containers ); }