Home
last modified time | relevance | path

Searched refs:unknown (Results 1 – 25 of 207) sorted by relevance

123456789

/trunk/main/
H A Dconfig.guess147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
154 LIBC=unknown
183 if [ "$LIBC" = unknown ] &&
191 if [ "$LIBC" = unknown ]; then
214 echo unknown)`
216 aarch64eb) machine=aarch64_be-unknown ;;
217 armeb) machine=armeb-unknown ;;
[all …]
H A Dconfig.sub154 basic_machine=$field1-unknown
179 basic_machine=$field1-unknown
236 basic_machine=m68k-unknown
240 basic_machine=m68k-unknown
244 basic_machine=m68k-unknown
268 basic_machine=bfin-unknown
272 basic_machine=arm-unknown
380 basic_machine=m68k-unknown
400 basic_machine=arm-unknown
408 basic_machine=powerpc-unknown
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch94 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
95 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
108 arm*) machine=arm-unknown ;;
109 sh3el) machine=shl-unknown ;;
110 sh3eb) machine=sh-unknown ;;
111 + sh5el) machine=sh5le-unknown ;;
112 *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
130 - echo m68k-unknown-openbsd${UNAME_RELEASE}
133 - echo mipsel-unknown-openbsd${UNAME_RELEASE}
136 - echo m68k-unknown-openbsd${UNAME_RELEASE}
[all …]
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch15 need_lib_prefix=unknown
16 -need_version=unknown
17 +#need_version=unknown
928 extern sint4 fp_Compare( void *cat, void *unknown, int cutoff );
1181 - int score = fp_Compare( h->fprint[i], unknown, threshold );
1188 + score = fp_Compare( h->fprint[i], unknown, threshold );
1215 fp_Done(unknown);
1600 + STACK_DIRECTION = 0 => direction of growth unknown */
1748 arm*) machine=arm-unknown ;;
1749 sh3el) machine=shl-unknown ;;
[all …]
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl89 values for namespaces, elements and attributes or 'unknown' events for
90 elements that are unknown.
92 <p>A namespace is unknown if the namespace URL was not registered with
95 <p>An element is unknown if no <type>XFastTokenHandler</type> is set
97 identifier for the elements local name. An element is also unknown if
98 the elements local name is known but it uses a namespace that is unknown.
102 get unknown sax events. This can be useful if you are only interested
109 for unknown elements.
118 <member>XFastContextHandler::startUnknownElement</member> for unknown elements.
122 <member>XFastContextHandler::endUnknownElement</member> for unknown elements.
/trunk/main/offapi/com/sun/star/sheet/
H A DXFormulaOpCodeMapper.idl58 /** OpCode value used for unknown functions.
61 <member>getMappings</member> are unknown to the implementation.</p>
77 constants. If a constant unknown to the implementation is passed,
95 <p>An unknown Name string gets the OpCode value of <member>
118 constants. If a constant unknown to the implementation is passed,
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.src76 Text [ en-US ] = "Status unknown" ;
109 Text [ en-US ] = "Status unknown" ;
134 Text [ en-US ] = "Status unknown" ;
159 Text [ en-US ] = "Status unknown" ;
184 Text [ en-US ] = "Status unknown" ;
/trunk/main/offapi/com/sun/star/security/
H A DCertificateValidity.idl71 * The certificate revocation status is unknown.
86 * The certificate has critical unknown extensions.
91 * The certificate issuer is unknown.
106 * The root certificate is unknown.
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src62 Text [ en-US ] = "An address book entry could not be retrieved, an unknown error occurred." ;
67 …Text [ en-US ] = "An address book directory name could not be retrieved, an unknown error occurred…
117 Text [ en-US ] = "An unknown error occurred." ;
227 Text [ en-US ] = "The column name '$columnname$' is unknown." ;
368 …Text [ en-US ] = "The index could not be deleted. An unknown error while accessing the file system…
381 Text [ en-US ] = "The index could not be created. An unknown error appeared." ;
543 Text [ en-US ] = "The type of parameter at position '$position$' is unknown." ;
547 Text [ en-US ] = "The type of column at position '$position$' is unknown." ;
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.cxx1383 ::rtl::OUString unknown = ::rtl::OUString::createFromAscii( "UNKNOWN" ); in GetErrorMessage()
1384 ::rtl::OUString language = unknown; in GetErrorMessage()
1385 ::rtl::OUString script = unknown; in GetErrorMessage()
1386 ::rtl::OUString line = unknown; in GetErrorMessage()
1426 ::rtl::OUString unknown = ::rtl::OUString::createFromAscii( "UNKNOWN" ); in GetErrorMessage()
1427 ::rtl::OUString language = unknown; in GetErrorMessage()
1428 ::rtl::OUString script = unknown; in GetErrorMessage()
1429 ::rtl::OUString line = unknown; in GetErrorMessage()
1430 ::rtl::OUString type = unknown; in GetErrorMessage()
/trunk/main/offapi/com/sun/star/util/
H A DXStringSubstitution.idl62 the string but it is unknown for the implementation depends on the parameter
72 if it finds a variable that is unknown. In this case it is possible
109 find the given variable. If the variable is unknown a
119 … variable is unknown a <type scope="com::sun::star::container">NoSuchElementException</type>
/trunk/main/graphite/
H A Dgraphite-2.3.1_debug.patch20 - build_flags="$build_flags -O0 -g -Wall -Wno-unknown-pragmas -Wparentheses -Werror"
21 + build_flags="$build_flags -O0 -g -Wall -Wno-unknown-pragmas -Wparentheses"
23 build_flags="$build_flags -DNDEBUG -Wall -Wno-unknown-pragmas -Wparentheses -Werror"
/trunk/main/udkapi/com/sun/star/java/
H A DWrongJavaVersionException.idl41 succeed, or is left empty if this is unknown.
47 succeed, or is left empty if this is unknown.
53 this is unknown.
/trunk/ext_libraries/ratscan/scan/
H A Drat-output-to-html.xsl58 .unknown {width:100%;background:#E92020;}
59 .unknown-zero {color:#00CC00;}
98 …<td colspan="4" class="unknown"><xsl:value-of select="count(descendant::header-type[attribute::nam…
101 …<td colspan="4" class="unknown-zero"><xsl:value-of select="count(descendant::header-type[attribute…
/trunk/main/oox/source/dump/
H A Ddumperbase.ini51 # Shows unknown trailing data as binary dump (default=on).
53 show-trailing-unknown=1
193 # name and not set in this declaration will be shown as unknown. Default is
312 shortlist=FONT-PITCH,0,unknown,fixed,variable
313 shortlist=FONT-FAMILY,0,unknown,roman,swiss,modern,script,decorative
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java335 catch ( Exception unknown ) in invoke()
339 unknown.toString() ); in invoke()
343 se.exceptionType = unknown.getClass().getName(); in invoke()
/trunk/main/offapi/com/sun/star/ui/
H A DXUIConfigurationManager.idl157 describes an unknown type a
179 an unknown type a
198 unknown type a <type scope="com::sun::star::lang">IllegalArgumentException</type>
218 an unknown type a <type scope="com::sun::star::lang">IllegalArgumentException</type>
/trunk/main/offapi/com/sun/star/frame/
H A DXStorable.idl99 (may the location is unknown)
129 (may the location is unknown)
152 (may the location is unknown)
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDescriptor.java208 private short unknown = 0x23; field in DocumentDescriptor.ParagraphDescriptor
222 desc.write(EndianConverter.writeShort(unknown)); in getDescriptor()
/trunk/main/xmloff/source/core/
H A DXMLEmbeddedObjectExportFilter.cxx133 void SAL_CALL XMLEmbeddedObjectExportFilter::unknown( const OUString& rString ) in unknown() function in XMLEmbeddedObjectExportFilter
137 xExtHandler->unknown( rString ); in unknown()
/trunk/main/offapi/com/sun/star/system/
H A DSystemShellExecuteException.idl35 code or -1 for unknown errors.</p>
39 /** A Posix conforming error code or -1 for unknown errors.
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx130 gr::isocode unknown = {{0,0,0,0}}; in getLanguage() local
131 return unknown; in getLanguage()
/trunk/main/offapi/com/sun/star/xml/
H A DUserDefinedAttributesSupplier.idl33 unknown by its parser, that belong to the XML element representing
45 an XML file. When the file is stored again, the unknown
H A DTextUserDefinedAttributesSupplier.idl33 unknown by its parser, that belong to the XML element representing
45 an XML file. When the file is stored again, the unknown
/trunk/main/offapi/com/sun/star/frame/status/
H A DItemState.idl42 /** specifies an unknown state.
44 const short unknown = 0;

123456789