Home
last modified time | relevance | path

Searched refs:strversion (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/moodle310/moodle/admin/
H A Dmodules.php22 $strversion = get_string("version"); variable
86 …$table->define_headers(array($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow",…
H A Dblocks.php22 $strversion = get_string('version'); variable
85 …$table->define_headers(array($strname, $strcourses, $strversion, $strhide.'/'.$strshow, $strprotec…
/dports/www/moodle311/moodle/admin/
H A Dmodules.php22 $strversion = get_string("version"); variable
86 …$table->define_headers(array($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow",…
H A Dblocks.php22 $strversion = get_string('version'); variable
85 …$table->define_headers(array($strname, $strcourses, $strversion, $strhide.'/'.$strshow, $strprotec…
/dports/www/moodle310/moodle/lib/editor/atto/
H A Dadminlib.php192 $strversion = get_string('version');
200 … $table->head = array($strname, $strversion, $strtoolbarconfig, $strsettings, $struninstall);
/dports/www/moodle39/moodle/lib/editor/atto/
H A Dadminlib.php192 $strversion = get_string('version');
200 … $table->head = array($strname, $strversion, $strtoolbarconfig, $strsettings, $struninstall);
/dports/www/moodle39/moodle/admin/
H A Dmodules.php22 $strversion = get_string("version"); variable
86 …$table->define_headers(array($stractivitymodule, $stractivities, $strversion, "$strhide/$strshow",…
H A Dblocks.php22 $strversion = get_string('version'); variable
85 …$table->define_headers(array($strname, $strcourses, $strversion, $strhide.'/'.$strshow, $strprotec…
/dports/www/moodle311/moodle/lib/editor/atto/
H A Dadminlib.php192 $strversion = get_string('version');
200 … $table->head = array($strname, $strversion, $strtoolbarconfig, $strsettings, $struninstall);
/dports/www/moodle311/moodle/lib/editor/tinymce/
H A Dadminlib.php116 $strversion = get_string('version');
124 …$table->head = array($strname, $strbuttons, $strversion, $strenable, $strsettings, $struninstall);
/dports/www/moodle310/moodle/lib/editor/tinymce/
H A Dadminlib.php116 $strversion = get_string('version');
124 …$table->head = array($strname, $strbuttons, $strversion, $strenable, $strsettings, $struninstall);
/dports/www/moodle39/moodle/lib/editor/tinymce/
H A Dadminlib.php116 $strversion = get_string('version');
124 …$table->head = array($strname, $strbuttons, $strversion, $strenable, $strsettings, $struninstall);
/dports/www/moodle310/moodle/admin/tool/log/classes/
H A Dsetting_managestores.php109 $strversion = get_string('version');
135 …ad = array(get_string('name'), get_string('reportssupported', 'tool_log'), $strversion, $strenable,
/dports/www/moodle311/moodle/admin/tool/log/classes/
H A Dsetting_managestores.php109 $strversion = get_string('version');
135 …ad = array(get_string('name'), get_string('reportssupported', 'tool_log'), $strversion, $strenable,
/dports/www/moodle39/moodle/admin/tool/log/classes/
H A Dsetting_managestores.php109 $strversion = get_string('version');
135 …ad = array(get_string('name'), get_string('reportssupported', 'tool_log'), $strversion, $strenable,
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/web/
H A D_newclient.py385 def parseVersion(self, strversion): argument
392 proto, strnumber = strversion.split('/')
396 raise BadResponseVersion(str(e), strversion)
398 raise BadResponseVersion("version may not be negative", strversion)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A D_newclient.py386 def parseVersion(self, strversion): argument
393 proto, strnumber = strversion.split(b"/")
397 raise BadResponseVersion(str(e), strversion)
399 raise BadResponseVersion("version may not be negative", strversion)
/dports/sysutils/cfengine316/cfengine-3.16.0/libenv/
H A Dsysinfo.c2017 char vbuf[CF_BUFSIZE], strversion[CF_MAXVARSIZE], strpatch[CF_MAXVARSIZE]; in Linux_Suse_Version() local
2018 strversion[0] = '\0'; in Linux_Suse_Version()
2026 strlcpy(strversion, vbuf, sizeof(strversion)); in Linux_Suse_Version()
2121 release = strversion; in Linux_Suse_Version()
2172 sscanf(strversion, "VERSION = %255s", strmajor); in Linux_Suse_Version()
/dports/sysutils/cfengine317/cfengine-3.17.0/libenv/
H A Dsysinfo.c2044 char vbuf[CF_BUFSIZE], strversion[CF_MAXVARSIZE], strpatch[CF_MAXVARSIZE]; in Linux_Suse_Version() local
2045 strversion[0] = '\0'; in Linux_Suse_Version()
2053 strlcpy(strversion, vbuf, sizeof(strversion)); in Linux_Suse_Version()
2148 release = strversion; in Linux_Suse_Version()
2199 sscanf(strversion, "VERSION = %255s", strmajor); in Linux_Suse_Version()
/dports/sysutils/cfengine/cfengine-3.19.0/libenv/
H A Dsysinfo.c2096 char vbuf[CF_BUFSIZE], strversion[CF_MAXVARSIZE], strpatch[CF_MAXVARSIZE]; in Linux_Suse_Version() local
2097 strversion[0] = '\0'; in Linux_Suse_Version()
2105 strlcpy(strversion, vbuf, sizeof(strversion)); in Linux_Suse_Version()
2200 release = strversion; in Linux_Suse_Version()
2251 sscanf(strversion, "VERSION = %255s", strmajor); in Linux_Suse_Version()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libenv/
H A Dsysinfo.c2096 char vbuf[CF_BUFSIZE], strversion[CF_MAXVARSIZE], strpatch[CF_MAXVARSIZE]; in Linux_Suse_Version() local
2097 strversion[0] = '\0'; in Linux_Suse_Version()
2105 strlcpy(strversion, vbuf, sizeof(strversion)); in Linux_Suse_Version()
2200 release = strversion; in Linux_Suse_Version()
2251 sscanf(strversion, "VERSION = %255s", strmajor); in Linux_Suse_Version()
/dports/sysutils/cfengine318/cfengine-3.18.1/libenv/
H A Dsysinfo.c2096 char vbuf[CF_BUFSIZE], strversion[CF_MAXVARSIZE], strpatch[CF_MAXVARSIZE]; in Linux_Suse_Version() local
2097 strversion[0] = '\0'; in Linux_Suse_Version()
2105 strlcpy(strversion, vbuf, sizeof(strversion)); in Linux_Suse_Version()
2200 release = strversion; in Linux_Suse_Version()
2251 sscanf(strversion, "VERSION = %255s", strmajor); in Linux_Suse_Version()
/dports/sysutils/cfengine319/cfengine-3.19.0/libenv/
H A Dsysinfo.c2096 char vbuf[CF_BUFSIZE], strversion[CF_MAXVARSIZE], strpatch[CF_MAXVARSIZE]; in Linux_Suse_Version() local
2097 strversion[0] = '\0'; in Linux_Suse_Version()
2105 strlcpy(strversion, vbuf, sizeof(strversion)); in Linux_Suse_Version()
2200 release = strversion; in Linux_Suse_Version()
2251 sscanf(strversion, "VERSION = %255s", strmajor); in Linux_Suse_Version()
/dports/www/moodle311/moodle/lib/
H A Dadminlib.php6513 $strversion = get_string('version');
6540 …$table->head = array(get_string('name'), $strusage, $strversion, $strenable, $strup.'/'.$strdown,…
8453 $strversion = get_string('version');
8465 $table->head = array($strname, $strsupports, $strversion,
10352 $strversion = get_string('version');
10368 $table->head = array($strprotocol, $strversion, $strenable, $strsettings);
/dports/www/moodle310/moodle/lib/
H A Dadminlib.php6410 $strversion = get_string('version');
6437 …$table->head = array(get_string('name'), $strusage, $strversion, $strenable, $strup.'/'.$strdown,…
8376 $strversion = get_string('version');
8388 $table->head = array($strname, $strsupports, $strversion,
10275 $strversion = get_string('version');
10291 $table->head = array($strprotocol, $strversion, $strenable, $strsettings);

12