Lines Matching defs:prefix
672 prefix = prefixArg;
691 { return prefix; }
700 prefix = other.prefix;
704 String prefix;
824 void addNamespace(const String &prefix, const String &namespaceURI);
1060 void Element::addNamespace(const String &prefix, const String &namespaceURI)
1062 Namespace ns(prefix, namespaceURI);
2978 * If this prefix is seen in a substitution, use an environment
2986 * If this prefix is seen in a substitution, use as a
2994 * If this prefix is seen in a substitution, use as a
3002 * If this prefix is seen in a substitution, use as a
3010 * If this prefix is seen in a substitution, use as a
3189 const String &prefix,
3238 prefix = "/target";
3282 { return prefix; }
3285 * Allow the user to override the prefix in the file
3288 { prefix = val; }
3369 //do not set path and prefix here
3388 prefix = other.prefix;
3427 String prefix;
4445 const String &prefix,
4453 if (prefix.size() > 0)
4454 pkgConfig.setPrefix(prefix);
4471 if (!pkgConfigRecursive(depPkgName, path, prefix, query, val, deplist))
4489 String prefix = getProperty("pkg-config-prefix");
4491 if (!pkgConfigRecursive(packageName, path, prefix, query, val, deplist))
5450 //trace("subName:%s %s", subName.c_str(), prefix.c_str());
5451 if (subName == "prefix" && prefix.size()>0)
5453 attrVal.append(prefix);
5454 //trace("prefix override:%s", prefix.c_str());
8405 String prefix = parent.eval(prefixOpt, "");
8413 pkgconfig.setPrefix(prefix);
8460 if (!parent.getAttribute(elem, "prefix", prefixOpt))
9366 const String &prefix);
9664 const String &prefix)
9697 if (prefix.size() > 0)
9699 key.insert(0, prefix);
9800 String prefix;
9801 if (!getAttribute(elem, "prefix", prefix))
9803 if (prefix.size() > 0)
9805 if (prefix[prefix.size()-1] != '.')
9806 prefix.push_back('.');
9808 if (!parsePropertyFile(attrName, prefix))
9815 error("environment prefix cannot have a '.' in it");
9825 error("pkg-config prefix cannot have a '.' in it");
9835 error("pkg-config-cflags prefix cannot have a '.' in it");
9845 error("pkg-config-libs prefix cannot have a '.' in it");
9855 error("bzr prefix cannot have a '.' in it");