Terme(s) anglais associé(s) à : type
|
Nom anglais |
Nom français |
 |
 |
Complément |
 |
input | entrée |  |
 |
<*label class="checkbox-inline" data-toggle="tooltip" data-placement="bottom" title="Sur la zone rubrique">
<*input class="radio checkbox-inline" alt="rubrique" title= "rubrique" type="radio" name="typerecherche" value="rubrique"> R <*/label>
type : radio, checkbox,
voir aussi input HTML
En rapport avec:, data-toggle, radio, type, checkbox-inline,
Catégorie : Bootstrap Rubrique: form
|
Ang: input
Fra.: entrée
<*label class="checkbox-inline" data-toggle="tooltip" data-placement="bottom" title="Sur la zone rubrique">
<*input class="radio checkbox-inline" alt="rubrique" title= "rubrique" type="radio" name="typerecherche" value="rubrique"> R <*/label>
type : radio, checkbox,
voir aussi input HTML
En rapport avec:, data-toggle, radio, type, checkbox-inline,
Catégorie: Bootstrap Rubrique: form
|
|
data type | type de valeur |  |
 |
bool, byte, char, decimal, double, float, in, long, short,
En rapport avec:, type,
Catégorie : C SHARP Rubrique: data |
Ang: data type
Fra.: type de valeur
bool, byte, char, decimal, double, float, in, long, short,
En rapport avec:, type,
Catégorie: C SHARP Rubrique: data |
|
ETHERCHANNEL | agrégation de liens |  |
type |
protocole EtherChannel (agrégation de liens)
PAgP : Port Agrégation Protocol
LACP : Link Aggregation Control Protocol
vitesse augmentée entre les switchs on utilisant plusieurs ports
-> 2 ports -> 1 lien logique
En rapport avec:, PAGP, LACP,
Catégorie : Cisco Rubrique: type |
Ang: ETHERCHANNEL
Fra.: agrégation de liens
protocole EtherChannel (agrégation de liens)
PAgP : Port Agrégation Protocol
LACP : Link Aggregation Control Protocol
vitesse augmentée entre les switchs on utilisant plusieurs ports
-> 2 ports -> 1 lien logique
En rapport avec:, PAGP, LACP,
Catégorie: Cisco Rubrique: type |
|
email | messagerie |  |
 |
<*td><*input type='email' name='e_mail' value="<*?php echo $e_mail; *?>" ><*/td>
-- exemple -->
<*tr>
<*td>Mail<*/td>
<*td><*input type='email' name='e_mail' class='form-control' value="<*?php echo $e_mail; *?>" required><*/td>
<*/tr>
voir aussi mail dans PHP
En rapport avec:, email, input, type,
Catégorie : HTML Rubrique: email
|
Ang: email
Fra.: messagerie
<*td><*input type='email' name='e_mail' value="<*?php echo $e_mail; *?>" ><*/td>
-- exemple -->
<*tr>
<*td>Mail<*/td>
<*td><*input type='email' name='e_mail' class='form-control' value="<*?php echo $e_mail; *?>" required><*/td>
<*/tr>
voir aussi mail dans PHP
En rapport avec:, email, input, type,
Catégorie: HTML Rubrique: emailSite
|
|
checkbox | case à cocher |  |
 |
En rapport avec:, program, type,
Catégorie : HTML Rubrique: form
|
Ang: checkbox
Fra.: case à cocher
En rapport avec:, program, type,
Catégorie: HTML Rubrique: form
|
|
input | saisie |  |
 |
Votre Nom <*input name "nom" type="text" width="150">
type : button, checkbox, color, date, email, hidden, image, email,
number, password, radio, range, search, submit, tel, url,text, radio,
Attribut (attribute) : name, size, maxlength, value, required, pattern, placeholder,
- - - - - - - - - - - - -
<*input name="test" type="radio">10
<*input name="test2" type="radio">20
- - - - - - - - - - - - -
<*input name="test" type="checkbox">Exemple 1
<*input name="test1" type="checkbox">Exemple 2
- - - - - - - - - - - - -
<*td><*INPUT TYPE=SUBMIT VALUE=Envoyer><*/td>
<*td><*INPUT TYPE=RESET VALUE=Effacer>*td>
- - - - - - - - - - - - - -
Votre mail : <*input *type="email" name="mon_mail" required><*br><*input *type="submit" *value="Envoyez">
- - - - - - - - - - - - - -
Valeur : <*input *type="number" name="ma_valeur" min="5" max="30" step="5" value="10">
En rapport avec:, form, pattern, placeholder, required, form-control, type, disabled,
Catégorie : HTML Rubrique: form
|
Ang: input
Fra.: saisie
Votre Nom <*input name "nom" type="text" width="150">
type : button, checkbox, color, date, email, hidden, image, email,
number, password, radio, range, search, submit, tel, url,text, radio,
Attribut (attribute) : name, size, maxlength, value, required, pattern, placeholder,
- - - - - - - - - - - - -
<*input name="test" type="radio">10
<*input name="test2" type="radio">20
- - - - - - - - - - - - -
<*input name="test" type="checkbox">Exemple 1
<*input name="test1" type="checkbox">Exemple 2
- - - - - - - - - - - - -
<*td><*INPUT TYPE=SUBMIT VALUE=Envoyer><*/td>
<*td><*INPUT TYPE=RESET VALUE=Effacer>*td>
- - - - - - - - - - - - - -
Votre mail : <*input *type="email" name="mon_mail" required><*br><*input *type="submit" *value="Envoyez">
- - - - - - - - - - - - - -
Valeur : <*input *type="number" name="ma_valeur" min="5" max="30" step="5" value="10">
En rapport avec:, form, pattern, placeholder, required, form-control, type, disabled,
Catégorie: HTML Rubrique: formSite
|
|
text | texte |  |
 |
<*td>Plante<*/td>
<*td><*input type='text' name='plante' class='form-control' placeholder='arbre, arbuste, vivace' value="*php *echo $plante; ?>" required><*/td>
++++++++++
attribut title pour avoir des détails sur du texte.
<*th class="text-center" align="center" title="arbre exotique">arbre ex.<*/th>
em, i, small, strong, sub, sup, ins, del mark,
En rapport avec:, type, input, ins, small, strong, sub, ins, mark, del, character, textarea, title, th, align, text-center,
Catégorie : HTML Rubrique: form
|
Ang: text
Fra.: texte
<*td>Plante<*/td>
<*td><*input type='text' name='plante' class='form-control' placeholder='arbre, arbuste, vivace' value="*php *echo $plante; ?>" required><*/td>
++++++++++
attribut title pour avoir des détails sur du texte.
<*th class="text-center" align="center" title="arbre exotique">arbre ex.<*/th>
em, i, small, strong, sub, sup, ins, del mark,
En rapport avec:, type, input, ins, small, strong, sub, ins, mark, del, character, textarea, title, th, align, text-center,
Catégorie: HTML Rubrique: form
|
|
authentication protocol | protocole authentification |  |
type |
PPP :
- PAP
- CHAP
- MS-CHAP
AAA:
- TACACS+
- RADIUS
Kerberos
En rapport avec:, PAP, CHAP, MS-CHAP, RADIUS, TACACS+, Kerberos,
Catégorie : network Rubrique: type
|
Ang: authentication protocol
Fra.: protocole authentification
PPP :
- PAP
- CHAP
- MS-CHAP
AAA:
- TACACS+
- RADIUS
Kerberos
En rapport avec:, PAP, CHAP, MS-CHAP, RADIUS, TACACS+, Kerberos,
Catégorie: network Rubrique: type
|
|
cryptographic protocol | protocole de cryptage (SSL, TLS) |  |
type |
SSL, TLS,
En rapport avec:, SSL, TLS, cipher, security protocol,
Catégorie : network Rubrique: type
|
Ang: cryptographic protocol
Fra.: protocole de cryptage (SSL, TLS)
SSL, TLS,
En rapport avec:, SSL, TLS, cipher, security protocol,
Catégorie: network Rubrique: typeSite
|
|
dynamic routing protocol | protocole de routage dynamique |  |
type |
IGP :
- vecteur de distance :RIPv2, EIGRP
- Etat de liens : OSPF, IS-IS
EGPs:
- BGP
En rapport avec:, igp, ripv2, eigrp, ospf, is-is, bgp, egp,
Catégorie : network Rubrique: type
|
Ang: dynamic routing protocol
Fra.: protocole de routage dynamique
IGP :
- vecteur de distance :RIPv2, EIGRP
- Etat de liens : OSPF, IS-IS
EGPs:
- BGP
En rapport avec:, igp, ripv2, eigrp, ospf, is-is, bgp, egp,
Catégorie: network Rubrique: type
|
|
File Server protocol | protocole de serveur de fichiers |  |
type |
protocoles pour un serveur de fichiers :
FTP : File Transfer Protocol
SMB : Server Message Block
CIFS : Common Internet File System (obsolete) => SMB
NFS : Network File System
NCP : Netware Core Protocol (obsolete)
En rapport avec:, FTP, SMS CIFS, NFS, NCP,
Catégorie : network Rubrique: type
|
Ang: File Server protocol
Fra.: protocole de serveur de fichiers
protocoles pour un serveur de fichiers :
FTP : File Transfer Protocol
SMB : Server Message Block
CIFS : Common Internet File System (obsolete) => SMB
NFS : Network File System
NCP : Netware Core Protocol (obsolete)
En rapport avec:, FTP, SMS CIFS, NFS, NCP,
Catégorie: network Rubrique: type
|
|
gateway protocol | protocole de routage |  |
type |
Interior gateway protocol : protocole de routage interne (RIP, IGRP, OSPF, IS-IS EIGRP)
Exterior gateway protocol : protocole de routage externe (EGP, BGP)
En rapport avec:, Exterior gateway protocol, Interior gateway protocol, RIP, IGRP, OSPF, IS-IS, EGP, BGP,
Catégorie : network Rubrique: type |
Ang: gateway protocol
Fra.: protocole de routage
Interior gateway protocol : protocole de routage interne (RIP, IGRP, OSPF, IS-IS EIGRP)
Exterior gateway protocol : protocole de routage externe (EGP, BGP)
En rapport avec:, Exterior gateway protocol, Interior gateway protocol, RIP, IGRP, OSPF, IS-IS, EGP, BGP,
Catégorie: network Rubrique: type |
|
IGP protocol | RIP (RIPv1), RIPv2, IGRP, EIGRP, OSPF, IS-IS |  |
type |
Catégorie : network Rubrique: type |
Ang: IGP protocol
Fra.: RIP (RIPv1), RIPv2, IGRP, EIGRP, OSPF, IS-IS
Catégorie: network Rubrique: type |
|
mail protocol | protocole de messagerie |  |
type |
IMAP
POP3
SMTP
Catégorie : network Rubrique: type |
Ang: mail protocol
Fra.: protocole de messagerie
IMAP
POP3
SMTP
Catégorie: network Rubrique: type |
|
MAN | réseau métropolitain |  |
type |
Abr.: Metrolipan Area Network
étendue d'une ville ou quartier
réseau à portée urbaine
En rapport avec:, network,
Catégorie : network Rubrique: type
|
Ang: MAN
Fra.: réseau métropolitain
Abr.: Metrolipan Area Network
étendue d'une ville ou quartier
réseau à portée urbaine
En rapport avec:, network,
Catégorie: network Rubrique: type
|
|
network | réseau |  |
type |
réseau résidentiel (partage de fichiers), professionnel, publique
(PAN : domicile), (LAN ;: local), (CAN : Compus), MAN, WAN
VLAN, 7 couches OSI, TCP/IP,
Type de réseaux (Windows PRO 7) :
domestique (home network)
bureau (work network)
public (public network)
Composants : HUB, Bridge, Switch, Router,
Freeware d'émulation de composants du réseau : Cisco Packet Tracer, GNS3 (Graphical Network Simulator), voir layer,
filaire : PAN, LAN, CAN, MAN, WAN,
WIFI : WPAN, WLAN, WMAN, WWAN,
En rapport avec:, freeware, WAN, LAN, PAN, layer,
Catégorie : network Rubrique: type
|
Ang: network
Fra.: réseau
réseau résidentiel (partage de fichiers), professionnel, publique
(PAN : domicile), (LAN ;: local), (CAN : Compus), MAN, WAN
VLAN, 7 couches OSI, TCP/IP,
Type de réseaux (Windows PRO 7) :
domestique (home network)
bureau (work network)
public (public network)
Composants : HUB, Bridge, Switch, Router,
Freeware d'émulation de composants du réseau : Cisco Packet Tracer, GNS3 (Graphical Network Simulator), voir layer,
filaire : PAN, LAN, CAN, MAN, WAN,
WIFI : WPAN, WLAN, WMAN, WWAN,
En rapport avec:, freeware, WAN, LAN, PAN, layer,
Catégorie: network Rubrique: type
|
|
PAN | réseau local à la dimension d'une maison |  |
type |
Abr.: Personal Area Network
réseau personnel
En rapport avec:, Mac, Bluetooth, network, ipconfig/all,
Catégorie : network Rubrique: type
|
Ang: PAN
Fra.: réseau local à la dimension d'une maison
Abr.: Personal Area Network
réseau personnel
En rapport avec:, Mac, Bluetooth, network, ipconfig/all,
Catégorie: network Rubrique: type
|
|
public network | réseau public |  |
type |
En rapport avec:, public,
Catégorie : network Rubrique: type |
Ang: public network
Fra.: réseau public
En rapport avec:, public,
Catégorie: network Rubrique: type |
|
routing protocol | protocole de routage |  |
type |
protocole de routage intérieur (IGP : Interior Gateway Protocol) :
OSPF : Open Shortest Path First
RIP : Routing Information Protocol (RIPv2)
IS-IS : Intermediate System-to-Intermediate System
IGRP : Interior Gateway Routing Protocol
EIGRP : Enhanced Interior Gateway Routing Protocol
plus facilement contrôlable
en cas de problème, il faut une intervention humaine.
protocole de routage extérieur (EGP : Exterior Gateway Protocol)
On peut faire la combinaison des deux systèmes dans un même réseau
AS : Autonomous System
En rapport avec:, routing, RIP, OSPF, IS-IS, IGRP, IGP, EGP, router, Administrative Distance, AD, metric, dynamic routing protocol,
Catégorie : network Rubrique: type
|
Ang: routing protocol
Fra.: protocole de routage
protocole de routage intérieur (IGP : Interior Gateway Protocol) :
OSPF : Open Shortest Path First
RIP : Routing Information Protocol (RIPv2)
IS-IS : Intermediate System-to-Intermediate System
IGRP : Interior Gateway Routing Protocol
EIGRP : Enhanced Interior Gateway Routing Protocol
plus facilement contrôlable
en cas de problème, il faut une intervention humaine.
protocole de routage extérieur (EGP : Exterior Gateway Protocol)
On peut faire la combinaison des deux systèmes dans un même réseau
AS : Autonomous System
En rapport avec:, routing, RIP, OSPF, IS-IS, IGRP, IGP, EGP, router, Administrative Distance, AD, metric, dynamic routing protocol,
Catégorie: network Rubrique: typeSite
|
|
San protocol | FC, iSCSI, FCoE, |  |
type |
Catégorie : network Rubrique: type |
Ang: San protocol
Fra.: FC, iSCSI, FCoE,
Catégorie: network Rubrique: type |
|
security protocol | protocole de sécurité |  |
type |
SFTP, HTTPS, SSH,
WEP, WPA, WPA2
EAP, LEAP, PEAP, EAP-MSCHAP v2, IPsec,
cryptographic protocol : SSL, TLS,
encryption protocol
En rapport avec:, security, network, cryptographic protocol,
Catégorie : network Rubrique: type |
Ang: security protocol
Fra.: protocole de sécurité
SFTP, HTTPS, SSH,
WEP, WPA, WPA2
EAP, LEAP, PEAP, EAP-MSCHAP v2, IPsec,
cryptographic protocol : SSL, TLS,
encryption protocol
En rapport avec:, security, network, cryptographic protocol,
Catégorie: network Rubrique: type |
|
sharing protocol | protocole de partage |  |
type |
SMB : Server Message Block
-> CIFS : Common Internet File System
AFP : Apple Filing Protocol
NFS : Network File System
FTP: File Transfert protocol
En rapport avec:, NFS, CIFS, SMB, AFP, share, shared,
Catégorie : network Rubrique: type
|
Ang: sharing protocol
Fra.: protocole de partage
SMB : Server Message Block
-> CIFS : Common Internet File System
AFP : Apple Filing Protocol
NFS : Network File System
FTP: File Transfert protocol
En rapport avec:, NFS, CIFS, SMB, AFP, share, shared,
Catégorie: network Rubrique: type
|
|
type of networks | type de réseaux |  |
type |
PAN
LAN
WAN
En rapport avec:, network, PAN, LAN, WAN,
Catégorie : network Rubrique: type
|
Ang: type of networks
Fra.: type de réseaux
PAN
LAN
WAN
En rapport avec:, network, PAN, LAN, WAN,
Catégorie: network Rubrique: type
|
|
type of protocol | type de protocole |  |
type |
authentication protocol
cryptographic protocol
dynamic routing protocol
ETHERCHANNEL
File Server protocol
gateway protocol (IGP protocol)
mail protocol
routing protocol
San protocol
security protocol
sharing protocol
VPN protocol
WIFI protocol
Catégorie : network Rubrique: type
|
Ang: type of protocol
Fra.: type de protocole
authentication protocol
cryptographic protocol
dynamic routing protocol
ETHERCHANNEL
File Server protocol
gateway protocol (IGP protocol)
mail protocol
routing protocol
San protocol
security protocol
sharing protocol
VPN protocol
WIFI protocol
Catégorie: network Rubrique: type
|
|
WAN | réseau étendu |  |
type |
Abr.: Wide Area Network
permet de faire des connexions entre réseaux LAN.
Techniques utilisées : PPP, frame relay, HDLC voir aussi PPP, frame relay, HDLC
En rapport avec:, PP, frame relay, HDLC, network, LAN, entretien,
Catégorie : network Rubrique: type
|
Ang: WAN
Fra.: réseau étendu
Abr.: Wide Area Network
permet de faire des connexions entre réseaux LAN.
Techniques utilisées : PPP, frame relay, HDLC voir aussi PPP, frame relay, HDLC
En rapport avec:, PP, frame relay, HDLC, network, LAN, entretien,
Catégorie: network Rubrique: type
|
|
WIFI protocol | protocole WIFI |  |
type |
Catégorie : network Rubrique: type
|
Ang: WIFI protocol
Fra.: protocole WIFI
Catégorie: network Rubrique: type
|
|
variable | variable |  |
divers |
byte, integer, boolean, long, date, emplacement mémoire d'un ou de plusieurs octets,
En rapport avec:, type, character,
Catégorie : obsolete Rubrique: divers |
Ang: variable
Fra.: variable
byte, integer, boolean, long, date, emplacement mémoire d'un ou de plusieurs octets,
En rapport avec:, type, character,
Catégorie: obsolete Rubrique: divers |
|
gettype | obtenir le type d'une variable |  |
 |
echo gettype($nom);
-- exemple -->
<*?php
$nom="Toto";
*echo gettype($nom);
*?/>
Affichage = string
En rapport avec:, variable, type,
Catégorie : PHP Rubrique: variable |
Ang: gettype
Fra.: obtenir le type d'une variable
echo gettype($nom);
-- exemple -->
<*?php
$nom="Toto";
*echo gettype($nom);
*?/>
Affichage = string
En rapport avec:, variable, type,
Catégorie: PHP Rubrique: variable |
|
REG_DWORD | donnée (REG_DWORD) |  |
 |
Abr.: registry double word (32 bits)
reg_dword : 0x00000001 Windows registre
En rapport avec:, data, type,
Catégorie : Windows Rubrique: registry
|
Ang: REG_DWORD
Fra.: donnée (REG_DWORD)
Abr.: registry double word (32 bits)
reg_dword : 0x00000001 Windows registre
En rapport avec:, data, type,
Catégorie: Windows Rubrique: registry
|
|
REG_SZ | chaîne de texte de longueur fixe |  |
 |
Fixed-length text string
type : reg_sz (value not set) Windows registre
En rapport avec:, type, data,
Catégorie : Windows Rubrique: registry |
Ang: REG_SZ
Fra.: chaîne de texte de longueur fixe
Fixed-length text string
type : reg_sz (value not set) Windows registre
En rapport avec:, type, data,
Catégorie: Windows Rubrique: registry |
|
type | type de données (registre) |  |
 |
REG_SZ, REG_DWORD, Windows registre
En rapport avec:, data, type,
Catégorie : Windows Rubrique: registry
|
Ang: type
Fra.: type de données (registre)
REG_SZ, REG_DWORD, Windows registre
En rapport avec:, data, type,
Catégorie: Windows Rubrique: registry
|
|
VPN protocol | protocole VPN |  |
type |
Abr.: Virtual Private Network protocols
protocoles VPNs (tunnel) :
PPTP : Point to Point Tunneling Protocol
L2TP/IPSec : Layer 2 Tunneling Protocol / Internet Protocol Security
SSTP : Secure Socket Tunneling Protocol
IKEv2 : Internet Key Exchange Version 2
En rapport avec:, PPTP, L2TP, SSTP, IKEv2, VPN,
Catégorie : Windows Rubrique: type
|
Ang: VPN protocol
Fra.: protocole VPN
Abr.: Virtual Private Network protocols
protocoles VPNs (tunnel) :
PPTP : Point to Point Tunneling Protocol
L2TP/IPSec : Layer 2 Tunneling Protocol / Internet Protocol Security
SSTP : Secure Socket Tunneling Protocol
IKEv2 : Internet Key Exchange Version 2
En rapport avec:, PPTP, L2TP, SSTP, IKEv2, VPN,
Catégorie: Windows Rubrique: type
|
|
|