Searched full:administration (Results 1 – 25 of 358) sorted by relevance
12345678910>>...15
| /external/libcap/doc/values/ |
| D | 21.txt | 6 - administration of the random device 28 - administration of md devices (mostly the above, but 32 - administration of apm_bios, serial and bttv (TV)
|
| /external/licenseclassifier/licenses/ |
| D | OpenVision.txt | 4 WARNING: Retrieving the OpenVision Kerberos Administration system 7 not retrieve the OpenVision Kerberos administration system. 29 Administration system to MIT for inclusion in the standard Kerberos
|
| /external/licenseclassifier/v2/assets/License/OpenVision/ |
| D | license.txt | 4 WARNING: Retrieving the OpenVision Kerberos Administration system 7 not retrieve the OpenVision Kerberos administration system. 29 Administration system to MIT for inclusion in the standard Kerberos
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | admin_directory_v1.orgunits.html | 134 …tion on inheritance and users in an organization structure, see the [administration help center](h… 140 …hanges. For more information about organization structures, see the [administration help center](h… 156 …tion on inheritance and users in an organization structure, see the [administration help center](h… 162 …hanges. For more information about organization structures, see the [administration help center](h… 176 …tion on inheritance and users in an organization structure, see the [administration help center](h… 182 …hanges. For more information about organization structures, see the [administration help center](h… 212 …tion on inheritance and users in an organization structure, see the [administration help center](h… 218 …hanges. For more information about organization structures, see the [administration help center](h… 237 …tion on inheritance and users in an organization structure, see the [administration help center](h… 243 …hanges. For more information about organization structures, see the [administration help center](h… [all …]
|
| D | admin_directory_v1.members.html | 145 … `group1`. For more information about a member's role, see the [administration help center](h… 186 … `group1`. For more information about a member's role, see the [administration help center](h… 205 … `group1`. For more information about a member's role, see the [administration help center](h… 239 … `group1`. For more information about a member's role, see the [administration help center](h… 278 … `group1`. For more information about a member's role, see the [administration help center](h… 297 … `group1`. For more information about a member's role, see the [administration help center](h… 319 … `group1`. For more information about a member's role, see the [administration help center](h… 338 … `group1`. For more information about a member's role, see the [administration help center](h…
|
| /external/libcups/doc/help/ |
| D | security.html | 15 administration, you expose your system to potential unauthorized 22 <P>When you enable remote administration, the server will use Basic authentication for administrati… 59 <P>When printer sharing or remote administration is enabled, the
|
| /external/libcups/ |
| D | README.md | 67 CUPS includes a web-based administration tool that allows you to manage 69 in your browser to access the printer administration tools: 72 CUPS configuration. To enable administration access on other addresses, check 73 the `Allow Remote Administration` box and click on the `Change Settings` button. 75 You will be asked for the administration password (root or any other user in the
|
| /external/libcups/templates/da/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> 24 <OPTION VALUE="">Administration</OPTION>
|
| D | printer.tmpl | 21 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 24 <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> 25 <OPTION VALUE="">Administration</OPTION>
|
| /external/libcups/templates/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> 24 <OPTION VALUE="">Administration</OPTION>
|
| D | printer.tmpl | 21 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 24 <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> 25 <OPTION VALUE="">Administration</OPTION>
|
| /external/libcups/templates/fr/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> 24 <OPTION VALUE="">Administration</OPTION>
|
| D | printer.tmpl | 21 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 24 <SELECT NAME="OP" ONCHANGE="document.administration.submit();"> 25 <OPTION VALUE="">Administration</OPTION>
|
| /external/aws-sdk-java-v2/services/chime/src/main/resources/codegen-resources/ |
| D | docs-2.json | 3 …ontrol Access to the Amazon Chime Console</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 5 …tml\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 6 …tml\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 8 …tml\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 11 …/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 19 …/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 47 …/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>… 56 …tml\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>"
|
| /external/libcap/progs/ |
| D | capshdoc.c | 115 " - administration of IP firewall, masquerading and", 183 " - administration of the random device", 205 " - administration of md devices (mostly the above, but", 209 " - administration of apm_bios, serial and bttv (TV)", 305 "reserved for code to perform administration tasks.",
|
| /external/libcap/cap/ |
| D | names.go | 118 // - administration of IP firewall, masquerading and 177 // - administration of the random device 199 // - administration of md devices (mostly the above, but 203 // - administration of apm_bios, serial and bttv (TV) 287 // reserved for code to perform administration tasks.
|
| /external/libcups/conf/ |
| D | cupsd.conf.in | 67 # All administration operations require an administrator to authenticate... 112 # All administration operations require an administrator to authenticate... 158 # All administration operations require an administrator to authenticate...
|
| /external/libcups/cups/ |
| D | adminutil.c | 2 * Administration utility API definitions for CUPS. 217 remote_admin = 0, /* Remote administration allowed? */ in cupsAdminGetServerSettings() 440 remote_admin, /* Remote administration allowed? */ in cupsAdminSetServerSettings() 455 old_remote_admin, /* Remote administration allowed? */ in cupsAdminSetServerSettings() 841 cupsFilePuts(temp, " # Allow remote administration...\n"); in cupsAdminSetServerSettings() 892 "administration...\n"); in cupsAdminSetServerSettings() 894 cupsFilePuts(temp, " # Allow remote administration...\n"); in cupsAdminSetServerSettings() 1106 "# Allow shared printing and remote administration...\n"); in cupsAdminSetServerSettings() 1108 cupsFilePuts(temp, "# Allow remote administration...\n"); in cupsAdminSetServerSettings() 1128 cupsFilePuts(temp, "# Allow remote administration...\n"); in cupsAdminSetServerSettings() [all …]
|
| /external/libcups/templates/de/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
| /external/libcups/templates/ja/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
| D | printer.tmpl | 21 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 24 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
| /external/libcups/templates/ru/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
| /external/libcups/templates/es/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
| D | printer.tmpl | 21 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 24 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
| /external/libcups/templates/pt_BR/ |
| D | class.tmpl | 19 <FORM METHOD="POST" ACTION="{admin_uri}" NAME="administration"> 23 <SELECT NAME="OP" ONCHANGE="document.administration.submit();">
|
12345678910>>...15