Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/plugin/saml/phpsaml/lib/Saml2/
DConstants.php33 const NS_MD = 'urn:oasis:names:tc:SAML:2.0:metadata';
40 const BINDING_HTTP_POST = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST';
41 const BINDING_HTTP_REDIRECT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect';
42 const BINDING_HTTP_ARTIFACT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact';
43 const BINDING_SOAP = 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP';
44 const BINDING_DEFLATE = 'urn:oasis:names:tc:SAML:2.0:bindings:URL-Encoding:DEFLATE';
47 const AC_UNSPECIFIED = 'urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified';
48 const AC_PASSWORD = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Password';
49 … const AC_PASSWORD_PROTECTED = 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport';
50 const AC_X509 = 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509';
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
DConstants.php33 const NS_MD = 'urn:oasis:names:tc:SAML:2.0:metadata';
40 const BINDING_HTTP_POST = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST';
41 const BINDING_HTTP_REDIRECT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect';
42 const BINDING_HTTP_ARTIFACT = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact';
43 const BINDING_SOAP = 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP';
44 const BINDING_DEFLATE = 'urn:oasis:names:tc:SAML:2.0:bindings:URL-Encoding:DEFLATE';
47 const AC_UNSPECIFIED = 'urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified';
48 const AC_PASSWORD = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Password';
49 … const AC_PASSWORD_PROTECTED = 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport';
50 const AC_X509 = 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509';
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
DSetTest.php25 $names = new Node([new AssignNameExpression('foo', 1)], [], 1);
27 $node = new SetNode(false, $names, $values, 1);
29 $this->assertEquals($names, $node->getNode('names'));
38 $names = new Node([new AssignNameExpression('foo', 1)], [], 1);
40 $node = new SetNode(false, $names, $values, 1);
47 $names = new Node([new AssignNameExpression('foo', 1)], [], 1);
49 $node = new SetNode(true, $names, $values, 1);
58 $names = new Node([new AssignNameExpression('foo', 1)], [], 1);
60 $node = new SetNode(true, $names, $values, 1);
67 …$names = new Node([new AssignNameExpression('foo', 1), new AssignNameExpression('bar', 1)], [], 1);
[all …]
/plugin/sectiontoggle/
Daction.php179 $names = explode(',',$str);
180 for ($i = 0; $i < count($names); $i++) {
181 $names[$i] = preg_replace("/^\s?:\s?/", ":",$names[$i]);
182 $names[$i] = trim ($names[$i]);
183 if($names[$i] != ':') $names[$i] = trim ($names[$i],':');
184 if ($ns && !empty($names[$i])) $names[$i].= ":";
186 if($names[$i])
188 $ar[] = $names[$i];
/plugin/sequencediagram/bower_components/eve-raphael/
Deve.js144 var names = isArray(name) ? name : name.split(separator),
156 for (i = 0, ii = names.length; i < ii; i++) {
160 items = [e[names[i]], e[wildcard]];
222 … var names = isArray(name) ? (isArray(name[0]) ? name : [name]) : Str(name).split(comaseparator);
223 for (var i = 0, ii = names.length; i < ii; i++) {
225 var names = isArray(name) ? name : Str(name).split(separator),
228 for (var i = 0, ii = names.length; i < ii; i++) {
230 e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}});
238 }(names[i]));
333 … var names = isArray(name) ? (isArray(name[0]) ? name : [name]) : Str(name).split(comaseparator); variable
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DAbstractClientParser.php78 $names = [];
85 $names[] = $regex['name'];
89 $names = \array_merge($names, [
102 \natcasesort($names);
104 return \array_unique($names);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
DBatchDeletePermissionsRequest.php26 public $names; variable in Google\\Service\\Keep\\BatchDeletePermissionsRequest
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DRegionInstanceGroupManagerDeleteInstanceConfigReq.php26 public $names; variable in Google\\Service\\Compute\\RegionInstanceGroupManagerDeleteInstanceConfigReq
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
DInstanceGroupManagersDeletePerInstanceConfigsReq.php26 public $names; variable in Google\\Service\\Compute\\InstanceGroupManagersDeletePerInstanceConfigsReq
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DBatchDeleteJobsRequest.php26 public $names; variable in Google\\Service\\CloudTalentSolution\\BatchDeleteJobsRequest
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest.php26 public $names; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
DGoogleCloudDialogflowCxV3ImportTestCasesResponse.php26 public $names; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ImportTestCasesResponse
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
DGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse.php26 public $names; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
DBatchDeleteRowsRequest.php26 public $names; variable in Google\\Service\\Area120Tables\\BatchDeleteRowsRequest
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DTableFieldSchemaCategories.php26 public $names; variable in Google\\Service\\Bigquery\\TableFieldSchemaCategories
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
DTableFieldSchemaPolicyTags.php26 public $names; variable in Google\\Service\\Bigquery\\TableFieldSchemaPolicyTags
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
/plugin/combo/ComboStrap/
H A DPathAbs.php54 $names = $this->getNames();
55 $sizeof = sizeof($names);
57 return $names;
59 $lastName = $names[$sizeof - 1];
62 return $names;
64 $names[$sizeof - 1] = substr($lastName, 0, $index);
65 return $names;
H A DCanonical.php119 $names = $namesOriginal;
121 unset($names[$i]);
130 $namesLength = sizeof($names);
132 $names = array_slice($names, $namesLength - $canonicalLastNamesCount);
144 $names = array_slice($names, 0, $namesLength - 1);
146 $calculatedCanonical = implode(":", $names);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DArtifact.php34 public $names; variable in Google\\Service\\OnDemandScanning\\Artifact
67 public function setNames($names) argument
69 $this->names = $names;
76 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DGoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse.php30 public $names; variable in Google\\Service\\CloudIdentity\\GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
53 public function setNames($names) argument
55 $this->names = $names;
62 return $this->names;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DArtifact.php34 public $names; variable in Google\\Service\\ContainerAnalysis\\Artifact
67 public function setNames($names) argument
69 $this->names = $names;
76 return $this->names;
/plugin/html2pdf/html2pdf/html2ps/
Dconfig.parse.php24 $names = explode(',', $root->get_attribute('name'));
25 foreach ($names as $name) {
34 foreach ($names as $name) {
45 $names = explode(',', $root->get_attribute('name'));
46 foreach ($names as $name) {
55 foreach ($names as $name) {
98 $names = explode(",",$root->get_attribute('name'));
99 foreach ($names as $name) {
108 $names = explode(",",$root->get_attribute('name'));
109 foreach ($names as $name) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php126 $names = [1 => '', 2 => '', 3 => '', 4 => '', 6 => ''];
127 $K = array_keys($names);
128 $nameCount = count($names);
161 if ($N && $names[$nameId] == '') {
162 $names[$nameId] = $N;
169 if ($names[6]) {
170 $psName = preg_replace('/ /', '-', $names[6]);
171 } elseif ($names[4]) {
172 $psName = preg_replace('/ /', '-', $names[4]);
173 } elseif ($names[1]) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DCatNamespace.asciidoc55 $params['name'] = (list) A comma-separated list of alias names to return
58 $params['h'] = (list) Comma-separated list of column names to display
60 $params['s'] = (list) Comma-separated list of column names or column aliases to sort…
75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returne…
80 $params['h'] = (list) Comma-separated list of column names to display
82 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
96 $params['index'] = (list) A comma-separated list of index names to limit the returned information
98 $params['h'] = (list) Comma-separated list of column names to display
100 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
117 $params['h'] = (list) Comma-separated list of column names to display
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dsourcemap.js97 var names = create_array_map();
103 names: map.names, property
143 if (indices.length > 4) name = map.names[indices[4]];
162 names: names, property
189 if (options.names && name != null) {
190 var name_idx = names.index(name);

12345678910>>...57