• Aller au contenu

Cyrille Giquello

Outils pour utilisateurs

  • S'identifier

Outils du site

  • Derniers changements
  • Gestionnaire Multimédia
  • Plan du site
Vous êtes ici : accueil » client
Piste : • osm • bepl • nabaztag • ssd • cwe • sdaep • copier_streaming_video • csrf • mono • anonyme

client

Recherche

Voici les résultats de votre recherche.

Correspondance exacte
  • Correspondance exacte
  • Commence par
  • Se termine par
  • Contient
toute catégorie
  • toute catégorie
  • informatique (82)
  • glossaire (28)
  • web (3)
  • divers (2)
  • electronique (2)
  • wiki (1)
N'importe quelle date
  • N'importe quelle date
  • la semaine dernière
  • le mois dernier
  • l'année dernière
Trier par nombre de résultats
  • Trier par nombre de résultats
  • Trier par date de modification

Résultats plein texte:

laravel_1 @informatique:php
14 Occurrences trouvées, Dernière modification : il y a 12 mois
lavalite.org|Lavalite]] Portail class (admin,user,client,public) Multilingual CMS built on Laravel 5.3 (Mu... otected $except = [ 'webhook/*' ]; </code> ==== Client side validation ==== === Avec JQuery === Le pac... t en s'assurant que le Model reste "safe". === On client side (javascript) === Utiliser côté client les règles de validation et messages d'erreurs définis pour l
javascript @informatique
13 Occurrences trouvées, Dernière modification : il y a 4 semaines
graphical plots of arbitrary datasets on-the-fly client-side. The focus is on simple usage (all settings ... Bootstrap http://mobileangularui.com/ ===== Web Client-Side Frameworks ===== * [[https://versus.com/e... hub.com/surfbirdapp/surfbird|surfbird]] a Twitter client built on [[/informatique/mobile_app#electron|Elec... i ==== ==== Peppy ==== ==== XUI ==== ===== Web Client-Side templating ===== <note>Attention a laisser
ftp @glossaire
9 Occurrences trouvées, Dernière modification : il y a 14 ans
ppelle [[glossaire:FTPS]]. FTP obéit à un modèle client-serveur, c'est-à-dire qu'une des deux parties, le client, envoie des requêtes auxquelles réagit l'autre, a... accéder à un serveur FTP, on utilise un logiciel client FTP (possédant une interface graphique ou en lign... açons différentes : - **Mode actif**: c'est le client FTP qui détermine le port de connexion à utiliser
android @informatique
9 Occurrences trouvées, Dernière modification : il y a 11 mois
tps://developer.android.com/google/play/licensing/client-side-verification|Adding Client-Side License Verification to Your App]] Elle semble être activée par déf... ents a server-side socket that waits for incoming client connections. A ServerSocket handles the requests ... internal SocketImpl instance. * Android Server/Client example; [[http://android-er.blogspot.fr/2014/02/
oauth @informatique
8 Occurrences trouvées, Dernière modification : il y a 9 mois
ken-validation-at-ser|StackOverFlow]]. === Et le client_secret ? === PKCE is **not a replacement for client secret**, it's not a client application authentication method. It's an additional verification mechanism ... pareils Apple]] To use Apple sign in, you need a client ID and client secret. You can get them from the [
wordpress @informatique
8 Occurrences trouvées, Dernière modification : il y a 8 mois
[[https://fr.wordpress.org/plugins/single-sign-on-client/|Simple Single Sign On]] de Dash10 Digital * configuration du Client ID et Client Secret issus de l'ajout client OAuth dans Nextcloud * et pour OAuth Server URL c'est https://cloud.inte
php @informatique
7 Occurrences trouvées, Dernière modification : il y a 6 semaines
is web crawling library for PHP. Goutte fourni un client programmable pour lire et interagir sur des pages... e_once '/path/to/goutte.phar'; // Create a Goutte Client instance: $client = new Client(); // Make requests $crawler = $client->request('GET', 'http://www.symfony-project.org/'); /
mcp-inspector @informatique:ai_lm
7 Occurrences trouvées, Dernière modification : il y a 12 jours
spector /app/.npmrc ./ COPY --from=inspector /app/client/package*.json ./client/ COPY --from=inspector /app/server/package*.json ./server/ COPY --from=inspector /... modules ./node_modules COPY --from=inspector /app/client/dist ./client/dist COPY --from=inspector /app/client/bin ./client/bin COPY --from=inspector /app/server/
safenet_etoken_5110 @informatique
6 Occurrences trouvées, Dernière modification : il y a 3 ans
afeNet eToken 5110CC]] * Safenet Authenfication Client (SAC) [[https://support.globalsign.com/ssl/ssl-ce... Chrome avec le driver SAC "Safenet Authenfication Client" https://github.com/Synehan/safenet-linux * d... MTP device </code> ===== Safenet Authenfication Client (SAC) ===== Safenet Authenfication Client (SAC) [[https://support.globalsign.com/ssl/ssl-certificates-in
zeroshell @informatique:reseau
6 Occurrences trouvées, Dernière modification : il y a 13 ans
EAP form or the less secure authentication of the client MAC Address; WPA with TKIP and WPA2 with CCMP (80... subnets) are dynamically assigned by the DHCP. A client that accesses this private network must authentic... erver with the possibility to fix IP depending on client's MAC address; * PPPoE client for connection to the WAN via ADSL, DSL and cable lines (requires a suita
postfix @informatique:reseau
5 Occurrences trouvées, Dernière modification : il y a 10 mois
=== Restrictions ==== > Difference entre **smtpd_client_restrictions** et **smtpd_recipient_restrictions** >> `client' est le nom de la machine qui se connecte au serveur Postfix (le client SMTP). On peut restreindre l'accès selon certains... ndent grosso-modo à l'ordre des commandes SMTP : (client) HELO, MAIL FROM, RCPT TO, DATA. >> >> Il faut sa
web
4 Occurrences trouvées, Dernière modification : il y a 4 mois
/projects/policestate PoliceState is a Carnivore client that attempts to reverse the surveillance role of... subservient one for the data being gathered. The client consists of a fleet of 20 radio controlled police... taneously controlled by data coming into the main client. The client looks for packet information relating to domestic US terrorism. Once found, the text is then
design_pattern @informatique
4 Occurrences trouvées, Dernière modification : il y a 3 ans
rchitectures, where the view, which executes on a client's browser, may be the best place to handle a part... tegy laisse l’algorithme varier indépendamment du client qui l’utilise. C’est une solution à envisager lor... me * un algorithme utilise des données que le client ne devrait pas connaître * une classe définit... t Lock === ==== Session State Patterns ==== === Client Session State === === Server Session State === ==
glusterfs @informatique
4 Occurrences trouvées, Dernière modification : il y a 5 ans
t/sources.list.d/gluster.list # Install server & client $ sudo apt update $ sudo apt install glusterfs-server glusterfs-client # Démarrer et activer le service $ sudo systemct... asks </code> Monter le volume : <code bash> # le client glusterfs-client doit être installé $ sudo mount -t glusterfs glusterfs-02:/vol01 /mnt/glusterfs </code>
igc @informatique
4 Occurrences trouvées, Dernière modification : il y a 12 ans
ure, open source and free time stamping authority client and server application. The following deliverable... can be carried out. This patch and the time stamp client have been merged into the official version of Ope... able from openssl-0.9.9 onwards. * Time Stamp client: A simple command-line driven TSA client that can be used for creating and sending time stamp requests ov
ai_agent @informatique:ai_lm
4 Occurrences trouvées, Dernière modification : il y a 6 jours
xmlblaster @informatique:projets
4 Occurrences trouvées, Dernière modification : il y a 14 ans
vol_de_donnees @divers
3 Occurrences trouvées, Dernière modification : il y a 8 mois
mgcp @glossaire
3 Occurrences trouvées, Dernière modification : il y a 14 ans
tls @glossaire
3 Occurrences trouvées, Dernière modification : il y a 14 ans
dotnet @informatique
3 Occurrences trouvées, Dernière modification : il y a 14 ans
ai_nlp_rag @informatique:ai_lm
3 Occurrences trouvées, Dernière modification : il y a 6 jours
securite @informatique:reseau
3 Occurrences trouvées, Dernière modification : il y a 3 semaines
digibutler @electronique
2 Occurrences trouvées, Dernière modification : il y a 14 ans
linky @electronique
2 Occurrences trouvées, Dernière modification : il y a 5 semaines
crm @glossaire
2 Occurrences trouvées, Dernière modification : il y a 14 ans
csc @glossaire
2 Occurrences trouvées, Dernière modification : il y a 14 ans
sso @glossaire
2 Occurrences trouvées, Dernière modification : il y a 9 mois
webauthn @glossaire
2 Occurrences trouvées, Dernière modification : il y a 12 mois
ansible @informatique
2 Occurrences trouvées, Dernière modification : il y a 3 ans
blender @informatique
2 Occurrences trouvées, Dernière modification : il y a 11 ans
docker @informatique
2 Occurrences trouvées, Dernière modification : il y a 15 mois
flutter @informatique
2 Occurrences trouvées, Dernière modification : il y a 6 mois
git @informatique
2 Occurrences trouvées, Dernière modification : il y a 8 semaines
nginx @informatique
2 Occurrences trouvées, Dernière modification : il y a 3 ans
sgbd @informatique
2 Occurrences trouvées, Dernière modification : il y a 8 mois
xmlrpc @informatique
2 Occurrences trouvées, Dernière modification : il y a 14 ans
instant_messenger @web
2 Occurrences trouvées, Dernière modification : il y a 5 mois
applications_faites_avec_flutter @informatique:flutter
2 Occurrences trouvées, Dernière modification : il y a 10 mois
centipede @informatique:gps
2 Occurrences trouvées, Dernière modification : il y a 7 ans
multiotp @informatique:php
2 Occurrences trouvées, Dernière modification : il y a 3 ans
tips @informatique:php
2 Occurrences trouvées, Dernière modification : il y a 8 mois
zend_framework @informatique:php
2 Occurrences trouvées, Dernière modification : il y a 14 ans
crowdsec @informatique:securite
2 Occurrences trouvées, Dernière modification : il y a 7 mois
fail2ban @informatique:system_admin
2 Occurrences trouvées, Dernière modification : il y a 3 ans
webperformance @informatique:web
2 Occurrences trouvées, Dernière modification : il y a 14 ans
autophp @informatique:ai_lm:ai_agent
2 Occurrences trouvées, Dernière modification : il y a 7 semaines
play_framework_old @informatique:java:frameworks
2 Occurrences trouvées, Dernière modification : il y a 11 ans
electronique
1 Occurrences trouvées, Dernière modification : il y a 4 ans
prospection_telephonique @divers
1 Occurrences trouvées, Dernière modification : il y a 12 ans
afp @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
amf @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
crs @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 mois
ecm @glossaire
1 Occurrences trouvées, Dernière modification : il y a 11 ans
ejb @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
html @glossaire
1 Occurrences trouvées, Dernière modification : il y a 4 ans
http @glossaire
1 Occurrences trouvées, Dernière modification : il y a 5 ans
ipam @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
ipmi @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
jca @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
mdm @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
ndb @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
p2p @glossaire
1 Occurrences trouvées, Dernière modification : il y a 17 mois
ria @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
s3m @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
set @glossaire
1 Occurrences trouvées, Dernière modification : il y a 14 ans
sla @glossaire
1 Occurrences trouvées, Dernière modification : il y a 5 ans
slr @glossaire
1 Occurrences trouvées, Dernière modification : il y a 5 ans
tts @glossaire
1 Occurrences trouvées, Dernière modification : il y a 10 mois
vpn @glossaire
1 Occurrences trouvées, Dernière modification : il y a 8 mois
xst @glossaire
1 Occurrences trouvées, Dernière modification : il y a 3 ans
apache @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
cloud_computing @informatique
1 Occurrences trouvées, Dernière modification : il y a 12 mois
crm_et_erp @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
distributed_filesystem @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
error_services @informatique
1 Occurrences trouvées, Dernière modification : il y a 8 ans
filezilla @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
flash @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
gearman @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
ldap @informatique
1 Occurrences trouvées, Dernière modification : il y a 8 ans
lowcode_databases @informatique
1 Occurrences trouvées, Dernière modification : il y a 4 mois
mvc_input_validation @informatique
1 Occurrences trouvées, Dernière modification : il y a 12 mois
openssl @informatique
1 Occurrences trouvées, Dernière modification : il y a 5 ans
ovh @informatique
1 Occurrences trouvées, Dernière modification : il y a 2 ans
rabbitmq @informatique
1 Occurrences trouvées, Dernière modification : il y a 11 mois
security @informatique
1 Occurrences trouvées, Dernière modification : il y a 5 ans
silverlight @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
sms @informatique
1 Occurrences trouvées, Dernière modification : il y a 4 ans
subversion @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
syncml @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
thunderbird @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
tortoisesvn @informatique
1 Occurrences trouvées, Dernière modification : il y a 14 ans
vector_tiles @informatique
1 Occurrences trouvées, Dernière modification : il y a 17 mois
wordpress_headless @informatique
1 Occurrences trouvées, Dernière modification : il y a 7 mois
google @web
1 Occurrences trouvées, Dernière modification : il y a 6 ans
mastodon @web
1 Occurrences trouvées, Dernière modification : il y a 4 ans
plugins_installes @wiki
1 Occurrences trouvées, Dernière modification : il y a 5 ans
ai_coding @informatique:ai_lm
1 Occurrences trouvées, Dernière modification : il y a 6 jours
tips_tutos_examples @informatique:flutter
1 Occurrences trouvées, Dernière modification : il y a 9 mois
mantis_bt @informatique:gestion_de_projet
1 Occurrences trouvées, Dernière modification : il y a 14 ans
methodes_agiles @informatique:gestion_de_projet
1 Occurrences trouvées, Dernière modification : il y a 14 ans
frameworks @informatique:java
1 Occurrences trouvées, Dernière modification : il y a 10 ans
ubuntu_old @informatique:linux
1 Occurrences trouvées, Dernière modification : il y a 12 ans
windows @informatique:microsoft
1 Occurrences trouvées, Dernière modification : il y a 12 ans
actualites @informatique:opendata
1 Occurrences trouvées, Dernière modification : il y a 13 ans
photos @informatique:ovh
1 Occurrences trouvées, Dernière modification : il y a 14 ans
comparaison_zend_framework_symfony @informatique:php
1 Occurrences trouvées, Dernière modification : il y a 14 ans
yacy @informatique:raspberrypi
1 Occurrences trouvées, Dernière modification : il y a 10 ans
ftp @informatique:reseau
1 Occurrences trouvées, Dernière modification : il y a 14 ans
proxy @informatique:reseau
1 Occurrences trouvées, Dernière modification : il y a 14 ans
qmail @informatique:reseau
1 Occurrences trouvées, Dernière modification : il y a 14 ans
ssh @informatique:reseau
1 Occurrences trouvées, Dernière modification : il y a 8 mois
mysql @informatique:sgbd
1 Occurrences trouvées, Dernière modification : il y a 4 ans
debian10-docker @informatique:system_admin
1 Occurrences trouvées, Dernière modification : il y a 5 ans
rsyslog @informatique:system_admin
1 Occurrences trouvées, Dernière modification : il y a 5 ans
wp-cli @informatique:wordpress
1 Occurrences trouvées, Dernière modification : il y a 8 mois
play_framework @informatique:java:frameworks
1 Occurrences trouvées, Dernière modification : il y a 10 ans
vpn @informatique:microsoft:windows
1 Occurrences trouvées, Dernière modification : il y a 14 ans
dynamically_add_fields @informatique:php:symfony
1 Occurrences trouvées, Dernière modification : il y a 14 ans
replication @informatique:sgbd:mysql
1 Occurrences trouvées, Dernière modification : il y a 4 ans

Outils de la page

  • Afficher la page
  • Anciennes révisions
  • Liens de retour
  • Haut de page
Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki