Home
last modified time | relevance | path

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

12345678910>>...48

/plugin/adfs/phpsaml/lib/Saml2/
H A DConstants.php33 const NS_MD = 'urn:oasis:names:tc:SAML:2.0:metadata';
43 const BINDING_SOAP = 'urn:oasis:names:tc:SAML:2.0:bindings:SOAP';
48 const AC_PASSWORD = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Password';
50 const AC_X509 = 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509';
51 const AC_SMARTCARD = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Smartcard';
52 const AC_KERBEROS = 'urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos';
54 const AC_TLS = 'urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient';
57 const CM_BEARER = 'urn:oasis:names:tc:SAML:2.0:cm:bearer';
58 const CM_HOLDER_KEY = 'urn:oasis:names:tc:SAML:2.0:cm:holder-of-key';
62 const STATUS_SUCCESS = 'urn:oasis:names:tc:SAML:2.0:status:Success';
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A 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/
H A 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[
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ImportTestCasesResponse.php26 public $names; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ImportTestCasesResponse
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
H A DGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest.php26 public $names; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
H A 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/CloudTalentSolution/
H A 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/Compute/
H A DRegionInstanceGroupManagerDeleteInstanceConfigReq.php26 public $names; variable in Google\\Service\\Compute\\RegionInstanceGroupManagerDeleteInstanceConfigReq
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
H A 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/Area120Tables/
H A 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/
H A DTableFieldSchemaCategories.php26 public $names; variable in Google\\Service\\Bigquery\\TableFieldSchemaCategories
31 public function setNames($names) argument
33 $this->names = $names;
40 return $this->names;
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A 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/sequencediagram/bower_components/eve-raphael/
H A Deve.js156 for (i = 0, ii = names.length; i < ii; i++) {
160 items = [e[names[i]], e[wildcard]];
223 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]));
334 if (names.length > 1) {
336 eve.off(names[i], f);
346 for (i = 0, ii = names.length; i < ii; i++) {
350 if (names[i] != wildcard) {
351 if (e[names[i]]) {
[all …]
/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.php108 * Takes the last names part
112 * Delete the identical names at the end
119 $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);
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A 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/ContainerAnalysis/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A 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/html2pdf/html2pdf/html2ps/
H A 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/
H A DTTFontFileAnalysis.php75 /* Test purposes - displays table of names
114 $x[$i]['names'][$nameId] = $N;
126 $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[
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A 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 by
75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information
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 t
[all...]
/plugin/emoji/
H A DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
4 shortcut names will be converted to Unicode when the page is rendered.
11 To avoid unintended substitution, short names and emoticons should be separated
14 Emoji short names can be found at http://emoji.codes
H A Dscript.js39 var names = [], aliases = [], keywords = [];
42 names.push(shortname);
51 sortByLength(names);
55 addTerm(names.concat(aliases).concat(keywords));
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php36 $names = $this->parser->getExpressionParser()->parseAssignmentExpression();
44 if (\count($names) !== \count($values)) {
50 if (\count($names) > 1) {
60 return new SetNode($capture, $names, $values, $lineno, $this->getTag());

12345678910>>...48