Home
last modified time | relevance | path

Searched refs:ingr (Results 1 – 25 of 148) sorted by relevance

123456

/dports/sysutils/istio/istio-1.6.7/tests/integration/pilot/ingress/
H A Dingress_test.go43 ingr ingress.Instance var
75 if ingr, err = ingress.New(ctx, ingress.Config{
160 resp, err := ingr.Call(ingress.CallOptions{
164 Address: ingr.HTTPAddress(),
258 Address: ingr.HTTPAddress(),
268 Address: ingr.HTTPSAddress(),
279 Address: ingr.HTTPSAddress(),
287 resp, err := ingr.Call(tt.call)
/dports/sysutils/istio/istio-1.6.7/tests/integration/security/util/authn/
H A Dauthn_util.go70 func CheckIngress(ingr ingress.Instance, host string, path string, token string, expectResponseCode…
71 endpointAddress := ingr.HTTPAddress()
85 response, err := ingr.Call(opts)
/dports/devel/cook/cook-2.30/cook/graph/
H A Dscript.c153 string_ty *ingr; in graph_recipe_script() local
158 ingr = str_quote_shell(gfp->filename); in graph_recipe_script()
180 printf(" \\\n -o %s -nt %s", ingr->str_text, js->str_text); in graph_recipe_script()
191 (" \\\n -o ! %s -nt %s", js->str_text, ingr->str_text); in graph_recipe_script()
194 str_free(ingr); in graph_recipe_script()
H A Drun.c309 string_list_ty ingr; in graph_recipe_run() local
313 string_list_constructor(&ingr); in graph_recipe_run()
319 string_list_append(&ingr, gfp->filename); in graph_recipe_run()
321 string_list_sort(&ingr); in graph_recipe_run()
322 ingr2 = wl2str(&ingr, 0, ingr.nstrings, "\n"); in graph_recipe_run()
323 string_list_destructor(&ingr); in graph_recipe_run()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/drivers/nxp/sfp/
H A Dsfp.c64 uint32_t ingr; in sfp_program_fuses() local
74 ingr = sfp_read32(g_nxp_sfp_addr + SFP_INGR_OFFSET); in sfp_program_fuses()
75 } while (ingr & SFP_INGR_PROGFB_CMD); in sfp_program_fuses()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/drivers/nxp/sfp/
H A Dsfp.c64 uint32_t ingr; in sfp_program_fuses() local
74 ingr = sfp_read32(g_nxp_sfp_addr + SFP_INGR_OFFSET); in sfp_program_fuses()
75 } while (ingr & SFP_INGR_PROGFB_CMD); in sfp_program_fuses()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/drivers/nxp/sfp/
H A Dsfp.c64 uint32_t ingr; in sfp_program_fuses() local
74 ingr = sfp_read32(g_nxp_sfp_addr + SFP_INGR_OFFSET); in sfp_program_fuses()
75 } while (ingr & SFP_INGR_PROGFB_CMD); in sfp_program_fuses()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/drivers/nxp/sfp/
H A Dsfp.c64 uint32_t ingr; in sfp_program_fuses() local
74 ingr = sfp_read32(g_nxp_sfp_addr + SFP_INGR_OFFSET); in sfp_program_fuses()
75 } while (ingr & SFP_INGR_PROGFB_CMD); in sfp_program_fuses()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/drivers/nxp/sfp/
H A Dsfp.c64 uint32_t ingr; in sfp_program_fuses() local
74 ingr = sfp_read32(g_nxp_sfp_addr + SFP_INGR_OFFSET); in sfp_program_fuses()
75 } while (ingr & SFP_INGR_PROGFB_CMD); in sfp_program_fuses()
/dports/sysutils/istio/istio-1.6.7/tests/integration/telemetry/
H A Dmain_test.go34 ingr ingress.Instance var
86 if ingr, err = ingress.New(ctx, ingress.Config{
H A Ddashboard_test.go318 addr := ingr.HTTPAddress()
319 tcpAddr := ingr.TCPAddress()
325 _, err := ingr.Call(ingress.CallOptions{
337 _, err := ingr.Call(ingress.CallOptions{
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dintergraphraster.rst124 Source: \ http://www.oreilly.com/www/centers/gff/formats/ingr/index.htm
151 - Implemented as ``gdal/frmts/ingr/intergraphraster.cpp``.
153 - http://www.oreilly.com/www/centers/gff/formats/ingr/index.htm
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dintergraphraster.rst124 Source: \ http://www.oreilly.com/www/centers/gff/formats/ingr/index.htm
151 - Implemented as ``gdal/frmts/ingr/intergraphraster.cpp``.
153 - http://www.oreilly.com/www/centers/gff/formats/ingr/index.htm
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dintergraphraster.rst124 Source: \ http://www.oreilly.com/www/centers/gff/formats/ingr/index.htm
151 - Implemented as ``gdal/frmts/ingr/intergraphraster.cpp``.
153 - http://www.oreilly.com/www/centers/gff/formats/ingr/index.htm
/dports/sysutils/istio/istio-1.6.7/tests/integration/security/
H A Djwt_test.go281 var ingr ingress.Instance
283 if ingr, err = ingress.New(ctx, ingress.Config{
428 return authn.CheckIngress(ingr, c.Host, c.Path, c.Token, c.ExpectResponseCode)
H A Dauthorization_test.go456 var ingr ingress.Instance
458 if ingr, err = ingress.New(ctx, ingress.Config{
505 return authn.CheckIngress(ingr, tc.Host, tc.Path, "", tc.WantCode)
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Din_gr.recipe4 class ingr(BasicNewsRecipe):
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/ca_ES/
H A Dbanks.lang122 BankChecksToReceipt=Xecs en espera de l'ingrés
123 BankChecksToReceiptShort=Xecs en espera de l'ingrés
124 ShowCheckReceipt=Mostra la remesa d'ingrés de xec
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/ca_ES/
H A Dbanks.lang122 BankChecksToReceipt=Xecs en espera de l'ingrés
123 BankChecksToReceiptShort=Xecs en espera de l'ingrés
124 ShowCheckReceipt=Mostra la remesa d'ingrés de xec
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dcad44 >>>>0 use ingr-image
108 # http://oreilly.com/www/centers/gff/formats/ingr/index.htm
111 0 name ingr-image
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dcad44 >>>>0 use ingr-image
108 # http://oreilly.com/www/centers/gff/formats/ingr/index.htm
111 0 name ingr-image
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase01.pat410 +# define MacroIncludeFile <ingr.cf>
411 +# define MacroFile ingr.cf
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/cf/
H A DImake.cf39 # define MacroIncludeFile <ingr.cf>
40 # define MacroFile ingr.cf
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/
H A DImake.cf44 # define MacroIncludeFile <ingr.cf>
45 # define MacroFile ingr.cf
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/auth_signup/i18n/
H A Dca.po586 msgstr "Paraula d'ingrés no vàlid"
686 msgstr "Tipus de paraula d'ingrés"
692 msgstr "La paraula d'ingrés és vàlid"

123456