Home
last modified time | relevance | path

Searched refs:ipath (Results 1 – 25 of 1434) sorted by relevance

12345678910>>...58

/dports/devel/t1lib/t1lib-5.1.2/lib/t1lib/
H A Dt1outline.c481 ipath->dest.x = (fractpel) (ipath->dest.x * scale); in T1_ScaleOutline()
482 ipath->dest.y = (fractpel) (ipath->dest.y * scale); in T1_ScaleOutline()
495 ipath->dest.x = (fractpel) (ipath->dest.x * scale); in T1_ScaleOutline()
496 ipath->dest.y = (fractpel) (ipath->dest.y * scale); in T1_ScaleOutline()
528 ipath=ipath->link; in T1_ScaleOutline()
566 ipath=ipath->link; in T1_DumpPath()
624 ipath=ipath->link; in T1_AbsolutePath()
686 ipath=ipath->link; in T1_RelativePath()
705 manipulate( &(ipath->dest.x), &ipath->dest.y, LINETYPE); in T1_ManipulatePath()
713 manipulate( &(ipath->dest.x), &ipath->dest.y, MOVETYPE); in T1_ManipulatePath()
[all …]
/dports/math/grace/grace-5.1.25/T1lib/t1lib/
H A Dt1outline.c481 ipath->dest.x = (fractpel) (ipath->dest.x * scale); in T1_ScaleOutline()
482 ipath->dest.y = (fractpel) (ipath->dest.y * scale); in T1_ScaleOutline()
495 ipath->dest.x = (fractpel) (ipath->dest.x * scale); in T1_ScaleOutline()
496 ipath->dest.y = (fractpel) (ipath->dest.y * scale); in T1_ScaleOutline()
528 ipath=ipath->link; in T1_ScaleOutline()
566 ipath=ipath->link; in T1_DumpPath()
624 ipath=ipath->link; in T1_AbsolutePath()
686 ipath=ipath->link; in T1_RelativePath()
705 manipulate( &(ipath->dest.x), &ipath->dest.y, LINETYPE); in T1_ManipulatePath()
713 manipulate( &(ipath->dest.x), &ipath->dest.y, MOVETYPE); in T1_ManipulatePath()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A DtestReadImage.cpp57 void usage(const char *name, const char *badparam, std::string ipath);
69 void usage(const char *name, const char *badparam, std::string ipath) in usage() argument
94 Print the help.\n\n", ipath.c_str()); in usage()
119 ipath = optarg_; in getOptions()
125 usage(argv[0], NULL, ipath); in getOptions()
134 usage(argv[0], optarg_, ipath); in getOptions()
142 usage(argv[0], NULL, ipath); in getOptions()
157 std::string ipath; in main() local
166 ipath = env_ipath; in main()
175 ipath = opt_ipath; in main()
[all …]
H A DtestIoPPM.cpp125 ipath = optarg_; in getOptions()
131 usage(argv[0], NULL, ipath, opath, user); in getOptions()
140 usage(argv[0], optarg_, ipath, opath, user); in getOptions()
148 usage(argv[0], NULL, ipath, opath, user); in getOptions()
163 std::string ipath; in main() local
174 ipath = env_ipath; in main()
193 ipath = opt_ipath; in main()
206 usage(argv[0], NULL, ipath, opt_opath, username); in main()
217 if (ipath != env_ipath) { in main()
227 usage(argv[0], NULL, ipath, opt_opath, username); in main()
[all …]
H A DtestIoPGM.cpp123 ipath = optarg_; in getOptions()
129 usage(argv[0], NULL, ipath, opath, user); in getOptions()
138 usage(argv[0], optarg_, ipath, opath, user); in getOptions()
146 usage(argv[0], NULL, ipath, opath, user); in getOptions()
161 std::string ipath; in main() local
172 ipath = env_ipath; in main()
191 ipath = opt_ipath; in main()
204 usage(argv[0], NULL, ipath, opt_opath, username); in main()
215 if (ipath != env_ipath) { in main()
225 usage(argv[0], NULL, ipath, opt_opath, username); in main()
[all …]
H A DtestCrop.cpp128 ipath = optarg_; in getOptions()
134 usage(argv[0], NULL, ipath, opath, user); in getOptions()
143 usage(argv[0], optarg_, ipath, opath, user); in getOptions()
151 usage(argv[0], NULL, ipath, opath, user); in getOptions()
166 std::string ipath; in main() local
177 ipath = env_ipath; in main()
196 ipath = opt_ipath; in main()
209 usage(argv[0], NULL, ipath, opt_opath, username); in main()
220 if (ipath != env_ipath) { in main()
230 usage(argv[0], NULL, ipath, opt_opath, username); in main()
[all …]
/dports/deskutils/recoll/recoll-1.31.2/filters/
H A Drclrar70 def extractone(self, ipath):
77 if type(ipath) == type(b''):
78 ipath = ipath.decode('UTF-8')
79 rarinfo = self.rar.getinfo(ipath)
88 return (True, docdata, ipath, False)
139 ipath = params["ipath"]
140 ok, data, ipath, eof = self.extractone(ipath)
142 return (ok, data, ipath, eof)
145 ipath = ipath.decode("utf-8")
146 return self.extractone(ipath)
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_ACRLaw.cxx53 Standard_Integer ipath; in IMPLEMENT_STANDARD_RTTIEXT() local
64 for (ipath=1;ipath<=NbEdge;ipath++) in IMPLEMENT_STANDARD_RTTIEXT()
65 OrigParam->SetValue(ipath, Orig(ipath)); in IMPLEMENT_STANDARD_RTTIEXT()
68 for (ipath=0, wexp.Init(myPath); in IMPLEMENT_STANDARD_RTTIEXT()
73 ipath++; in IMPLEMENT_STANDARD_RTTIEXT()
74 myEdges->SetValue(ipath, E); in IMPLEMENT_STANDARD_RTTIEXT()
88 Standard_Real t1 = OrigParam->Value(ipath-1); in IMPLEMENT_STANDARD_RTTIEXT()
89 Standard_Real t2 = OrigParam->Value(ipath); in IMPLEMENT_STANDARD_RTTIEXT()
94 myLaws->SetValue(ipath, Loc->Copy()); in IMPLEMENT_STANDARD_RTTIEXT()
95 myLaws->ChangeValue(ipath)->SetCurve(AC); in IMPLEMENT_STANDARD_RTTIEXT()
/dports/misc/visp/visp-3.4.0/modules/tracker/blob/test/tracking/
H A DtestTrackDot.cpp109 Print the help.\n", ipath.c_str()); in usage()
140 ipath = optarg_; in getOptions()
143 usage(argv[0], NULL, ipath); in getOptions()
148 usage(argv[0], optarg_, ipath); in getOptions()
156 usage(argv[0], NULL, ipath); in getOptions()
170 std::string ipath; in main() local
182 ipath = env_ipath; in main()
191 ipath = opt_ipath; in main()
196 if (ipath != env_ipath) { in main()
206 usage(argv[0], NULL, ipath); in main()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/simplepie/simplepie/library/SimplePie/
H A DIRI.php91 protected $ipath = ''; variable in SimplePie_IRI
311 $target->ipath = $relative->ipath;
315 $target->ipath = '/' . $relative->ipath;
319 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
323 $target->ipath = $relative->ipath;
325 $target->ipath = $target->remove_dot_segments($target->ipath);
330 $target->ipath = $base->ipath;
782 …(strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'…
818 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]
/dports/misc/visp/visp-3.4.0/example/image/
H A DimageDiskRW.cpp132 ipath = optarg_; in getOptions()
138 usage(argv[0], NULL, ipath, opath, user); in getOptions()
143 usage(argv[0], optarg_, ipath, opath, user); in getOptions()
151 usage(argv[0], NULL, ipath, opath, user); in getOptions()
166 std::string ipath; in main() local
186 ipath = env_ipath; in main()
205 ipath = opt_ipath; in main()
218 usage(argv[0], NULL, ipath, opath, username); in main()
229 if (ipath != env_ipath) { in main()
239 usage(argv[0], NULL, ipath, opath, username); in main()
[all …]
/dports/misc/visp/visp-3.4.0/example/tracking/
H A DtrackMeCircle.cpp114 Print the help.\n", ipath.c_str()); in usage()
146 ipath = optarg_; in getOptions()
149 usage(argv[0], NULL, ipath); in getOptions()
154 usage(argv[0], optarg_, ipath); in getOptions()
162 usage(argv[0], NULL, ipath); in getOptions()
177 std::string ipath; in main() local
189 ipath = env_ipath; in main()
198 ipath = opt_ipath; in main()
203 if (ipath != env_ipath) { in main()
213 usage(argv[0], NULL, ipath); in main()
[all …]
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/
H A Dioinfo.py63 ipath = anyconfig.utils.normpath(obj)
64 ext = anyconfig.utils.get_file_extension(ipath)
67 ipath = anyconfig.utils.normpath(obj.as_posix())
68 ext = anyconfig.utils.get_file_extension(ipath)
71 ipath = anyconfig.utils.get_path_from_stream(obj)
72 ext = anyconfig.utils.get_file_extension(ipath) if ipath else None
75 ipath = ext = None
80 return (itype, ipath, opener, ext)
95 (itype, ipath, opener, ext) = inspect_io_obj(obj)
96 return IOInfo(src=obj, type=itype, path=ipath, opener=opener,
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/rmccue/requests/library/Requests/
H A DIRI.php100 protected $ipath = ''; variable in Requests_IRI
289 $target->ipath = $relative->ipath;
292 $target->ipath = '/' . $relative->ipath;
295 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
298 $target->ipath = $relative->ipath;
300 $target->ipath = $target->remove_dot_segments($target->ipath);
304 $target->ipath = $base->ipath;
698 …(strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'…
729 $this->ipath,
935 $ipath = (string) $ipath;
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/Requests/
H A DIRI.php100 protected $ipath = ''; variable in Requests_IRI
289 $target->ipath = $relative->ipath;
292 $target->ipath = '/' . $relative->ipath;
295 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
298 $target->ipath = $relative->ipath;
300 $target->ipath = $target->remove_dot_segments($target->ipath);
304 $target->ipath = $base->ipath;
698 …(strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'…
729 $this->ipath,
935 $ipath = (string) $ipath;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/Requests/
H A DIRI.php100 protected $ipath = ''; variable in Requests_IRI
289 $target->ipath = $relative->ipath;
292 $target->ipath = '/' . $relative->ipath;
295 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
298 $target->ipath = $relative->ipath;
300 $target->ipath = $target->remove_dot_segments($target->ipath);
304 $target->ipath = $base->ipath;
698 …(strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'…
729 $this->ipath,
935 $ipath = (string) $ipath;
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/rmccue/requests/library/Requests/
H A DIRI.php100 protected $ipath = ''; variable in Requests_IRI
289 $target->ipath = $relative->ipath;
292 $target->ipath = '/' . $relative->ipath;
295 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
298 $target->ipath = $relative->ipath;
300 $target->ipath = $target->remove_dot_segments($target->ipath);
304 $target->ipath = $base->ipath;
698 …(strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'…
729 $this->ipath,
935 $ipath = (string) $ipath;
[all …]
/dports/www/yourls/YOURLS-1.8.2/includes/vendor/rmccue/requests/library/Requests/
H A DIRI.php100 protected $ipath = ''; variable in Requests_IRI
287 $target->ipath = $relative->ipath;
290 $target->ipath = '/' . $relative->ipath;
293 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
296 $target->ipath = $relative->ipath;
298 $target->ipath = $target->remove_dot_segments($target->ipath);
302 $target->ipath = $base->ipath;
696 …(strpos($this->ipath, '/') === false ? true : strpos($this->ipath, ':') < strpos($this->ipath, '/'…
727 $this->ipath,
933 $ipath = (string) $ipath;
[all …]
/dports/devel/cscout/cscout-bd7dfac/doc/examples/
H A Dapache.prj40 ipath "../os/unix"
41 ipath "../include"
46 ipath "../os/unix"
47 ipath "../include"
52 ipath "../os/unix"
53 ipath "../include"
60 ipath "."
61 ipath "../os/unix"
62 ipath "../include"
88 ipath "./os/unix"
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/SimplePie/
H A DIRI.php90 protected $ipath = ''; variable in SimplePie_IRI
310 $target->ipath = $relative->ipath;
314 $target->ipath = '/' . $relative->ipath;
318 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
322 $target->ipath = $relative->ipath;
324 $target->ipath = $target->remove_dot_segments($target->ipath);
329 $target->ipath = $base->ipath;
746 $this->ipath = '';
814 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/SimplePie/
H A DIRI.php90 protected $ipath = ''; variable in SimplePie_IRI
310 $target->ipath = $relative->ipath;
314 $target->ipath = '/' . $relative->ipath;
318 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
322 $target->ipath = $relative->ipath;
324 $target->ipath = $target->remove_dot_segments($target->ipath);
329 $target->ipath = $base->ipath;
746 $this->ipath = '';
814 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/simplepie/simplepie/library/SimplePie/
H A DIRI.php90 protected $ipath = ''; variable in SimplePie_IRI
310 $target->ipath = $relative->ipath;
314 $target->ipath = '/' . $relative->ipath;
318 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
322 $target->ipath = $relative->ipath;
324 $target->ipath = $target->remove_dot_segments($target->ipath);
329 $target->ipath = $base->ipath;
746 $this->ipath = '';
814 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]
/dports/www/moodle310/moodle/lib/simplepie/library/SimplePie/
H A DIRI.php90 protected $ipath = ''; variable in SimplePie_IRI
310 $target->ipath = $relative->ipath;
314 $target->ipath = '/' . $relative->ipath;
318 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
322 $target->ipath = $relative->ipath;
324 $target->ipath = $target->remove_dot_segments($target->ipath);
329 $target->ipath = $base->ipath;
746 $this->ipath = '';
814 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]
/dports/www/moodle311/moodle/lib/simplepie/library/SimplePie/
H A DIRI.php90 protected $ipath = ''; variable in SimplePie_IRI
310 $target->ipath = $relative->ipath;
314 $target->ipath = '/' . $relative->ipath;
318 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
322 $target->ipath = $relative->ipath;
324 $target->ipath = $target->remove_dot_segments($target->ipath);
329 $target->ipath = $base->ipath;
746 $this->ipath = '';
814 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]
/dports/www/moodle39/moodle/lib/simplepie/library/SimplePie/
H A DIRI.php90 protected $ipath = ''; variable in SimplePie_IRI
310 $target->ipath = $relative->ipath;
314 $target->ipath = '/' . $relative->ipath;
318 $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
322 $target->ipath = $relative->ipath;
324 $target->ipath = $target->remove_dot_segments($target->ipath);
329 $target->ipath = $base->ipath;
746 $this->ipath = '';
814 $this->ipath,
1060 $ipath = (string) $ipath;
[all …]

12345678910>>...58