Home
last modified time | relevance | path

Searched refs:strPrefix (Results 1 – 25 of 97) sorted by relevance

1234

/dports/devel/pear-HTML_Template_PHPLIB/HTML_Template_PHPLIB-1.6.1/HTML/Template/PHPLIB/
H A DGenerator.php33 * @param string $strPrefix Prefix to prepend before the code
38 $strFile, $strTplName = null, $strPrefix = '$tpl'
53 $code .= $strPrefix . ' = new HTML_Template_PHPLIB();' . $nl;
55 $arBlocks, $strTplName, $strPrefix
61 $code .= $strPrefix . '->finish('
62 . trim($strPrefix) . "->parse('TMP', '" . $strTplName . "'));"
75 * @param string $strPrefix Prefix to prepend before the code
79 function getCodeBlock($arBlocks, $strTplName, $strPrefix = '$tpl')
86 $arBlock['sub'], $strTplName, $strPrefix
89 $code .= $strPrefix . "->setBlock('" . $strTplName . "','"
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/character/
H A Dtiscontrol2.pp41 strPrefix, uc : UnicodeString;
44 strPrefix := '012345AZERT ';
45 locCharPos := Length(strPrefix) + 1;
48 uc := strPrefix + UnicodeChar(i) + strPrefix;
55 uc := strPrefix + UnicodeChar(i) + strPrefix;
62 uc := strPrefix + UnicodeChar(i) + strPrefix;
71 uc := strPrefix + UnicodeChar(i) + strPrefix;
H A Dtlowercase2.pp47 strPrefix, uc : UnicodeString;
50 strPrefix := '012345AZERT ';
51 locCharPos := Length(strPrefix) + 1;
54 uc := strPrefix + UnicodeChar(i) + strPrefix;
61 uc := strPrefix + UnicodeChar(i) + strPrefix;
68 uc := strPrefix + UnicodeChar(i) + strPrefix;
77 uc := strPrefix + UnicodeChar(i) + strPrefix;
H A Dtisdigit2.pp41 strPrefix, uc : UnicodeString;
44 strPrefix := '012345AZERT ';
45 locCharPos := Length(strPrefix) + 1;
48 uc := strPrefix + UnicodeChar(i) + strPrefix;
55 uc := strPrefix + UnicodeChar(i) + strPrefix;
64 uc := strPrefix + UnicodeChar(i) + strPrefix;
H A Dtisnumber2.pp41 strPrefix, uc : UnicodeString;
45 strPrefix := '012345AZERT ';
46 locCharPos := Length(strPrefix) + 1;
50 uc := strPrefix + UnicodeChar(i) + strPrefix;
60 uc := strPrefix + IntToStr(i) + strPrefix;
H A Dtgetnumericvalue2.pp47 strPrefix, uc : UnicodeString;
51 strPrefix := '012345AZERT ';
52 locCharPos := Length(strPrefix) + 1;
57 uc := strPrefix + UnicodeChar(i) + strPrefix;
73 uc := strPrefix + IntToStr(i) + strPrefix;
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/SendInputExt/
H A DSiCodes.cs398 string strPrefix = string.Empty; in AddDiacritic()
402 strPrefix = "dead_grave "; in AddDiacritic()
405 strPrefix = "dead_acute "; in AddDiacritic()
411 strPrefix = "dead_tilde "; in AddDiacritic()
420 strPrefix = "dead_cedilla "; in AddDiacritic()
423 strPrefix = "dead_macron "; in AddDiacritic()
426 strPrefix = "dead_breve "; in AddDiacritic()
429 strPrefix = "dead_ogonek "; in AddDiacritic()
432 strPrefix = "dead_abovedot "; in AddDiacritic()
435 strPrefix = "dead_caron "; in AddDiacritic()
[all …]
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dex2ht.c88 strPrefix(char *prefix, char *s) in strPrefix() function
105 if ((title = strPrefix("% Title: ", line))) { in getExTitle()
150 if ((line2 = strPrefix("\\begin{page}{", line))) in exToHt()
152 else if ((line2 = strPrefix("\\spadcommand{", line))) in exToHt()
154 else if ((line2 = strPrefix("\\spadpaste{", line))) in exToHt()
156 else if ((line2 = strPrefix("\\example{", line))) in exToHt()
158 else if ((line2 = strPrefix("\\graphpaste{", line))) in exToHt()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestRegionServerOnlineConfigChange.java116 String strPrefix = "hbase.hstore.compaction."; in testCompactionConfigurationOnlineChange() local
128 conf.setFloat(strPrefix + "ratio", (float)newCompactionRatio); in testCompactionConfigurationOnlineChange()
141 conf.setFloat(strPrefix + "ratio.offpeak", in testCompactionConfigurationOnlineChange()
160 conf.setLong(strPrefix + "min", newMinFilesToCompact); in testCompactionConfigurationOnlineChange()
168 conf.setLong(strPrefix + "max", newMaxFilesToCompact); in testCompactionConfigurationOnlineChange()
182 conf.setLong(strPrefix + "min.size", newMinCompactSize); in testCompactionConfigurationOnlineChange()
190 conf.setLong(strPrefix + "max.size", newMaxCompactSize); in testCompactionConfigurationOnlineChange()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.scripthost.d.ts194 ConnectObject(objEventSource: any, strPrefix: string): void;
201 CreateObject(strProgID: string, strPrefix?: string): any;
215 GetObject(strPathname: string, strProgID?: string, strPrefix?: string): any;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/nativeio/
H A DSharedFileDescriptorFactory.java84 String strPrefix = ""; in create() local
93 errors.append(strPrefix).append("Error creating file descriptor in "). in create()
95 strPrefix = ", "; in create()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DIpcBroadcast.Tcp.cs68 string strPrefix = TcpGetPrefix(); in TcpSend()
70 strPrefix + "*" + IpcTcpSuffix, SearchOption.TopDirectoryOnly); in TcpSend()
77 ushort uPort = ushort.Parse(strName.Substring(strPrefix.Length, in TcpSend()
78 strName.Length - strPrefix.Length - IpcTcpSuffix.Length), in TcpSend()
/dports/databases/pgbackrest/pgbackrest-release-2.35/build/lib/pgBackRestBuild/Build/
H A DCommon.pm104 my $strPrefix = shift;
120 return "${strPrefix}${strName}";
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/XDocument.Common/
H A DCXmlCache.cs45 …public CXmlBase(string strPrefix, string strName, string strLocalName, XmlNodeType NodeType, strin… in CXmlBase() argument
47 pstrPrefix = strPrefix; in CXmlBase()
54 public CXmlBase(string strPrefix, string strName, XmlNodeType NodeType, string strNamespace) in CXmlBase() argument
55 : this(strPrefix, strName, strName, NodeType, strNamespace) in CXmlBase()
58 public CXmlBase(string strPrefix, string strName, XmlNodeType NodeType) in CXmlBase() argument
59 : this(strPrefix, strName, strName, NodeType, "") in CXmlBase()
280 public CXmlNode(string strPrefix, string strName, XmlNodeType NodeType) in CXmlNode() argument
281 : base(strPrefix, strName, NodeType) in CXmlNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/w32/
H A Dfile_url.cxx743 rtl_uString *strPrefix = nullptr; in osl_getSystemPathFromFileURL_() local
744 …rtl_uString_newFromStr_WithLength( &strPrefix, o3tl::toU(WSTR_LONG_PATH_PREFIX_UNC), SAL_N_ELEMENT… in osl_getSystemPathFromFileURL_()
747 rtl_uString_newConcat( &strTempPath, strPrefix, strSuffix ); in osl_getSystemPathFromFileURL_()
749 rtl_uString_release( strPrefix ); in osl_getSystemPathFromFileURL_()
755 rtl_uString *strPrefix = nullptr; in osl_getSystemPathFromFileURL_() local
756 …rtl_uString_newFromStr_WithLength( &strPrefix, o3tl::toU(WSTR_LONG_PATH_PREFIX), SAL_N_ELEMENTS( W… in osl_getSystemPathFromFileURL_()
759 rtl_uString_newConcat( &strTempPath, strPrefix, strSuffix ); in osl_getSystemPathFromFileURL_()
761 rtl_uString_release( strPrefix ); in osl_getSystemPathFromFileURL_()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XslTransformApi/
H A DCXmlCache.cs45 …public CXmlBase(string strPrefix, string strName, string strLocalName, XmlNodeType NodeType, strin… in CXmlBase() argument
47 _strPrefix = strPrefix; in CXmlBase()
54 public CXmlBase(string strPrefix, string strName, XmlNodeType NodeType, string strNamespace) in CXmlBase() argument
55 : this(strPrefix, strName, strName, NodeType, strNamespace) in CXmlBase()
58 public CXmlBase(string strPrefix, string strName, XmlNodeType NodeType) in CXmlBase() argument
59 : this(strPrefix, strName, strName, NodeType, "") in CXmlBase()
275 public CXmlNode(string strPrefix, string strName, XmlNodeType NodeType) in CXmlNode() argument
276 : base(strPrefix, strName, NodeType) in CXmlNode()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DFileTransactionEx.cs290 public static void Configure(string strPrefix, bool? obTransacted) in Configure() argument
292 if(string.IsNullOrEmpty(strPrefix)) { Debug.Assert(false); return; } in Configure()
295 g_dEnabled[strPrefix] = obTransacted.Value; in Configure()
296 else g_dEnabled.Remove(strPrefix); in Configure()

1234