Home
last modified time | relevance | path

Searched refs:posEq (Results 1 – 11 of 11) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/
H A DAntCoreUtil.java96 int posEq = name.indexOf("="); //$NON-NLS-1$ in processMinusDProperties() local
97 if (posEq == 0) { in processMinusDProperties()
100 } else if (posEq > 0 && posEq != name.length() - 1) { in processMinusDProperties()
101 value = name.substring(posEq + 1).trim(); in processMinusDProperties()
102 name = name.substring(0, posEq); in processMinusDProperties()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DCommandLineArgs.cs109 int posEq = str.IndexOf('='); in GetParameter()
111 if((posDbl < 0) && (posEq < 0)) in GetParameter()
114 int posMin = Math.Min(posDbl, posEq); in GetParameter()
115 if(posMin < 0) posMin = ((posDbl < 0) ? posEq : posDbl); in GetParameter()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DEqualityVariableRemover.cpp137 Constraint* posEq; in eliminate() local
141 posEq = c; in eliminate()
146 posEq = other; in eliminate()
159 halfEq = posEq; in eliminate()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/remote/org/eclipse/ant/internal/launching/remote/
H A DInternalAntRunner.java1103 int posEq = name.indexOf("="); //$NON-NLS-1$ in processMinusDProperties() local
1104 if (posEq == 0) { in processMinusDProperties()
1107 } else if (posEq > 0 && posEq != name.length() - 1) { in processMinusDProperties()
1108 value = name.substring(posEq + 1).trim(); in processMinusDProperties()
1109 name = name.substring(0, posEq); in processMinusDProperties()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ClientServices/Providers/
H A DProxyHelper.cs335 int posEq = cookieHeaderSplits[iter].IndexOf('='); in StoreCookie()
337 if (posEq > 0 && (posSemi < 0 || posSemi > posEq)) in StoreCookie()
/dports/devel/pear-phing/phing-2.6.1/
H A DPhing.php370 $posEq = strpos($name, "=");
371 if ($posEq !== false) {
372 $value = substr($name, $posEq+1);
373 $name = substr($name, 0, $posEq);
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dacfg.cc463 string::size_type posEq = sLine.find("="); in ParseOptionLine() local
464 if (posEq==stmiss && posCol==stmiss) in ParseOptionLine()
471 if (posEq!=stmiss && posCol!=stmiss) in ParseOptionLine()
472 pos=min(posEq,posCol); in ParseOptionLine()
473 else if (posEq!=stmiss) in ParseOptionLine()
474 pos=posEq; in ParseOptionLine()
/dports/math/gap/gap-4.11.0/pkg/ace-5.3/gap/
H A Dinteract.gi1969 local posEq;
1970 posEq := Position(line, '=');
1971 if posEq = fail then
1973 elif IsMatchingSublist(line, "= identity", posEq) then
1976 return ReplacedString(line, line{[1..posEq]}, ",");
/dports/www/py-notebook/notebook-6.4.5/notebook/static/edit/js/
H A Dmain.min.js.map63posEq(a, b) { return a.line == b.line && a.ch == b.ch; }\n\n // Kill 'ring'\n\n var killRing = […
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/webapp/static/
H A Dnbdime.js.map1posEq","killRing","addToRing","getFromRing","lastKill","_kill","ring","growRingTop","byChar","byWo…
/dports/www/py-notebook/notebook-6.4.5/notebook/static/notebook/js/
H A Dmain.min.js.map127posEq = function(a, b) {return a.line === b.line && a.ch === b.ch;};\n\n /**\n *\n * fu…