Home
last modified time | relevance | path

Searched refs:toObj (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialBrokenRedirects.php106 $toObj = Title::makeTitle( $result->rd_namespace, $result->rd_title, $result->rd_fragment );
110 $toObj = $blinks[0];
112 $toObj = false;
120 if ( !is_object( $toObj ) ) {
148 $to = $linkRenderer->makeBrokenLink( $toObj, $toObj->getFullText() );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialBrokenRedirects.php124 $toObj = Title::makeTitle( $result->rd_namespace, $result->rd_title, $result->rd_fragment );
128 $toObj = $blinks[0];
130 $toObj = false;
137 if ( !is_object( $toObj ) ) {
163 $to = $linkRenderer->makeBrokenLink( $toObj, $toObj->getFullText() );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialBrokenRedirects.php124 $toObj = Title::makeTitle( $result->rd_namespace, $result->rd_title, $result->rd_fragment );
128 $toObj = $blinks[0];
130 $toObj = false;
137 if ( !is_object( $toObj ) ) {
163 $to = $linkRenderer->makeBrokenLink( $toObj, $toObj->getFullText() );
/dports/devel/git-lfs/git-lfs-3.0.2/git/githistory/
H A Dref_updater.go60 func (r *refUpdater) updateOneTag(tag *gitobj.Tag, toObj []byte) ([]byte, error) {
62 Object: toObj,
123 toObj, okObj := r.CacheFn(tag.Object)
128 newTag, err := r.updateOneTag(tag, toObj)
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkScale.c25 Tcl_Obj *toObj; /* maximum value */ member
62 Tk_Offset(Scale,scale.toObj), -1, 0, 0, 0},
227 Tcl_GetDoubleFromObj(NULL, scalePtr->scale.toObj, &to); in ScaleFraction()
294 Tcl_GetDoubleFromObj(interp, scalePtr->scale.toObj, &to); in ScaleSetCommand()
429 Tcl_GetDoubleFromObj(NULL, scalePtr->scale.toObj, &to); in PointToValue()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkScale.c27 Tcl_Obj *toObj; /* maximum value */ member
69 offsetof(Scale,scale.toObj), TCL_INDEX_NONE, 0, 0, 0},
247 Tcl_GetDoubleFromObj(NULL, scalePtr->scale.toObj, &to); in ScaleFraction()
314 Tcl_GetDoubleFromObj(interp, scalePtr->scale.toObj, &to); in ScaleSetCommand()
449 Tcl_GetDoubleFromObj(NULL, scalePtr->scale.toObj, &to); in PointToValue()
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkScale.c27 Tcl_Obj *toObj; /* maximum value */ member
69 Tk_Offset(Scale,scale.toObj), -1, 0, 0, 0},
246 Tcl_GetDoubleFromObj(NULL, scalePtr->scale.toObj, &to); in ScaleFraction()
313 Tcl_GetDoubleFromObj(interp, scalePtr->scale.toObj, &to); in ScaleSetCommand()
448 Tcl_GetDoubleFromObj(NULL, scalePtr->scale.toObj, &to); in PointToValue()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/core/entities/
H A Duzeentity.pas162 procedure CopyVPto(var toObj:GDBObjEntity);virtual;
203 procedure GDBObjEntity.CopyVPto(var toObj:GDBObjEntity);
205 toObj.OSnapModeControl:=OSnapModeControl;
206 toObj.vp.LineType:=vp.LineType;
207 toObj.vp.LineTypeScale:=vp.LineTypeScale;
208 toObj.vp.color:=vp.color;
209 toObj.vp.Layer:=vp.Layer;
210 toObj.vp.LineWeight:=vp.LineWeight;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dexpressionreferencemanager.cpp802 TStageObject* toObj = in transferReference() local
804 assert(toObj); in transferReference()
805 if (toObj) { in transferReference()
807 TDoubleParam* to_p = toObj->getParam((TStageObject::Channel)c); in transferReference()
816 TStageObject* toObj = in transferReference() local
818 assert(fromObj && toObj); in transferReference()
819 if (fromObj && toObj) { in transferReference()
822 TDoubleParam* to_p = toObj->getParam((TStageObject::Channel)c); in transferReference()
/dports/lang/nim/nim-1.6.2/tests/vm/
H A Dteval1.nim33 converter toObj(x: int): Obj = Obj(x: x)
/dports/graphics/xtexcad/xtexcad-2.4.1/
H A Dobjects.h88 void ObjCopy(TeXPictObj *fromObj, TeXPictObj *toObj);
H A Dobjects.c149 void ObjCopy(TeXPictObj *fromObj, TeXPictObj *toObj) in ObjCopy() argument
151 toObj->type = fromObj->type; in ObjCopy()
152 toObj->x = fromObj->x; in ObjCopy()
153 toObj->y = fromObj->y; in ObjCopy()
154 toObj->data = fromObj->data; in ObjCopy()
/dports/databases/py-pyodbc/pyodbc-4.0.32/src/
H A Dconnection.cpp1544 PyObject* toObj = 0; in Connection_setdecoding() local
1546 … (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|siO", kwlist, &sqltype, &encoding, &ctype, &toObj)) in Connection_setdecoding()
1549 if (toObj) in Connection_setdecoding()
1551 if (IsUnicodeType(toObj)) in Connection_setdecoding()
1553 else if (IsStringType(toObj)) in Connection_setdecoding()
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Dnextpnr.cc228 for (auto toObj : constr->to) in addConstraint() local
229 constrsTo.emplace(toObj, constr.get()); in addConstraint()
241 for (auto toObj : constr->to) { in removeConstraint() local
242 auto toConstrs = constrsFrom.equal_range(toObj); in removeConstraint()
243 … constrsFrom.erase(std::find(toConstrs.first, toConstrs.second, std::make_pair(toObj, constr))); in removeConstraint()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java230 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
234 UnixPath to = getName(toObj); in move()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.java228 public void move(Path fromObj, SecureDirectoryStream<Path> dir, Path toObj) in move() argument
232 UnixPath to = getName(toObj); in move()
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Dopentripplannerparser.cpp415 const auto toObj = obj.value(QLatin1String("to")).toObject(); in parseJourneySection() local
416 const auto toStop = toObj.value(QLatin1String("stop")).toObject(); in parseJourneySection()
417 const auto to = parseLocation(toObj); in parseJourneySection()

123