Home
last modified time | relevance | path

Searched refs:strRep (Results 1 – 25 of 72) sorted by relevance

123

/dports/games/openbor/openbor-3caaddd5/engine/source/scriptlib/
H A DInstruction.c218 strRep[0] = 0; in Instruction_ToString()
238 strcpy( strRep, "INC " ); in Instruction_ToString()
241 strcpy( strRep, "DEC " ); in Instruction_ToString()
250 strcpy( strRep, "POS " ); in Instruction_ToString()
289 strcpy( strRep, "GE " ); in Instruction_ToString()
292 strcpy( strRep, "LE " ); in Instruction_ToString()
295 strcpy( strRep, "LT " ); in Instruction_ToString()
298 strcpy( strRep, "GT " ); in Instruction_ToString()
301 strcpy( strRep, "EQ " ); in Instruction_ToString()
304 strcpy( strRep, "NE " ); in Instruction_ToString()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/scriptlib/
H A DInstruction.c218 strRep[0] = 0; in Instruction_ToString()
238 strcpy( strRep, "INC " ); in Instruction_ToString()
241 strcpy( strRep, "DEC " ); in Instruction_ToString()
250 strcpy( strRep, "POS " ); in Instruction_ToString()
289 strcpy( strRep, "GE " ); in Instruction_ToString()
292 strcpy( strRep, "LE " ); in Instruction_ToString()
295 strcpy( strRep, "LT " ); in Instruction_ToString()
298 strcpy( strRep, "GT " ); in Instruction_ToString()
301 strcpy( strRep, "EQ " ); in Instruction_ToString()
304 strcpy( strRep, "NE " ); in Instruction_ToString()
[all …]
H A DInstruction.h53 void Instruction_ToString(Instruction *pins, LPSTR strRep);
/dports/games/openbor3979/openbor-2bcf25b/engine/source/scriptlib/
H A DInstruction.c233 strRep[0] = 0; in Instruction_ToString()
253 strcpy( strRep, "INC " ); in Instruction_ToString()
256 strcpy( strRep, "DEC " ); in Instruction_ToString()
265 strcpy( strRep, "POS " ); in Instruction_ToString()
304 strcpy( strRep, "GE " ); in Instruction_ToString()
307 strcpy( strRep, "LE " ); in Instruction_ToString()
310 strcpy( strRep, "LT " ); in Instruction_ToString()
313 strcpy( strRep, "GT " ); in Instruction_ToString()
316 strcpy( strRep, "EQ " ); in Instruction_ToString()
319 strcpy( strRep, "NE " ); in Instruction_ToString()
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/source/scriptlib/
H A DInstruction.c143 strRep[0] = 0; in Instruction_ToString()
162 strcpy( strRep, "INC " ); in Instruction_ToString()
165 strcpy( strRep, "DEC " ); in Instruction_ToString()
174 strcpy( strRep, "POS " ); in Instruction_ToString()
204 strcpy( strRep, "GE " ); in Instruction_ToString()
207 strcpy( strRep, "LE " ); in Instruction_ToString()
210 strcpy( strRep, "LT " ); in Instruction_ToString()
213 strcpy( strRep, "GT " ); in Instruction_ToString()
216 strcpy( strRep, "EQ " ); in Instruction_ToString()
219 strcpy( strRep, "NE " ); in Instruction_ToString()
[all …]
H A DInstruction.h53 void Instruction_ToString(Instruction* pins, LPSTR strRep);
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/scriptlib/
H A DInstruction.c143 strRep[0] = 0; in Instruction_ToString()
162 strcpy( strRep, "INC " ); in Instruction_ToString()
165 strcpy( strRep, "DEC " ); in Instruction_ToString()
174 strcpy( strRep, "POS " ); in Instruction_ToString()
204 strcpy( strRep, "GE " ); in Instruction_ToString()
207 strcpy( strRep, "LE " ); in Instruction_ToString()
210 strcpy( strRep, "LT " ); in Instruction_ToString()
213 strcpy( strRep, "GT " ); in Instruction_ToString()
216 strcpy( strRep, "EQ " ); in Instruction_ToString()
219 strcpy( strRep, "NE " ); in Instruction_ToString()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/security/
H A DOID.java84 private transient String strRep; field in OID
138 public OID(String strRep) in OID() argument
140 this(strRep, false); in OID()
156 this.strRep = strRep; in OID()
157 components = fromString(strRep); in OID()
333 oid.strRep = this.strRep; in clone()
359 if (strRep != null) in toString()
360 return strRep; in toString()
370 return (strRep = buf.toString()); in toString()
472 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/security/
H A DOID.java84 private transient String strRep; field in OID
138 public OID(String strRep) in OID() argument
140 this(strRep, false); in OID()
156 this.strRep = strRep; in OID()
157 components = fromString(strRep); in OID()
333 oid.strRep = this.strRep; in clone()
359 if (strRep != null) in toString()
360 return strRep; in toString()
370 return (strRep = buf.toString()); in toString()
472 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/security/
H A DOID.java82 private transient String strRep; field in OID
136 public OID(String strRep) in OID() argument
138 this(strRep, false); in OID()
154 this.strRep = strRep; in OID()
155 components = fromString(strRep); in OID()
331 oid.strRep = this.strRep; in clone()
357 if (strRep != null) in toString()
358 return strRep; in toString()
368 return (strRep = buf.toString()); in toString()
470 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/security/
H A DOID.java87 private transient String strRep; field in OID
141 public OID(String strRep) in OID() argument
143 this(strRep, false); in OID()
156 public OID(String strRep, boolean relative) in OID() argument
159 this.strRep = strRep; in OID()
160 components = fromString(strRep); in OID()
360 if (strRep != null) in toString()
361 return strRep; in toString()
371 return (strRep = buf.toString()); in toString()
473 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/security/
H A DOID.java87 private transient String strRep; field in OID
141 public OID(String strRep) in OID() argument
143 this(strRep, false); in OID()
156 public OID(String strRep, boolean relative) in OID() argument
159 this.strRep = strRep; in OID()
160 components = fromString(strRep); in OID()
360 if (strRep != null) in toString()
361 return strRep; in toString()
371 return (strRep = buf.toString()); in toString()
473 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/security/
H A DOID.java87 private transient String strRep; field in OID
141 public OID(String strRep) in OID() argument
143 this(strRep, false); in OID()
156 public OID(String strRep, boolean relative) in OID() argument
159 this.strRep = strRep; in OID()
160 components = fromString(strRep); in OID()
360 if (strRep != null) in toString()
361 return strRep; in toString()
371 return (strRep = buf.toString()); in toString()
473 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/security/
H A DOID.java87 private transient String strRep; field in OID
141 public OID(String strRep) in OID() argument
143 this(strRep, false); in OID()
156 public OID(String strRep, boolean relative) in OID() argument
159 this.strRep = strRep; in OID()
160 components = fromString(strRep); in OID()
360 if (strRep != null) in toString()
361 return strRep; in toString()
371 return (strRep = buf.toString()); in toString()
473 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/security/
H A DOID.java87 private transient String strRep; field in OID
141 public OID(String strRep) in OID() argument
143 this(strRep, false); in OID()
156 public OID(String strRep, boolean relative) in OID() argument
159 this.strRep = strRep; in OID()
160 components = fromString(strRep); in OID()
360 if (strRep != null) in toString()
361 return strRep; in toString()
371 return (strRep = buf.toString()); in toString()
473 if (strRep.startsWith("OID.") || strRep.startsWith("oid.")) in fromString()
[all …]
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/
H A DDefaultThrowableRendererTest.java30 String[] strRep = r.doRender(ex); in testDefaultRender() local
31 assertNotNull(strRep); in testDefaultRender()
32 assertTrue(strRep.length > 0); in testDefaultRender()
33 for(int i = 0; i < strRep.length; i++) { in testDefaultRender()
34 assertNotNull(strRep[i]); in testDefaultRender()
H A DEnhancedThrowableRendererTest.java41 String[] strRep = r.doRender(ex); in testEnhancedRender() local
42 assertNotNull(strRep); in testEnhancedRender()
43 assertTrue(strRep.length > 0); in testEnhancedRender()
44 for(int i = 0; i < strRep.length; i++) { in testEnhancedRender()
45 assertNotNull(strRep[i]); in testEnhancedRender()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/log4php/renderers/
H A DLoggerRendererException.php31 …$strRep = 'Throwable('.get_class($o).'): '.$o->getMessage().' in '.$o->getFile().' on line '.$o->…
32 $strRep .= PHP_EOL.$o->getTraceAsString();
35 $strRep .= PHP_EOL.'Caused by: '.$this->render($o->getPrevious());
38 return $strRep;
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/Spr/
H A DSprEngine.PickChars.cs125 string strRep = string.Empty; in ReplacePickChars()
129 strRep = ShowCharPickDlg(ctx.Entry.Strings.ReadSafe( in ReplacePickChars()
161 strRep = dPicked[strID]; in ReplacePickChars()
163 strRep = ShowCharPickDlg(strContent, uCharCount, bInitHide, in ReplacePickChars()
166 if(strID.Length > 0) dPicked[strID] = strRep; in ReplacePickChars()
179 strRep = ConvertToDownArrows(strRep, iOffset, strConvFmt); in ReplacePickChars()
186 bEncode ? SprEngine.TransformContent(strRep, ctx) : strRep); in ReplacePickChars()
H A DSprEngine.cs458 string strRep = null; in FillUriSpecial()
459 if(i == 0) strRep = strDataCmp; in FillUriSpecial()
473 case 3: strRep = uri.Host; break; in FillUriSpecial()
475 strRep = uri.Port.ToString( in FillUriSpecial()
482 strRep = uri.UserInfo; in FillUriSpecial()
483 t = strRep.IndexOf(':'); in FillUriSpecial()
484 if(t >= 0) strRep = strRep.Substring(0, t); in FillUriSpecial()
487 strRep = uri.UserInfo; in FillUriSpecial()
488 t = strRep.IndexOf(':'); in FillUriSpecial()
490 else strRep = strRep.Substring(t + 1); in FillUriSpecial()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DCustomRichTextBoxEx.cs299 string strRep = Convert.ToString(uc, 16).ToUpperInvariant(); in HandleAltX()
308 this.SelectedText = strRep; in HandleAltX()
309 this.Select(iSel, strRep.Length); in HandleAltX()
345 string strRep = char.ConvertFromUtf32((int)uc); in HandleAltX()
346 if(string.IsNullOrEmpty(strRep)) { Debug.Assert(false); return true; } in HandleAltX()
347 if(char.IsControl(strRep, 0) && (strRep[0] != '\t')) return true; in HandleAltX()
351 this.SelectedText = strRep; in HandleAltX()
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/chainsaw/
H A DMain.java135 final String strRep = System.getProperty(PORT_PROP_NAME); in setupReceiver() local
136 if (strRep != null) { in setupReceiver()
138 port = Integer.parseInt(strRep); in setupReceiver()
141 " property with value " + strRep + "."); in setupReceiver()
144 "Unable to parse port number from '" + strRep + in setupReceiver()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/ExternalPlayer/
H A DExternalPlayer.cpp187 std::string strRep = vecSplit[2]; in Process() local
188 StringUtils::Replace(strRep, ",,",","); in Process()
195 …mainFile = mainFile.substr(0, iStart) + regExp.GetReplaceString(strRep) + mainFile.substr(iStart +… in Process()
199 …s') new filename:'%s'.", __FUNCTION__, strMatch.c_str(), strPat.c_str(), strRep.c_str(), mainFile.… in Process()
650 std::string strRep; in GetCustomRegexpReplacers() local
653 XMLUtils::GetString(pReplacer,"rep",strRep); in GetCustomRegexpReplacers()
655 if (!strPat.empty() && !strRep.empty()) in GetCustomRegexpReplacers()
658 …," Match:[%s] Pattern:[%s] Replacement:[%s]", strMatch.c_str(), strPat.c_str(), strRep.c_str()); in GetCustomRegexpReplacers()
663 StringUtils::Replace(strRep, ",",",,"); in GetCustomRegexpReplacers()
665 …std::string strReplacer = strMatch + " , " + strPat + " , " + strRep + " , " + (bGlobal ? "g" : ""… in GetCustomRegexpReplacers()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DAppLocator.cs153 string strRep; in ReplacePath()
155 strRep = "\"" + SprEngine.TransformContent(strFill, ctx) + "\""; in ReplacePath()
157 strRep = SprEngine.TransformContent("\"" + strFill + "\"", ctx); in ReplacePath()
159 return StrUtil.ReplaceCaseInsensitive(str, strPlaceholder, strRep); in ReplacePath()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/resolver/
H A DResolverUtils.java64 public static String strRep(String str) {

123