Home
last modified time | relevance | path

Searched refs:item (Results 276 – 300 of 1094) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/indexmenu/syntax/
H A Dindexmenu.php804 * Callback to print a Indexmenu item
806 * User function for @param array $item item described by array with at least the entries
812 * @return string html of the content of a list item
820 public function formatIndexmenuItem($item)
826 if ($item['type'] == 'd' || $item['type'] == 'l') {
829 $link = $item['id'];
830 $more = 'idx=' . $item['id'];
832 if ($item['hn
800 _html_list_index($item) global() argument
942 _setorder($item) global() argument
[all...]
/plugin/indexmenu/
H A Dajax.php140 _tocitem($item) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DPushItemRequest.php62 public function setItem(PushItem $item) argument
64 $this->item = $item;
71 return $this->item;
H A DIndexItemRequest.php82 public function setItem(Item $item) argument
84 $this->item = $item;
91 return $this->item;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php138 … return $decode ? self::decodeValue($result->item(0)->textContent) : $result->item(0)->textContent;
158 $node = $nodes->item(0);
187 if (!$x->length || !$x->item(0)->hasAttribute('Value')) {
190 if (!$y->length || !$y->item(0)->hasAttribute('Value')) {
194 $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))),
195 $curve->convertInteger(new BigInteger($y->item(0)->getAttribute('Value')))
214 $oid = $namedCurve->item(0)->getAttribute('URN');
253 $$param = self::decodeValue($result->item(0)->textContent);
304 $$param = $result->item(0)->textContent;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php83 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php129 public function save(CacheItemInterface $item): bool argument
131 $this->items[$item->getKey()] = $item;
142 public function saveDeferred(CacheItemInterface $item): bool argument
144 $this->deferredItems[$item->getKey()] = $item;
157 foreach ($this->deferredItems as $item) {
158 $this->save($item);
H A DSysVCacheItemPool.php166 public function save(CacheItemInterface $item): bool argument
172 $this->items[$item->getKey()] = $item;
179 public function saveDeferred(CacheItemInterface $item): bool argument
181 $this->deferredItems[$item->getKey()] = $item;
190 foreach ($this->deferredItems as $item) {
191 if ($this->save($item) === false) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DeidentifyContentRequest.php100 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
102 $this->item = $item;
109 return $this->item;
H A DGooglePrivacyDlpV2HybridContentItem.php44 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
46 $this->item = $item;
53 return $this->item;
H A DGooglePrivacyDlpV2ReidentifyContentRequest.php72 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
74 $this->item = $item;
81 return $this->item;
H A DGooglePrivacyDlpV2DeidentifyContentResponse.php30 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
32 $this->item = $item;
39 return $this->item;
H A DGooglePrivacyDlpV2ReidentifyContentResponse.php30 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
32 $this->item = $item;
39 return $this->item;
H A DGooglePrivacyDlpV2InspectContentRequest.php66 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
68 $this->item = $item;
75 return $this->item;
/plugin/authgooglesheets/
H A Dhelper.php254 foreach ($filter as $item => $pattern) {
255 … $this->pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
287 foreach ($this->pattern as $item => $pattern) {
288 if ($item == 'user') {
290 } elseif ($item == 'grps') {
293 if (!preg_match($pattern, $info[$item])) return false;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php74 $value = new BigInteger(Base64::decode($temp->item(0)->nodeValue), 256);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DUpdateItemRequest.php34 public function setItem(Item $item) argument
36 $this->item = $item;
43 return $this->item;
H A DCreateItemRequest.php30 public function setItem(Item $item) argument
32 $this->item = $item;
39 return $this->item;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php167 foreach ($responses['items'] ?? [] as $item) {
168 if (isset($item['index']['error'])) {
169 return $this->createExceptionFromError($item['index']['error']);
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md148 foreach ($results->getItems() as $item) {
149 echo $item['volumeInfo']['title'], "<br /> \n";
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemPoolInterface.php112 * @param CacheItemInterface $item
118 public function save(CacheItemInterface $item); argument
123 * @param CacheItemInterface $item
129 public function saveDeferred(CacheItemInterface $item); argument
/plugin/foldablelist/
H A DREADME.md9 * list item 1
10 * list item 2
11 * list item 3
41 * list item 1
42 * list item 2
43 * list item 3
/plugin/c3chart/assets/
H A Dc3.css18 .c3-legend-item-tile,
119 .c3-legend-item {
123 .c3-legend-item-hidden {
/plugin/translate/
H A Dmake_langnames_file.php24 $table = $tables->item(0);
30 if ($tds->item(0)->tagName == 'th'
31 && trim($tds->item(0)->textContent) == 'Old projects') {
/plugin/tablelayout/script/
H A Dtablelayout_functions.js49 var width = $atomicrow['0'].cells.item(index).offsetWidth;

1...<<11121314151617181920>>...44