Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 200 of 458) sorted by relevance

12345678910>>...19

/plugin/autologoff/lang/en/
H A Dintro.txt3 Here you can specify users and groups that should be logged out after the configured time of inactivity. Be sure to prefix groups with ''@''. A user that is member of multiple configured groups will be given the largest c (…)
/plugin/approve/lang/en/
H A Dassignments_intro.txt10 Groups can be assigned as approvers with @ prefix.
/plugin/data-au/
H A Dhelper.php166 if(isset($type['prefix'])) {
167 $pre = $type['prefix'];
/plugin/data/
H A Dhelper.php173 if (isset($type['prefix'])) {
174 $pre = $type['prefix'];
279 // no prefix/postfix here
303 // per default use keyname as target page, but prefix on aliases
/plugin/mantis/lib/
H A Dclass.xmlschema.php191 if($prefix = $this->getPrefix($name)){
195 $prefix = '';
279 $prefix = $this->getPrefix($aname);
429 $this->schemaInfo['schemaVersion'] = $this->getNamespaceFromPrefix($prefix);
481 if ($prefix = $this->getPrefix($name)){
485 $prefix = '';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1364 * @param string $prefix
1368 function assertStringStartsNotWith($prefix, $string, $message = '') argument
1379 * @param string $prefix
1383 function assertStringStartsWith($prefix, $string, $message = '') argument
2151 * @param mixed $prefix
2155 function stringStartsWith($prefix) argument
/plugin/idcount/
H A DREADME.md3 …or to insert an ongoing number (to be used as unique ids) in the text. A prefix can be configured,…
/plugin/yuriigantt/3rd/fontawesome/
H A Dcompress-solid.svg1 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="compress" class="svg-inline-…
H A Dexpand-solid.svg1 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="expand" class="svg-inline--f…
/plugin/codebuttonmod2/image/
H A Dcopy-button.svg1 <svg aria-hidden="true" data-prefix="far" data-icon="copy" class="svg-inline--fa fa-copy fa-w-14" r…
/plugin/openid/
H A DMakefile31 $(GIT) checkout-index -a -f --prefix=$(STAGE)/ ; \
/plugin/linkfix/lang/en/
H A Dintro.txt3 This tool allows you to change all links in your wiki by simple search and replace. You can change internal and external links. Internal links will always be checked against their full resolved ID. External URLs have to be specified with their protocol prefix.
/plugin/autologoff/lang/sv/
H A Dintro.txt3 Här kan di specificera användare och grupper som ska loggas ut efter vald tidsspann av inaktivitet. Var noga att ge grupper prefix "@". En användare som tillhör flera valda grupper kommer att ges den högst valda tidsangivelsen. D (…)
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js20 prefix: "Assistive-",
25 s[h.prefix + e] = t;
28 …", h.defaults), a = Object.keys(t), i = 0; e = a[i]; i++) void 0 === s[h.prefix + e] && h.addMenuO…
32 s[h.prefix + e] !== t && (h.addMenuOption(e, t), u.Reset());
35 return s[h.prefix + e];
41 var e = s[h.prefix + "ruleset"], t = e.split("-");
81 … e || !t.FindId("SpeechOutput") || s[h.prefix + "speech"] || (t.FindId("Subtitles").disabled = !0);
H A Daccessibility-menu.js16 prefix: "",
20 return l.prefix + e;
/plugin/phprestrict/
H A DREADME.md6 Enable PHP by namespace ("fred:"), page ("fred:derf") and page-prefix ("fred:php*).
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DKgsearch.php85 'prefix' => [
/plugin/fedauth/Auth/
H A DOpenID.php229 static function addPrefix($values, $prefix) argument
233 $new_values[] = $prefix . $s;
/plugin/anewssystem/
H A Daction.php58 $prefix = 'anss';
73 $post_prefix = $_POST["xs-".$prefix];
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js234 t._hash2query = function(content, prefix, queryText, queryElem) { argument
235 if (prefix == null) prefix = "";
244 var curPrefix = prefix? prefix + '[' + this.escape(k) + ']' : this.escape(k);
/plugin/ckgdoku/action/
H A Dedit.php473 $prefix = isset($cdata['prefix']) ? urldecode($cdata['prefix']) : "" ;
474 if($prefix) $prefix = $this-> _preprocess($prefix);
484 $this->draft_text = $prefix . $text . $suffix;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1736 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'classic' : 'geSprite geSprite-' + prefix
1740 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'classicthin' : 'geSprite geSprite-' + pr…
1744 result = 'geSprite geSprite-' + prefix + 'open';
1752 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'block' : 'geSprite geSprite-' + prefix +…
1756 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'blockthin' : 'geSprite geSprite-' + pref…
1760 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'oval' : 'geSprite geSprite-' + prefix + …
1764 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'diamond' : 'geSprite geSprite-' + prefix
1768 …result = (fill == '1') ? 'geSprite geSprite-' + prefix + 'thindiamond' : 'geSprite geSprite-' + pr…
1776 result = 'geSprite geSprite-' + prefix + 'dash';
1780 result = 'geSprite geSprite-' + prefix + 'cross';
[all …]
/plugin/code3/src/
H A Dtz.js240 function PR_startsWith(s, prefix) { argument
241 return s.length >= prefix.length && prefix == s.substring(0, prefix.length);
297 function PR_prefixMatch(chars, len, prefix) { argument
298 if (len < prefix.length) { return false; }
299 for (var i = 0, n = prefix.length; i < n; ++i) {
300 if (prefix.charAt(i) != chars[i]) { return false; }
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php545 private $prefix = 'ds'; variable in XMLSecurityDSig
570 static function generateGUID($prefix='pfx') { argument
572 $guid = $prefix.substr($uuid,0,8)."-".
605 … $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name, $value);
607 $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name);
936 $prefix = null;
943 $prefix = empty($options['prefix'])?null:$options['prefix'];
951 if (! empty($prefix)) {
952 $attname = $prefix.':'.$attname;
987 … $XPathNode->setAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns:$prefix", $namespace);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1788 * @param string $prefix
1792 public static function assertStringStartsWith($prefix, $string, $message = '') argument
1794 if (!is_string($prefix)) {
1803 $prefix
1812 * @param string $prefix
1816 public static function assertStringStartsNotWith($prefix, $string, $message = '') argument
1818 if (!is_string($prefix)) {
1827 new PHPUnit_Framework_Constraint_StringStartsWith($prefix)
2700 * @param mixed $prefix
2704 public static function stringStartsWith($prefix) argument
[all …]

12345678910>>...19