Home
last modified time | relevance | path

Searched refs:newDescr (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/p5-RDF-Core/RDF-Core-0.51/lib/RDF/Core/
H A DEvaluator.pm299 my %newDescr = %$description;
356 $newDescr{$bnd} = @{$rs->[$i]} +
388 my %subDescr = %newDescr;
403 %$description = %newDescr;
410 my %newDescr = %$description;
429 $newDescr{$bnd->[0]} = $lastIndex;
459 my %subDescr = %newDescr;
486 my %subDescr = %newDescr;
515 my %subDescr = %newDescr;
532 my %subDescr = %newDescr;
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/
H A DImageIcon.java177 public void setAccessibleIconDescription(String newDescr) in setAccessibleIconDescription() argument
179 setDescription(newDescr); in setAccessibleIconDescription()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DImageIcon.java187 public void setAccessibleIconDescription(String newDescr) in setAccessibleIconDescription() argument
189 setDescription(newDescr); in setAccessibleIconDescription()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DImageIcon.java187 public void setAccessibleIconDescription(String newDescr) in setAccessibleIconDescription() argument
189 setDescription(newDescr); in setAccessibleIconDescription()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DImageIcon.java187 public void setAccessibleIconDescription(String newDescr) in setAccessibleIconDescription() argument
189 setDescription(newDescr); in setAccessibleIconDescription()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DImageIcon.java187 public void setAccessibleIconDescription(String newDescr) in setAccessibleIconDescription() argument
189 setDescription(newDescr); in setAccessibleIconDescription()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DImageIcon.java187 public void setAccessibleIconDescription(String newDescr) in setAccessibleIconDescription() argument
189 setDescription(newDescr); in setAccessibleIconDescription()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcdd_book_ref_dialog.cpp424 CRef < CCdd_descr > newDescr(new CCdd_descr); in OnClick() local
425 InsertAfter(selectedItem, descrSet, newDescr.GetPointer()); in OnClick()
427 descr = newDescr.GetPointer(); in OnClick()
/dports/astro/tclgeomap/tclgeomap-2.11.6/tcl/
H A DtclgeomapLnArr.c1910 char *newDescr = NULL; /* New descriptor for the linearray */ local
1918 newDescr = Tcl_GetStringFromObj(objv[2], NULL);
1919 GeoLnArrSetDescr(geoLnArr, newDescr);
/dports/comms/anyremote/anyremote-6.7.3/src/
H A Dparse.c1254 char *newDescr = (char*) calloc(1, strlen(cmd) + 1); in storeDescription() local
1255 strcpy(newDescr, cmd); in storeDescription()
1256 ci->descr = newDescr; in storeDescription()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestAttributeSet.cc501 Descriptor::Ptr newDescr = Descriptor::create(AttributeVec3s::attributeType()); in testAttributeSet() local
502 EXPECT_THROW(attrSet.resetDescriptor(newDescr), openvdb::LookupError); in testAttributeSet()
504 attrSet.resetDescriptor(newDescr, /*allowMismatchingDescriptors=*/true)); in testAttributeSet()
/dports/net-mgmt/libsmi/libsmi-0.4.8/tools/
H A Dsmidiff.c711 char *name, SmiDecl decl, char *oldDescr, char *newDescr) in checkDescription() argument
715 if (!oldDescr && newDescr) { in checkDescription()
720 if (oldDescr && !newDescr) { in checkDescription()
726 if (oldDescr && newDescr && diffStrings(oldDescr, newDescr)) { in checkDescription()