Searched refs:props (Results 176 - 200 of 243) sorted by relevance

12345678910

/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1957 props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),
1963 while((cur = props[i++])) {
1978 createVML = function(tag, props, style) {
1979 return '<qtipvml:'+tag+' xmlns="urn:schemas-microsoft.com:vml" class="qtip-vml" '+(props||'')+
2392 offset, css = {}, props;
2432 props = offset.right !== undefined ?
2435 if( (shift.x = Math.max(props[0], props[1])) > props[0] ) {
2448 props
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c630 * "props" -> { name -> value (only if set here) }
855 /* iterate over props */
858 fnvlist_add_nvlist(nvfs, "props", nv);
1777 * case too. If "props" is set, send properties.
1834 if (flags->replicate || flags->doall || flags->props) {
1840 if (flags->replicate || flags->props) {
2022 flags->props)) {
2588 nvlist_t *found, *props; local
2620 &props) && 0 == nvlist_lookup_nvlist(props,
3159 nvlist_t *props; local
3877 zfs_receive(libzfs_handle_t *hdl, const char *tosnap, nvlist_t *props, recvflags_t *flags, int infd, avl_tree_t *stream_avl) argument
[all...]
H A Dlibzfs.h103 EZFS_POOLPROPS, /* couldn't retrieve pool props */
623 nvlist_t *props);
657 boolean_t props; member in struct:sendflags
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c493 apr_hash_t **props,
497 return session->vtable->get_dir(session, dirents, fetched_rev, props,
487 svn_ra_get_dir(svn_ra_session_t *session, const char *path, svn_revnum_t revision, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dclient.h293 modify the WC props directly, but is still allowed to read them.
330 svn_client__ra_provide_props(apr_hash_t **props,
381 /* Gather all auto-props from CTX->config (or none if auto-props are
382 disabled) and all svn:auto-props explicitly set on or inherited
386 svn:auto-props inherited by PATH_OR_URL's nearest versioned
392 Store both types of auto-props in *AUTOPROPS, a hash mapping const
397 file and in an a svn:auto-props property, the latter overrides the
399 different inherited svn:auto-props, then the closer path-wise
400 property overrides the more distant. svn:auto-props explicitl
[all...]
H A Ddeprecated.c2082 svn_client_propget4(apr_hash_t **props,
2094 return svn_error_trace(svn_client_propget5(props, NULL, propname, target,
2102 svn_client_propget3(apr_hash_t **props,
2152 *props = apr_hash_make(pool);
2162 svn_hash_sets(*props, relpath, value);
2166 *props = temp_props;
2172 svn_client_propget2(apr_hash_t **props,
2181 return svn_client_propget3(props,
2194 svn_client_propget(apr_hash_t **props,
2202 return svn_client_propget2(props, propnam
2080 svn_client_propget4(apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2100 svn_client_propget3(apr_hash_t **props, const char *propname, const char *path_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_revnum_t *actual_revnum, svn_depth_t depth, const apr_array_header_t *changelists, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2170 svn_client_propget2(apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2192 svn_client_propget(apr_hash_t **props, const char *propname, const char *target, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2305 apr_array_header_t *props; member in struct:proplist_receiver_baton
2335 svn_client_proplist2(apr_array_header_t **props, const char *target, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
2356 svn_client_proplist(apr_array_header_t **props, const char *target, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Datombios_encoders.c144 if (bd->props.brightness < 0)
146 else if (bd->props.brightness > RADEON_MAX_BL_LEVEL)
149 level = bd->props.brightness;
185 struct backlight_properties props; local
206 memset(&props, 0, sizeof(props));
207 props.max_brightness = RADEON_MAX_BL_LEVEL;
208 props.type = BACKLIGHT_RAW;
212 pdata, &radeon_atom_backlight_ops, &props);
225 bd->props
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c50 #include "props.h"
429 svn_skel_t *props;
443 old-props
444 mine-props
445 their-props)
454 SVN_ERR(svn_skel__unparse_proplist(&props, their_props, result_pool));
455 svn_skel__prepend(props, prop_conflict);
462 SVN_ERR(svn_skel__unparse_proplist(&props, mine_props, result_pool));
463 svn_skel__prepend(props, prop_conflict);
470 SVN_ERR(svn_skel__unparse_proplist(&props, their_old_prop
428 svn_skel_t *props; local
1416 apr_hash_t *props; local
2001 apr_hash_t *props; local
2305 apr_hash_t *props; local
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c533 spa_prop_validate(spa_t *spa, nvlist_t *props) argument
541 while ((elem = nvlist_next_nvpair(props, elem)) != NULL) {
746 error = nvlist_remove(props,
750 error = nvlist_add_uint64(props,
2297 * Find a value in the pool props object.
5124 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, argument
5141 if (props == NULL ||
5142 nvlist_lookup_string(props,
5160 (void) nvlist_lookup_string(props,
5166 if (props
5818 spa_import(const char *pool, nvlist_t *config, nvlist_t *props, uint64_t flags) argument
6983 spa_vdev_split_mirror(spa_t *spa, char *newname, nvlist_t *config, nvlist_t *props, boolean_t exp) argument
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c371 bhnd_nvram_bcm_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
391 if (!bhnd_nvram_plist_contains(props, name)) { \
397 error = bhnd_nvram_plist_get_encoded(props, name, \
455 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) {
H A Dbhnd_nvram_data_btxt.c348 bhnd_nvram_btxt_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
365 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) {
H A Dbhnd_nvram_data_tlv.c241 bhnd_nvram_tlv_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
258 while ((prop = bhnd_nvram_plist_next(props, prop)) != NULL) {
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh226 typeset props="$1"
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c1217 apr_hash_t *props,
1231 SVN_ERR(svn_hash_write2(props, tmp_stream, SVN_HASH_TERMINATOR, pool));
1246 apr_array_header_t *props = apr_array_make(pool, 1, sizeof(svn_prop_t));
1251 APR_ARRAY_PUSH(props, svn_prop_t) = prop;
1253 return svn_fs_fs__change_txn_props(txn, props, pool);
1258 const apr_array_header_t *props,
1276 for (i = 0; i < props->nelts; i++)
1278 svn_prop_t *prop = &APR_ARRAY_IDX(props, i, svn_prop_t);
1288 /* Create a new version of the file and write out the new props. */
2011 delta if PROPS is FALSE. If PROPS has been set, a suitable props
1214 set_txn_proplist(svn_fs_t *fs, const svn_fs_fs__id_part_t *txn_id, apr_hash_t *props, apr_pool_t *pool) argument
1245 apr_array_header_t *props = apr_array_make(pool, 1, sizeof(svn_prop_t)); local
1256 svn_fs_fs__change_txn_props(svn_fs_txn_t *txn, const apr_array_header_t *props, apr_pool_t *pool) argument
2014 choose_delta_base(representation_t **rep, svn_fs_t *fs, node_revision_t *noderev, svn_boolean_t props, apr_pool_t *pool) argument
4203 apr_hash_t *props = apr_hash_make(pool); local
[all...]
/freebsd-12-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c378 struct vmstor_chan_props props; local
381 memset(&props, 0, sizeof(props));
387 (void *)&props,
621 struct vmstor_chan_props props; local
623 memset(&props, 0, sizeof(struct vmstor_chan_props));
633 (void *)&props,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c1365 apr_hash_t *props;
1386 /* Check if the props *may* have changed. */
1404 SVN_ERR(svn_fs_node_proplist(&props, root, path_rev->path,
1406 SVN_ERR(svn_prop_diffs(&prop_diffs, props, sb->last_props,
1412 props = svn_prop_hash_dup(sb->last_props, sb->iterpool);
1466 /* Remember root, path and props for next iteration. */
1469 sb->last_props = props;
1364 apr_hash_t *props; local
/freebsd-12-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c171 {"show-inherited-props", svnlook__show_inherited_props, 0,
384 svn_boolean_t show_inherited_props; /* --show-inherited-props */
1125 apr_array_header_t *propchanges, *props;
1138 SVN_ERR(svn_categorize_props(propchanges, NULL, NULL, &props, pool));
1139 if (props->nelts > 0)
1161 props, base_proptable, path, pool));
1672 PATH's inherited props too.
1831 inherited props. */
1848 plain text. If SHOW_INHERITED_PROPS, print PATH's inherited props too.
1862 apr_hash_t *props;
1120 apr_array_header_t *propchanges, *props; local
1856 apr_hash_t *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h1664 * the auto-props list in @a ctx->config and the value of any
2039 * not involved, as auto-props cannot set properties on directories and even
2045 * the auto-props list in @a ctx->config and the value of any
6196 * Set @a *props to a hash table whose keys are absolute paths or URLs
6220 * Allocate @a *props (including keys and values) and @a *inherited_props
6253 * If error, don't touch @a *props, otherwise @a *props is a hash table
6262 svn_client_propget5(apr_hash_t **props,
6284 svn_client_propget4(apr_hash_t **props,
6309 svn_client_propget3(apr_hash_t **props,
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1199 nvlist_t *props = NULL; local
1202 VERIFY(nvlist_alloc(&props, NV_UNIQUE_NAME, 0) == 0);
1203 VERIFY(nvlist_add_uint64(props, zpool_prop_to_name(prop), value) == 0);
1205 error = spa_prop_set(spa, props);
1207 nvlist_free(props);
2651 nvlist_t *nvroot, *props; local
2693 props = fnvlist_alloc();
2694 fnvlist_add_uint64(props,
2696 VERIFY0(spa_create(name, nvroot, props, NULL));
2698 fnvlist_free(props);
5235 nvlist_t *props = NULL; local
6624 nvlist_t *props; local
6693 nvlist_t *nvroot, *props; local
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1219 apr_hash_t **props, apr_pool_t *pool)
1228 SVN_ERR(svn_ra_svn__parse_proplist(proplist, pool, props));
1390 capability we shouldn't be asking for inherited props, but if we
1443 apr_hash_t **props,
1456 (props != NULL), (stream != NULL)));
1464 if (props)
1465 SVN_ERR(svn_ra_svn__parse_proplist(proplist, pool, props));
1549 apr_hash_t **props,
1562 rev, (props != NULL), (dirents != NULL)));
1576 if (props)
1217 ra_svn_rev_proplist(svn_ra_session_t *session, svn_revnum_t rev, apr_hash_t **props, apr_pool_t *pool) argument
1439 ra_svn_get_file(svn_ra_session_t *session, const char *path, svn_revnum_t rev, svn_stream_t *stream, svn_revnum_t *fetched_rev, apr_hash_t **props, apr_pool_t *pool) argument
1545 ra_svn_get_dir(svn_ra_session_t *session, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, const char *path, svn_revnum_t rev, apr_uint32_t dirent_fields, apr_pool_t *pool) argument
2380 apr_array_header_t *props; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp604 auto props = ModuleList::GetGlobalModuleListProperties(); local
605 props.GetClangModulesCachePath().GetPath(path);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c24 const struct wpa_dbus_property_desc *props,
30 for (dsc = props; dsc && dsc->dbus_property; dsc++) {
22 fill_dict_with_properties( DBusMessageIter *dict_iter, const struct wpa_dbus_property_desc *props, const char *interface, void *user_data, DBusError *error) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h261 /* Indicates if the server supports sending inlined props in update editor
337 /* WC props compatibility with ra_neon. */
950 svn_ra_serf__keep_only_regular_props(apr_hash_t *props,
1358 apr_hash_t **props,
/freebsd-12-stable/contrib/googletest/googlemock/
H A DMakefile.am181 msvc/2010/gmock_config.props \
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c254 svn_boolean_t props,
275 props ? 'p' : 'r',
249 hotcopy_copy_shard_file(svn_boolean_t *skipped_p, const char *src_subdir, const char *dst_subdir, svn_revnum_t rev, int max_files_per_dir, svn_boolean_t props, apr_pool_t *scratch_pool) argument

Completed in 582 milliseconds

12345678910