Home
last modified time | relevance | path

Searched refs:id (Results 1401 – 1425 of 3526) sorted by relevance

1...<<51525354555657585960>>...142

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js25 this.box.id = 'pfc_promptbox';
39 this.prompt_title.id = 'pfc_promptbox_title';
48 this.prompt_field.id = 'pfc_promptbox_field';
57 cancel.id = 'pfc_promptbox_cancel';
65 submit.id = 'pfc_promptbox_submit';
80 this.bgbox.id = 'pfc_promptbgbox';
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dweb_server.svg1id="A" x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#F"><stop offset="0" stop-colo…
H A Dsub_site.svg1id="A" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2c6dc9"/><stop offset="1" stop…
H A Dswitch.svg1id="A" x1="106.908" y1="168.443" x2="107.175" y2="98.686" xlink:href="#F"><stop offset="0" stop-co…
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DMedium_Business_Building.svg1id="A" filterUnits="userSpaceOnUse" x=".559" y="0" width="41.986" height="21.893"><feColorMatrix v…
/plugin/issuelinks/helper/
H A Ddb.php110 * @param string $id The id of the webhook
113 public function saveWebhook($service, $repo, $id, $secret) argument
118 'id' => $id,
201 * @param string $id
203 public function deleteWebhook($service, $repo, $id) argument
208 'id' => $id,
233 public function getWebhooks($service, $repo = null, $id = null) argument
241 if ($id) {
243 $params[] = $id;
/plugin/farm/
H A Danimal.class.php67 if($id) {
68 $id = str_replace('/', ':', $id);
69 …set($wc['editable']['useslash'])) if($wc['editable']['useslash']) $id = str_replace(':', '/', $id);
70 …t($wc['protected']['useslash'])) if($wc['protected']['useslash']) $id = str_replace(':', '/', $id);
84 if($id) $url .= ($xmlencode ? '&amp;' : '&').'id='.$id;
85 }else $url .= 'lib/exe/fetch.php?w=&l=&cache=cache&media='.$id;
88 $url .= $id.'?animal='.$this->getName();
89 }else $url .= '_media/'.$id.'?w=&h=&cache=cache';
96 if($id) $url .= '/doku.php?id='.$id;
100 $url .= '/'.$id;
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php34 * @param int|null $id
40 public function getMessage(?int $id = null): LdapMessageRequest
42 $message = $this->getAndValidateMessage($id);
68 * @param int|null $id
75 protected function constructMessage(Message $message, ?int $id = null)
26 getMessage(int $id = null) global() argument
50 constructMessage(Message $message, int $id = null) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/Resource/
H A DControllerDebuggeesBreakpoints.php78 * @param string $id Breakpoint identifier, unique in the scope of the debuggee.
83 public function update($debuggeeId, $id, UpdateActiveBreakpointRequest $postBody, $optParams = []) argument
85 $params = ['debuggeeId' => $debuggeeId, 'id' => $id, 'postBody' => $postBody];
/plugin/structpublish/action/
H A Dsave.php30 $id = $event->data['id'];
33 $assignments->updatePageAssignments($id);
39 $revision = new Revision($id, $event->data['newRevision']);
/plugin/dokukiwix/
H A DINSTALL11 function wl($id='',$more='',$abs=false,$sep='&amp;'){
14 if (defined("dokukiwix_plugin")) return dokukiwix_wl($id, $more, $abs, $sep);
17 function ml($id='',$more='',$direct=true,$sep='&amp;'){
20 if (defined("dokukiwix_plugin")) return dokukiwix_ml($id,$more,$direct, $sep);
/plugin/youtrack/syntax/
H A Dlist.php75 $id = (string) $issue->attributes()->id;
96 $issueData[$col] = $id;
98 msg('Field "'.$col.'" not found for issue "'.$id.'"', -1);
/plugin/backlinks/
H A Dsyntax.php84 $id = $ID;
87 $id = $INFO['id'];
90 $match = ($match == '.') ? $id : $match;
92 resolve_pageid(getNS($id), $match, $exists);
/plugin/bootswrapper/exe/help/
H A Dmodal.txt12 <modal id="modal-demo" title="Modal title">
51 <modal id="modal-demo" title="Modal title">
66 <modal id="modal-large" size="lg" title="Large modal">...</modal>
67 <modal id="modal-small" size="sm" title="Small modal">...</modal>
74 <modal id="modal-large" size="lg" title="Large modal">...</modal>
75 <modal id="modal-small" size="sm" title="Small modal">...</modal>
86 <modal id="modal-no-fade" fade="false" title="No fade animation">...</modal>
94 <modal id="modal-no-fade" fade="false" title="No fade animation">...</modal>
105 <modal id="modal-remote" remote=":wiki:welcome"></modal>
112 <modal id="modal-remote" remote=":wiki:welcome"></modal>
[all …]
/plugin/preservefilenames/
H A Daction_anteater.php53 $id = $event->data[2];
54 $filename_tidy = noNS($id);
82 $metafile = metaFN($id, '.filename');
93 $id = $event->data['id'];
94 $metafile = metaFN($id, '.filename');
97 io_sweepNS($id, 'metadir');
437 function _getOriginalFileName($id) argument
439 $meta = unserialize(io_readFile(metaFN($id, '.filename'), false));
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php606 public $id; variable in Google_Account
624 $this->id = $id;
777 $this->id = $id;
1225 $this->id = $id;
1510 $this->id = $id;
1776 $this->id = $id;
2133 $this->id = $id;
2450 $this->id = $id;
2649 $this->id = $id;
2837 $this->id = $id;
[all …]
/plugin/xcom/
H A Dscript.js27 var params = 'id='+id;
120 var id = 'xcom_pre';
143 id = 'xcom_editable' ;
147 id = 'xcom_htm';
191 id = 'xcom_editable';
198 if(id == 'xcom_editable') {
199 xcom_setValue(id,data);
204 xcom_show(id);
205 var title = id + '_title';
677 id ='xcom_pre';
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js209 NotionClient.prototype.getLibrary = function(id, success, error) argument
211 this.getFile(id, success, error, false, true);
233 var meta = {id: id, name: fileNameObj.title, nameField: fileNameObj.key}; property in NotionClient.getFile.AnonymousFunction48905f370f00.meta
285 var meta = {id: fileInfo.id, name: fileNameObj.title, nameField: fileNameObj.key}; property in NotionClient.insertFile.AnonymousFunction48905f371000.AnonymousFunction48905f371100.AnonymousFunction48905f371200.meta
307 folderId = folderObj.id;
359 fn(true, resp.results[0].id);
503 fn = (fn != null) ? fn : mxUtils.bind(this, function(id) argument
505 this.ui.loadFile('N' + encodeURIComponent(id));
708 fn(file.id);
796 itemId = db.id;
[all …]
/plugin/schedule/
H A Dschedule.class.php16 var $id; // event id variable in schedule
52 return ($a->id < $b->id) ? -1 : 1;
/plugin/groupmail/
H A Dstyle.css17 form[id^="groupmail-"] fieldset {
20 form[id^="groupmail-"] fieldset input {
23 form[id^="groupmail-"] label {
/plugin/twitter/
H A Daction.php58 * @param string $id wiki page name
62 function _cache_maxage($id) { argument
63 $hasPart = p_get_metadata($id, 'relation haspart');
/plugin/data-au/syntax/
H A Drelated.php65 function _buildSQL(&$dataau, $id = null) { argument
67 if(is_null($id)) $id = $ID;
88 $res = $sqlite->query($sql, $col, $id);
157 AND pages.page != " . $sqlite->quote_string($id) . "
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnect.php54 public $id; variable in Google\\Service\\Compute\\Interconnect
227 public function setId($id) argument
229 $this->id = $id;
236 return $this->id;
/plugin/data/syntax/
H A Drelated.php69 public function buildSQL(&$data, $id = null)
72 if (is_null($id)) $id = $ID;
92 $rows = $sqlite->queryAll($sql, $col, $id);
166 AND pages.page != " . $sqlite->getPdo()->quote($id) . "
63 _buildSQL(& $data, $id = null) global() argument
/plugin/struct/meta/
H A DAggregationCloud.php54 $target = $INFO['id'];
10 protected $id; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationCloud
52 __construct($id, $mode, \\Doku_Renderer $renderer, SearchCloud $searchConfig) global() argument

1...<<51525354555657585960>>...142