Displaying 8 results from an estimated 8 matches for "output_field".
2012 Aug 17
1
RGDAL OGRwrite question
...'/tmp', layer='temp', driver='ESRI Shapefile',verbose=TRUE)
$object_type
[1] "SpatialPolygonsDataFrame"
$output_dsn
[1] "/tmp"
$output_layer
[1] "temp"
$output_diver
[1] "ESRI Shapefile"
$output_n
[1] 169
$output_nfields
[1] 23
$output_fields
[1] "ID" "ANID" "F_AREA" "Avg_z" "Manning"
[6] "IniWL" "IniSal" "DispCoeff" "HydRad" "veg1_DW"
[11] "veg2_IW" "veg3_SW" "veg4_DC...
2006 Mar 20
3
Linking two HTML SELECT''s together
Hi,
How do I link two HTML SELECT''s together. Let''s say for example that I
have a drop-down list with a list of all countries. Once the user
selects one of the countries I would like to make an AJAX call back to
the server to populate the second drop-down list with all of the cities
for that country.
Any ideas on how to go about to do this?
Regards
Jerrie Pelser
--
2018 Aug 01
1
LMTP error, mysterious
...:userPassword}, \
? =userdb_home=%{ldap:homeDirectory}, \
? =userdb_uid=%{ldap:uidNumber}, \
? =userdb_gid=%{ldap:gidNumber}
pass_filter =
(&(objectclass=postfixUser)(mailacceptinggeneralid=%n)(mailacceptinggeneralid=@%d))
so what am i missing? also, this format of setting variables
(=<output_field>=%{<whatever_special_result_field>}) is never explained
on the wiki (or am i just blind?)
thanks in advance,
a
2014 Oct 10
4
[PATCH 1/3] Move JSON to mllib
Move the simple OCaml JSON writer to mllib, so that can be enhanced and
used also outside v2v.
---
mllib/JSON.ml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
mllib/JSON.mli | 26 ++++++++++++++++++++++++++
mllib/Makefile.am | 5 ++++-
po/POTFILES-ml | 2 +-
v2v/JSON.ml | 53 -----------------------------------------------------
v2v/JSON.mli | 26
2018 Aug 01
1
LMTP error, mysterious
...ome=%{ldap:homeDirectory}, \
> ? =userdb_uid=%{ldap:uidNumber}, \
> ? =userdb_gid=%{ldap:gidNumber}
> pass_filter =
> (&(objectclass=postfixUser)(mailacceptinggeneralid=%n)(mailacceptinggeneralid=@%d))
>
> so what am i missing? also, this format of setting variables
> (=<output_field>=%{<whatever_special_result_field>}) is never explained
> on the wiki (or am i just blind?)
>
> thanks in advance,
> a
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180802/76a8aca3/a...
2018 Aug 01
0
LMTP error, mysterious
...>> ? =userdb_uid=%{ldap:uidNumber}, \
>> ? =userdb_gid=%{ldap:gidNumber}
>> pass_filter =
>> (&(objectclass=postfixUser)(mailacceptinggeneralid=%n)(mailacceptinggeneralid=@%d))
>>
>> so what am i missing? also, this format of setting variables
>> (=<output_field>=%{<whatever_special_result_field>}) is never explained
>> on the wiki (or am i just blind?)
>>
>> thanks in advance,
>> a
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attach...
2018 Aug 22
3
[PATCH v2 0/2] mltools: JSON: unify JSON & JSON parser.
v2:
- Added back the null value.
- Reran the tests.
Rich.
2018 Aug 20
6
[PATCH 0/4] mltools: JSON unification
An evolution of:
https://www.redhat.com/archives/libguestfs/2018-August/msg00155.html