Home
last modified time | relevance | path

Searched refs:path_mode (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/py-pex/pex-1.2.7/pex/
H A Dcommon.py161 path_mode &= int('777', 8)
162 if path_mode & stat.S_IRUSR:
163 path_mode |= stat.S_IXUSR
164 if path_mode & stat.S_IRGRP:
165 path_mode |= stat.S_IXGRP
166 if path_mode & stat.S_IROTH:
167 path_mode |= stat.S_IXOTH
168 os.chmod(path, path_mode)
174 path_mode &= int('777', 8)
175 path_mode |= stat.S_IWRITE
[all …]
/dports/textproc/py-jsonslicer/jsonslicer-0.1.7/src/
H A Djsonslicer_construction.cc38 self->path_mode = JsonSlicer::PathMode::IGNORE; in JsonSlicer_new()
87 JsonSlicer::PathMode path_mode = self->path_mode; in JsonSlicer_init() local
136 path_mode = JsonSlicer::PathMode::IGNORE; in JsonSlicer_init()
138 path_mode = JsonSlicer::PathMode::MAP_KEYS; in JsonSlicer_init()
140 path_mode = JsonSlicer::PathMode::FULL; in JsonSlicer_init()
280 self->path_mode = path_mode; in JsonSlicer_init()
H A Doutput_formatting.cc30 if (self->path_mode == JsonSlicer::PathMode::IGNORE) { in generate_output_object()
32 } else if (self->path_mode == JsonSlicer::PathMode::MAP_KEYS) { in generate_output_object()
48 } else if (self->path_mode == JsonSlicer::PathMode::FULL) { in generate_output_object()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_print3d_utils/
H A Dexport.py81 path_mode = 'COPY' if print_3d.use_export_texture else 'AUTO'
143 path_mode=path_mode,
153 path_mode=path_mode,
161 if path_mode == 'COPY':
/dports/news/pan/pan-0.145/pan/gui/
H A Dsave-attach-ui.cc71 int path_mode (PATH_GROUP);
90 path_mode = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gr)) ? PATH_GROUP : PATH_ENTRY; in response_cb()
92 path_mode = PATH_ENTRY; in response_cb()
96 if (path_mode == PATH_GROUP) in response_cb()
98 else if (path_mode == PATH_ENTRY) { in response_cb()
250 if (path_mode==PATH_GROUP && !have_group_default) in SaveAttachmentsDialog()
251 path_mode = PATH_ENTRY; in SaveAttachmentsDialog()
257 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(w), path_mode==PATH_ENTRY); in SaveAttachmentsDialog()
279 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(w), path_mode==PATH_GROUP); in SaveAttachmentsDialog()
H A Dsave-ui.cc72 int path_mode (PATH_GROUP);
91 path_mode = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gr)) ? PATH_GROUP : PATH_ENTRY; in response_cb()
93 path_mode = PATH_ENTRY; in response_cb()
97 if (path_mode == PATH_GROUP) in response_cb()
99 else if (path_mode == PATH_ENTRY) { in response_cb()
265 if (path_mode==PATH_GROUP && !have_group_default) in SaveDialog()
266 path_mode = PATH_ENTRY; in SaveDialog()
272 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(w), path_mode==PATH_ENTRY); in SaveDialog()
294 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(w), path_mode==PATH_GROUP); in SaveDialog()
/dports/textproc/py-jsonslicer/jsonslicer-0.1.7/tests/
H A Dtest_path_modes.py41 run_js(JSON, (None, None), path_mode='ignore'),
50 run_js(JSON, (None, None), path_mode='map_keys'),
59 run_js(JSON, (None, None), path_mode='full'),
H A Dtest_readme.py71 run_js(JSON, ('colleagues', None), path_mode='map_keys'),
79 run_js(JSON, (None, None), path_mode='full'),
H A Dtest_paths.py77 run_js(JSON, path, path_mode='full'),
144 run_js(JSON, path, path_mode='full'),
/dports/misc/pfm/pfm-2.12.3/lib/App/PFM/
H A DState.pm246 unless (defined $self->directory->path_mode) {
247 $self->directory->path_mode($self->{_config}{path_mode});
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Ddraw.c145 path_mode; member
747 context->path_mode = DefaultPathMode; in DrawAllocateContext()
2652 context->path_mode = mode; in DrawPathCurveTo()
2773 context->path_mode = mode; in DrawPathCurveToQuadraticBezier()
2892 context->path_mode = mode; in DrawPathCurveToQuadraticBezierSmooth()
3013 context->path_mode = mode; in DrawPathCurveToSmooth()
3147 context->path_mode = mode; in DrawPathEllipticArc()
3302 context->path_mode = mode; in DrawPathLineTo()
3394 context->path_mode = mode; in DrawPathLineToHorizontal()
3479 context->path_mode = mode; in DrawPathLineToVertical()
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/
H A Ddrawing_wand.c158 path_mode; member
2471 (drawing_wand->path_mode != mode)) in DrawPathCurveTo()
2474 drawing_wand->path_mode=mode; in DrawPathCurveTo()
2585 drawing_wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
2693 drawing_wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
2805 drawing_wand->path_mode=mode; in DrawPathCurveToSmooth()
2931 drawing_wand->path_mode=mode; in DrawPathEllipticArc()
3077 drawing_wand->path_mode=mode; in DrawPathLineTo()
3167 drawing_wand->path_mode=mode; in DrawPathLineToHorizontal()
3253 drawing_wand->path_mode=mode; in DrawPathLineToVertical()
[all …]
/dports/multimedia/openshot/openshot-qt-2.6.1/src/classes/
H A Djson_data.py153 def read_from_file(self, file_path, path_mode="ignore"): argument
205 if path_mode == "absolute":
220 def write_to_file(self, file_path, data, path_mode="ignore", previous_path=None): argument
224 if path_mode == "relative":
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DFileSBP.h99 XtEnum path_mode ; member
172 ->file_selection_box.path_mode)
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DFileSBP.h69 XtEnum path_mode; member
170 (((XmFileSelectionBoxWidget)(w))->file_selection_box.path_mode)
/dports/textproc/sonic/sonic-1.3.0/src/store/
H A Dfst.rs311 path_mode: StoreFSTPathMode, in dump_action()
316 let fst_extension = path_mode.extension(); in dump_action()
935 let path_mode = StoreFSTPathMode::Permanent; in proceed_erase_collection() localVariable
938 let collection_path = StoreFSTBuilder::path(path_mode, collection_atom, None); in proceed_erase_collection()
1206 let path_mode = StoreFSTPathMode::Permanent; in count_collection_buckets() localVariable
1209 let collection_path = StoreFSTBuilder::path(path_mode, collection_atom, None); in count_collection_buckets()
1214 let fst_extension = path_mode.extension(); in count_collection_buckets()
/dports/textproc/py-jsonslicer/jsonslicer-0.1.7/
H A Dbenchmark.py104 parser = JsonSlicer(gen, (b'level1', b'level2', None), path_mode='full', binary=True)
110 parser = JsonSlicer(gen, ('level1', 'level2', None), path_mode='full')
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_registrar_scscf/
H A Dreply.c674 if (path_mode != PATH_MODE_OFF) { in reg_send_reply_transactional()
675 if (parse_supported(_m) < 0 && path_mode == PATH_MODE_STRICT) { in reg_send_reply_transactional()
684 } else if (path_mode == PATH_MODE_STRICT) { in reg_send_reply_transactional()
768 if (path_mode != PATH_MODE_OFF) { in reg_send_reply()
769 if (parse_supported(_m) < 0 && path_mode == PATH_MODE_STRICT) { in reg_send_reply()
778 } else if (path_mode == PATH_MODE_STRICT) { in reg_send_reply()
H A Dims_registrar_scscf_mod.h102 extern int path_mode;
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/unsupported/aicon/
H A Daicon.c244 unsigned char path_mode ; local
248 XtVaGetValues(w, XmNpathMode, &path_mode, NULL);
249 if (path_mode != XmPATH_MODE_RELATIVE)
/dports/databases/grass7/grass-7.8.6/lib/driver/
H A Dpath.h5 enum path_mode { enum
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/
H A Ddrawing-wand.c146 path_mode; member
527 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2927 wand->path_mode=mode; in DrawPathCurveTo()
3042 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3154 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
3268 wand->path_mode=mode; in DrawPathCurveToSmooth()
3398 wand->path_mode=mode; in DrawPathEllipticArc()
3550 wand->path_mode=mode; in DrawPathLineTo()
3645 wand->path_mode=mode; in DrawPathLineToHorizontal()
3735 wand->path_mode=mode; in DrawPathLineToVertical()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/
H A Ddrawing-wand.c146 path_mode; member
527 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2927 wand->path_mode=mode; in DrawPathCurveTo()
3042 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3154 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
3268 wand->path_mode=mode; in DrawPathCurveToSmooth()
3398 wand->path_mode=mode; in DrawPathEllipticArc()
3550 wand->path_mode=mode; in DrawPathLineTo()
3645 wand->path_mode=mode; in DrawPathLineToHorizontal()
3735 wand->path_mode=mode; in DrawPathLineToVertical()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/wand/
H A Ddrawing-wand.c146 path_mode; member
528 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2840 wand->path_mode=mode; in DrawPathCurveTo()
2955 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3067 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
3181 wand->path_mode=mode; in DrawPathCurveToSmooth()
3311 wand->path_mode=mode; in DrawPathEllipticArc()
3463 wand->path_mode=mode; in DrawPathLineTo()
3559 wand->path_mode=mode; in DrawPathLineToHorizontal()
3649 wand->path_mode=mode; in DrawPathLineToVertical()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/wand/
H A Ddrawing-wand.c146 path_mode; member
528 clone_wand->path_mode=wand->path_mode; in CloneDrawingWand()
2840 wand->path_mode=mode; in DrawPathCurveTo()
2955 wand->path_mode=mode; in DrawPathCurveToQuadraticBezier()
3067 wand->path_mode=mode; in DrawPathCurveToQuadraticBezierSmooth()
3181 wand->path_mode=mode; in DrawPathCurveToSmooth()
3311 wand->path_mode=mode; in DrawPathEllipticArc()
3463 wand->path_mode=mode; in DrawPathLineTo()
3559 wand->path_mode=mode; in DrawPathLineToHorizontal()
3649 wand->path_mode=mode; in DrawPathLineToVertical()
[all …]

123