Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 278) sorted by path

12345678910>>...12

/plugin/aclregex/
H A DREADME.md9 Install the plugin; any entries in `acl.auth.php` will now recognise PHP
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php227 $entries = OneLogin_Saml2_Utils::query($dom, '/samlp:LogoutRequest/saml:NameID');
228 if ($entries->length == 1) {
229 $nameId = $entries->item(0);
H A DLogoutResponse.php103 $entries = $this->_query('/samlp:LogoutResponse/samlp:Status/samlp:StatusCode');
104 if ($entries->length != 1) {
107 $status = $entries->item(0)->getAttribute('Value');
H A DResponse.php495 $entries = $this->_queryAssertion("/saml:Conditions");
496 if ($entries->length == 1) {
510 $entries = $this->_queryAssertion("/saml:AuthnStatement");
511 if ($entries->length == 1) {
528 foreach ($entries as $entry) {
595 $entries = $this->_queryAssertion('/saml:Subject/saml:NameID');
596 if ($entries->length == 1) {
597 $nameId = $entries->item(0);
720 if ($entries->length !== 0) {
739 if ($entries->length !== 0) {
[all …]
/plugin/aichat/script/
H A DAIChatChat.js293 Object.entries(sources).forEach(([url, title]) => {
/plugin/amcharts/assets/amcharts/
H A Damcharts.js345 …a=a;this.invalidateSize()},invalidateSize:function(){this.destroy();this.entries=[];this.valueLabe…
349 …set.remove();var u=r.set();this.set=u;var x=r.set();u.push(x);var y=this.entries,w,A;for(A=0;A<y.l…
356 …,this.maxLabelWidth<b&&(this.maxLabelWidth=b));this.entries[this.index]=l;a.legendEntry=this.entri…
360 ….chart.fontFamily,c,l);d.setCN(e,g,"legend-value");g.translate(h,b.ly);b.entries[b.index].push(g);…
361 …e,0,0).attr({stroke:"none",fill:"#fff","fill-opacity":.005});c.dItem=a;b.entries[b.index-1].push(c…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js29946 var count, entries, entry, format, i, name, stringOffset, strings, text, _i, _j, _len, _name;
29951 entries = [];
29953 entries.push({
29963 for (i = _j = 0, _len = entries.length; _j < _len; i = ++_j) {
29964 entry = entries[i];
H A Dpdfmake.min.js.map1entries","stringOffset","strings","platformID","encodingID","languageID","nameID","copyright","fon…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js11154 var entries = keys(zip.files).filter(nodirs).sort();
11260 out.keys = entries;
H A Dxlsx.min.js9entries=keys(zip.files).filter(nodirs).sort();var dir=parse_ct(getzipdata(zip,"[Content_Types].xml…
H A Dxlsx.min.map1 …wbrels","wbrels","pwbr","safe_parse_ws","relsPath","nodirs","parse_zip","entries","filter","dir","…
/plugin/anewssystem/
H A Dsyntax.php688 $entries = explode("======",$oldrecord);
689 foreach($entries as $entry) {
849 $entries = explode("======",$oldrecord);
851 foreach($entries as $entry) {
992 $entries = explode("======",$oldrecord);
998 foreach($entries as $entry) {
/plugin/authdrupal7/
H A DREADME.md37 In configuration backend you have to edit at least the following entries:
48 In the configuration menu you should consider changing the following entries:
/plugin/authdrupal8/
H A DREADME.md37 In configuration backend you have to edit at least the following entries:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DCsvRow.php26 public $entries; variable in Google\\Service\\AlertCenter\\CsvRow
31 public function setEntries($entries) argument
33 $this->entries = $entries;
40 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DManagedProperty.php79 public function setEntries($entries) argument
81 $this->entries = $entries;
88 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DDeviceMetadata.php25 public $entries; variable in Google\\Service\\AndroidProvisioningPartner\\DeviceMetadata
30 public function setEntries($entries) argument
32 $this->entries = $entries;
39 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRow.php47 public function setEntries($entries) argument
49 $this->entries = $entries;
56 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationInfo.php61 public function setEntries($entries) argument
63 $this->entries = $entries;
70 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataCatalog.php43 public $entries; variable in Google\\Service\\DataCatalog
87 'entries',
91 'path' => 'v1/entries:lookup',
228 'entries',
232 'path' => 'v1/{+parent}/entries',
276 'path' => 'v1/{+parent}/entries',
H A DLogging.php65 public $entries; variable in Google\\Service\\Logging
685 'entries',
689 'path' => 'v2/entries:copy',
693 'path' => 'v2/entries:list',
697 'path' => 'v2/entries:tail',
701 'path' => 'v2/entries:write',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1ListEntriesResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DGoogleCloudDatacatalogV1beta1ListEntriesResponse.php30 public function setEntries($entries) argument
32 $this->entries = $entries;
39 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1Row.php45 public function setEntries($entries) argument
47 $this->entries = $entries;
54 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DListLogEntriesResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;

12345678910>>...12