Home
last modified time | relevance | path

Searched refs:id (Results 751 – 775 of 3526) sorted by relevance

1...<<31323334353637383940>>...142

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Logstash/
H A DDeletePipeline.php34 $id = $this->id ?? null;
36 if (isset($id)) {
37 return "/_logstash/pipeline/$id";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DDeleteDataFrameAnalytics.php34 $id = $this->id ?? null;
36 if (isset($id)) {
37 return "/_ml/data_frame/analytics/$id";
/plugin/inclform/
H A Dsyntax.php99 function formFN($id,$rev=''){ argument
102 $id = cleanID($id);
103 $id = str_replace(':','/',$id);
104 $fn = $this->getConf('formdir').'/'.utf8_encodeFN($id).'.php';
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php29 protected $id; variable in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
65 * @param string $id
71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) { argument
73 $this->id = $id;
165 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DRemarketingLists.php37 * @param string $id Remarketing list ID.
41 public function get($profileId, $id, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'id' => $id];
98 * @param string $id RemarketingList ID.
103 public function patch($profileId, $id, RemarketingList $postBody, $optParams = []) argument
105 $params = ['profileId' => $profileId, 'id' => $id, 'postBody' => $postBody];
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php29 protected $id; variable in Sabre\\CalDAV\\Xml\\Notification\\SystemStatus
65 * @param string $id
71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) { argument
73 $this->id = $id;
165 return $this->id;
/plugin/acknowledge/
H A Daction.php42 $helper->removePage($event->data['id']); // this cascades to assignments
44 $helper->storePageDate($event->data['id'], $event->data['newRevision'], $event->data['newContent']);
49 $helper->clearPageAssignments($event->data['id']);
53 $helper->setAutoAssignees($event->data['id']);
68 $id = $INPUT->str('id');
70 if (page_exists($id)) {
106 $found = array_map(function ($id, $title) {
107 return ['value' => $id, 'label' => $title ?? $id];
[all...]
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dwr.svg3 <g id="imagebot_2">
4 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#000000" id="im…
5 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
6 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
7 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
8 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
9 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
10 …<path transform="translate(-2.0511 37.0218) matrix(1 0 0 1 -554.822 -264.5)" fill="#ffffff" id="im…
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc59 id: existingTags[i].id,
61 … 'default': existingTags[i].name == '' ? '' : (tagexists(existingTags[i].id) ? 'checked' : ''),
75 id: '',
83 tmp.id = 'user_def_box';
92 id: 'user_def_text',
105 id: 'tab-basic',
118 … selected += dialog.getValueOf('tab-basic',existingTags[i].id) ? existingTags[i].id+' ' : '';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.tiff.php231 * @param int $id
235 public function TIFFcompressionMethod($id) { argument
265 …return (isset($TIFFcompressionMethod[$id]) ? $TIFFcompressionMethod[$id] : 'unknown/invalid ('.$id
269 * @param int $id
273 public function TIFFcommentName($id) { argument
512 return (isset($TIFFcommentName[$id]) ? $TIFFcommentName[$id] : 'unknown/invalid ('.$id.')');
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwindows_server_2.svg1id="A" x1="83.839" y1="200.393" x2="83.47" y2="127.295" xlink:href="#J"><stop offset="0" stop-colo…
H A Dmainframe.svg1id="A" x1="261.958" y1="438.763" x2="262.301" y2="227.267" xlink:href="#J"><stop offset="0" stop-c…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1id:c}};var l=function(p,r){var q="start";var o=r?r:"temp."+p;var i=a();return'<dl class="file"><dt…
/plugin/approve/action/
H A Dmigration.php189 * @param $id
192 protected function render_metadata_for_approved_page($id, $currev=false) { argument
193 if (!$currev) $currev = @filemtime(wikiFN($id));
195 $version = $this->approved($id);
200 $changelog = new PageChangeLog($id);
214 // p_set_metadata($id, array(ApproveConst::METADATA_VERSIONS_KEY => $versions));
221 * @param $id
224 protected function approved($id) { argument
227 $changelog = new PageChangeLog($id);
246 * @param $id
249 revision_editors($id) global() argument
[all...]
/plugin/redirect2/
H A Daction.php103 * @param string $id absolute page name (id)
106 private function _foundInBreadcrumbs ($id) { argument
107 list($page, $section) = explode('#', $id, 2);
134 $id = p_get_metadata($ID,'relation isreplacedby');
135 if (empty($id)) return;
140 $dest = $id;
324 foreach (array($orig, $dest) as $id) {
325 $title = hsc(p_get_metadata($id, 'title'));
327 $title = hsc(useHeading('navigation') ? p_get_first_heading($id) : $id);
329 resolve_pageid(':', $id, $exists); // absolute pagename
[all …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js138 JsHttpRequest.PENDING[ldObj.id] = this;
281 JsHttpRequest.PENDING[ldObj.id] = false;
344 id = window.JsHttpRequest_tmp(func, dt);
346 var id = null;
351 id = window.JsHttpRequest_tmp(mediator, dt);
354 JsHttpRequest.TIMEOUTS[id] = mediator;
357 return id;
364 JsHttpRequest.clearTimeout = function(id) { argument
367 var r = window.JsHttpRequest_tmp(id);
402 var th = this.PENDING[d.id];
[all …]
H A DJsHttpRequest-script-xml.js281 JsHttpRequest.PENDING[ldObj.id] = false;
344 id = window.JsHttpRequest_tmp(func, dt);
346 var id = null;
354 JsHttpRequest.TIMEOUTS[id] = mediator;
357 return id;
364 JsHttpRequest.clearTimeout = function(id) { argument
367 var r = window.JsHttpRequest_tmp(id);
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
548 var id = this.id;
[all …]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
252 id=window.JsHttpRequest_tmp(_2e,dt);
254 var id=null;
257 delete JsHttpRequest.TIMEOUTS[id];
260 JsHttpRequest.TIMEOUTS[id]=_31;
263 return id;
267 delete JsHttpRequest.TIMEOUTS[id];
268 var r=window.JsHttpRequest_tmp(id);
290 var th=this.PENDING[d.id];
[all …]
H A DJsHttpRequest-script-xml.js96 JsHttpRequest.PENDING[_11.id]=this;
254 var id=null;
257 delete JsHttpRequest.TIMEOUTS[id];
260 JsHttpRequest.TIMEOUTS[id]=_31;
263 return id;
267 delete JsHttpRequest.TIMEOUTS[id];
268 var r=window.JsHttpRequest_tmp(id);
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
416 var id=this.id;
[all …]
/plugin/struct/db/
H A Dupdate0001.sql3 id INTEGER PRIMARY KEY AUTOINCREMENT, field
11 id INTEGER PRIMARY KEY AUTOINCREMENT, field
20 sid INTEGER REFERENCES schemas (id),
23 tid INTEGER REFERENCES types (id),
/plugin/autolink2/
H A Daction.php52 $id="";
54 $id=$event->data[1].":";
56 $id=$id.$event->data[2];
59 $my->_removeAutolinkIndex($id, '');
/plugin/supa/action/
H A Daction.php61 $id = $_REQUEST['id'];
92 $ret = $supa->decodeScreenshotFile( $f, $id );
94 $_REQUEST['id'] = $id;
95 $_POST['id'] = $id;
96 $_GET['id'] = $id;
/plugin/bashorg/
H A Dbash.org.php31 $id = rand(0, sizeof($quotes) - 1); variable
32 while ($quotes[$id] == "")
34 $id = rand(0, sizeof($quotes) - 1); variable
36 $output = $quotes[$id];
38 $quotes[$id] = "";
/plugin/deletepagebutton/
H A Daction.php69 protected function canDelete($id) { argument
73 && page_exists($id)
74 && auth_quickaclcheck($id) >= AUTH_EDIT
75 && checklock($id) === false && !@file_exists(wikiLockFN($id));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeField.php35 public $id; variable in Google\\Service\\Dfareporting\\CreativeField
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;

1...<<31323334353637383940>>...142