Home
last modified time | relevance | path

Searched refs:pathObj (Results 1 – 25 of 75) sorted by relevance

123

/dports/deskutils/treeline/TreeLine/source/
H A Drecentfiles.py37 self.pathObj = pathObj
39 if not self.pathObj and path:
67 abbrevPath = str(self.pathObj)
135 otherPath = other.pathObj
149 otherPath = other.pathObj
182 def addItem(self, pathObj): argument
197 def removeItem(self, pathObj): argument
218 pathObj = item.pathObj.parent
220 if pathObj.is_dir():
221 return pathObj
[all …]
H A Dexports.py134 pathObj = pathObj.with_suffix('.' + defaultExt)
147 if not pathObj:
203 if not pathObj:
287 if not pathObj:
345 if not pathObj:
392 if not pathObj:
462 if not pathObj:
530 if not pathObj:
561 if not pathObj:
1053 filePathObj = pathObj.with_suffix('.html') if addSuffix else pathObj
[all …]
H A Dtreemaincontrol.py235 pathObj = None
238 if not pathObj:
240 if not pathObj:
243 pathObj = pathObj.parent
244 return pathObj
398 def checkAutoSave(self, pathObj): argument
407 basePath = pathObj
408 pathObj = pathlib.Path(str(pathObj) + '~')
409 if not pathObj.is_file():
424 self.openFile(pathObj)
[all …]
H A Dimports.py88 def __init__(self, pathObj=None): argument
94 self.pathObj = pathObj
114 fileName = self.pathObj.name
121 if not self.pathObj:
131 self.pathObj = pathlib.Path(filePath)
187 with self.pathObj.open(newline='',
236 with self.pathObj.open(newline='',
364 tree.parse(str(self.pathObj))
368 fileObj = self.pathObj.open('rb')
687 tree.parse(str(self.pathObj))
[all …]
H A Dhelpview.py24 def __init__(self, pathObj, caption, icons, parent=None): argument
38 self.textView.setSearchPaths([str(pathObj.parent)])
39 self.textView.setSource(QUrl(pathObj.as_uri()))
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdeclarative/examples/quick/shapes/content/
H A Dinteractive.qml275 pathObj.x = x;
276 pathObj.y = y;
280 canvas.genResizer(pathObj, pathObj.x, pathObj.y, "x", "y", "red");
292 pathObj.x = x;
293 pathObj.y = y;
297 canvas.genResizer(pathObj, pathObj.x, pathObj.y, "x", "y", "red");
298 …canvas.genResizer(pathObj, pathObj.control1X, pathObj.control1Y, "control1X", "control1Y", "blue");
299 …canvas.genResizer(pathObj, pathObj.control2X, pathObj.control2Y, "control2X", "control2Y", "lightB…
311 pathObj.x = x;
316 canvas.genResizer(pathObj, pathObj.x, pathObj.y, "x", "y", "red");
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/jvmfwk/source/
H A Delements.cxx69 if (xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in getElement()
382 CXPathObjectPtr pathObj; in write() local
412 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
415 xmlNode * nodeEnabled = pathObj->nodesetval->nodeTab[0]; in write()
433 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
436 xmlNode * nodeEnabled = pathObj->nodesetval->nodeTab[0]; in write()
446 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
449 docUser, pathObj->nodesetval->nodeTab[0]); in write()
457 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
459 xmlNode* vmParameters = pathObj->nodesetval->nodeTab[0]; in write()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jvmfwk/source/
H A Delements.cxx69 if (xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in getElement()
382 CXPathObjectPtr pathObj; in write() local
412 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
415 xmlNode * nodeEnabled = pathObj->nodesetval->nodeTab[0]; in write()
433 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
436 xmlNode * nodeEnabled = pathObj->nodesetval->nodeTab[0]; in write()
446 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
449 docUser, pathObj->nodesetval->nodeTab[0]); in write()
457 if ( ! pathObj || xmlXPathNodeSetIsEmpty(pathObj->nodesetval)) in write()
459 xmlNode* vmParameters = pathObj->nodesetval->nodeTab[0]; in write()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DRendererGL.cpp49 const auto *pathObj = rx::GetImplAs<rx::PathGL>(p); in GatherPaths() local
50 ret.push_back(pathObj->getPathID()); in GatherPaths()
282 const auto *pathObj = GetImplAs<PathGL>(path); in stencilFillPath() local
284 mFunctions->stencilFillPathNV(pathObj->getPathID(), fillMode, mask); in stencilFillPath()
294 const auto *pathObj = GetImplAs<PathGL>(path); in stencilStrokePath() local
306 const auto *pathObj = GetImplAs<PathGL>(path); in coverFillPath() local
307 mFunctions->coverFillPathNV(pathObj->getPathID(), coverMode); in coverFillPath()
316 const auto *pathObj = GetImplAs<PathGL>(path); in coverStrokePath() local
317 mFunctions->coverStrokePathNV(pathObj->getPathID(), coverMode); in coverStrokePath()
329 const auto *pathObj = GetImplAs<PathGL>(path); in stencilThenCoverFillPath() local
[all …]
/dports/security/xray-core/Xray-core-1.5.0/common/errors/
H A Derrors.go26 pathObj interface{} member
34 err.pathObj = obj
39 if err.pathObj == nil {
42 path := reflect.TypeOf(err.pathObj).PkgPath()
/dports/net/v2ray/v2ray-core-4.36.2/common/errors/
H A Derrors.go24 pathObj interface{} member
32 err.pathObj = obj
37 if err.pathObj == nil {
40 return reflect.TypeOf(err.pathObj).PkgPath()
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXPathProcessor.hpp82 XPath& pathObj,
103 XPath& pathObj,
/dports/textproc/write-good/write-good-1.0.8/node_modules/fined/
H A DREADME.md40 ### fined(pathObj, opts) => object | null
44 * **pathObj** [string | object] : a path setting for finding a file.
45 * **opts** [object] : a plain object supplements `pathObj`.
47 `pathObj` and `opts` can have same properties:
/dports/net/pear-Net_URL_Mapper/Net_URL_Mapper-0.9.1/
H A DMapper.php129 $pathObj = new Net_URL_Mapper_Path($path, $defaults, $rules);
130 $this->addPath($pathObj);
131 return $pathObj;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dfill-conversion.cpp34 SPObject *pathObj = nullptr; in generate_linked_fill() local
56 pathObj = doc->getObjectByRepr(pathRepr); in generate_linked_fill()
57 source->setAttribute("inkscape:linked-fill", pathObj->getId()); in generate_linked_fill()
62 return pathObj; in generate_linked_fill()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/extensions/
H A DExtensionCommon.jsm479 * @param {object} pathObj The object containing the member with name `name`.
483 constructor(pathObj, name, context) {
485 this.pathObj = pathObj;
491 return this.pathObj[this.name](...args);
495 this.pathObj[this.name](...args);
501 promise = this.pathObj[this.name](...args) || Promise.resolve();
509 return this.pathObj[this.name];
513 this.pathObj[this.name] = value;
518 this.pathObj[this.name].addListener.call(null, listener, ...args);
525 return this.pathObj[this.name].hasListener.call(null, listener);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DContext.cpp662 if (pathObj == nullptr) in hasPathData()
665 return pathObj->hasPathData(); in hasPathData()
692 pathObj->setStrokeWidth(value); in setPathParameterf()
701 pathObj->setMiterLimit(value); in setPathParameterf()
704 pathObj->setStrokeBound(value); in setPathParameterf()
1715 if (!pathObj) in stencilFillPath()
1727 if (!pathObj) in stencilStrokePath()
1739 if (!pathObj) in coverFillPath()
1751 if (!pathObj) in coverStrokePath()
1763 if (!pathObj) in stencilThenCoverFillPath()
[all …]
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Dnavitiaparser.cpp168 const auto pathObj = pathV.toObject(); in parsePathWithInstructionStartCoordinate() local
170 pathSec.setDescription(pathObj.value(QLatin1String("instruction")).toString()); in parsePathWithInstructionStartCoordinate()
172 pathSec.setDescription(pathObj.value(QLatin1String("name")).toString()); in parsePathWithInstructionStartCoordinate()
176 … const auto coordObj = pathObj.value(QLatin1String("instruction_start_coordinate")).toObject(); in parsePathWithInstructionStartCoordinate()
212 const auto pathObj = pathV.toObject(); in parsePathFromLength() local
214 pathSec.setDescription(pathObj.value(QLatin1String("instruction")).toString()); in parsePathFromLength()
216 pathSec.setDescription(pathObj.value(QLatin1String("name")).toString()); in parsePathFromLength()
220 const auto length = pathObj.value(QLatin1String("length")).toInt(); in parsePathFromLength()
/dports/lang/seed7/seed7/src/
H A Ds7.c216 rtlObjectType pathObj; in processOptions() local
288 pathObj.value.striValue = stri_to_standard_path(opt); in processOptions()
289 if (libraryDirs != NULL && pathObj.value.striValue != NULL) { in processOptions()
290 arrPush(&libraryDirs, pathObj.value.genericValue); in processOptions()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DFootpath.cpp584 auto pathObj = static_cast<FootpathObject*>( in window_footpath_invalidate() local
586 if (pathObj != nullptr) in window_footpath_invalidate()
588 auto pathEntry = reinterpret_cast<rct_footpath_entry*>(pathObj->GetLegacyData()); in window_footpath_invalidate()
634 auto* pathObj = static_cast<FootpathObject*>( in window_footpath_paint() local
636 if (pathObj != nullptr) in window_footpath_paint()
638 … auto pathEntry = reinterpret_cast<const rct_footpath_entry*>(pathObj->GetLegacyData()); in window_footpath_paint()
721 … auto* pathObj = static_cast<FootpathObject*>(objManager.GetLoadedObject(ObjectType::Paths, i)); in window_footpath_show_footpath_types_dialog() local
722 if (pathObj == nullptr) in window_footpath_show_footpath_types_dialog()
727 auto pathEntry = reinterpret_cast<const rct_footpath_entry*>(pathObj->GetLegacyData()); in window_footpath_show_footpath_types_dialog()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/python/
H A DPythonInvoker.cpp256 PyObject* pathObj(PyDict_GetItemString(sysModDict, "path")); // borrowed ref, no need to delete in execute() local
258 if (pathObj != NULL && PyList_Check(pathObj)) in execute()
260 for (int i = 0; i < PyList_Size(pathObj); i++) in execute()
262 PyObject* e = PyList_GetItem(pathObj, i); // borrowed ref, no need to delete in execute()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp710 if (pathObj == nullptr) in hasPathData()
713 return pathObj->hasPathData(); in hasPathData()
740 pathObj->setStrokeWidth(value); in setPathParameterf()
749 pathObj->setMiterLimit(value); in setPathParameterf()
752 pathObj->setStrokeBound(value); in setPathParameterf()
1818 if (!pathObj) in stencilFillPath()
1830 if (!pathObj) in stencilStrokePath()
1842 if (!pathObj) in coverFillPath()
1854 if (!pathObj) in coverStrokePath()
1866 if (!pathObj) in stencilThenCoverFillPath()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp710 if (pathObj == nullptr) in hasPathData()
713 return pathObj->hasPathData(); in hasPathData()
740 pathObj->setStrokeWidth(value); in setPathParameterf()
749 pathObj->setMiterLimit(value); in setPathParameterf()
752 pathObj->setStrokeBound(value); in setPathParameterf()
1818 if (!pathObj) in stencilFillPath()
1830 if (!pathObj) in stencilStrokePath()
1842 if (!pathObj) in coverFillPath()
1854 if (!pathObj) in coverStrokePath()
1866 if (!pathObj) in stencilThenCoverFillPath()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp710 if (pathObj == nullptr) in hasPathData()
713 return pathObj->hasPathData(); in hasPathData()
740 pathObj->setStrokeWidth(value); in setPathParameterf()
749 pathObj->setMiterLimit(value); in setPathParameterf()
752 pathObj->setStrokeBound(value); in setPathParameterf()
1818 if (!pathObj) in stencilFillPath()
1830 if (!pathObj) in stencilStrokePath()
1842 if (!pathObj) in coverFillPath()
1854 if (!pathObj) in coverStrokePath()
1866 if (!pathObj) in stencilThenCoverFillPath()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DContext.cpp710 if (pathObj == nullptr) in hasPathData()
713 return pathObj->hasPathData(); in hasPathData()
740 pathObj->setStrokeWidth(value); in setPathParameterf()
749 pathObj->setMiterLimit(value); in setPathParameterf()
752 pathObj->setStrokeBound(value); in setPathParameterf()
1818 if (!pathObj) in stencilFillPath()
1830 if (!pathObj) in stencilStrokePath()
1842 if (!pathObj) in coverFillPath()
1854 if (!pathObj) in coverStrokePath()
1866 if (!pathObj) in stencilThenCoverFillPath()
[all …]

123