Home
last modified time | relevance | path

Searched refs:id (Results 176 – 200 of 3526) sorted by relevance

12345678910>>...142

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DPipeline.php32 protected $id;
57 if (empty($this->id)) {
58 throw new InvalidException('You should set a valid pipeline id');
71 $endpoint->setId($this->id);
82 public function getPipeline(string $id): Response
86 $endpoint->setId($id);
96 public function deletePipeline(string $id): Response
100 $endpoint->setId($id);
129 public function setId(string $id): self
131 $this->id
29 protected $id; global() variable in Elastica\\Pipeline
79 getPipeline(string $id) global() argument
93 deletePipeline(string $id) global() argument
126 setId(string $id) global() argument
[all...]
/plugin/pagelist/
H A Dsyntax.php60 list($id, $title, $description) = array_pad(explode('|', $match[1], 3), 3, null);
61 list($id, $section) = array_pad(explode('#', $id, 2), 2, null);
62 if (!$id) $id = $ID;
67 $id = $resolver->resolveId($id);
68 $exists = page_exists($id);
71 resolve_pageid(getNS($ID), $id, $exists);
80 'id'
[all...]
/plugin/toctweak/
H A Dhelper.php37 list($param, $id) = explode('>', $param, 2);
38 list($id, $hash) = array_map('trim', explode('#', $id, 2));
39 $id = cleanID($id).($hash ? '#'.$hash : '');
85 return array($topLv, $maxLv, $tocClass, $tocTitle, $id);
91 function get_metatoc($id, $topLv=null, $maxLv=null, $headline='') { argument
95 if ($id == $INFO['id']) {
98 $toc = p_get_metadata($id,'description tableofcontents');
108 if ($id != $ID) {
110 $item['page'] = $id;
111 $item['url'] = wl($id).'#'.$item['hid'];
/plugin/snippets/
H A Dadmin.php86 foreach($data as $id=>$snips) {
88 $found = $this->update_all($id, $snips, $ar) ;
89 $ret .= '<br /><h2>id: ' . $id .'</h2>';
93 $data[$id] = $ar;
95 $snip_data[$ar[$i]][] = $id;
105 function update_all($id, $snips, &$ar) { argument
106 $file=wikiFN($id);
121 $isref = p_get_metadata($id, 'relation isreferencedby');
157 $isref = p_get_metadata($id, 'relation isreferencedby');
186 else $ret .= $this->dbg('No snippets remaining in ' . $id);
[all …]
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php15 private $id = null; variable in SIOCDokuWikiArticle
35 $this->id = $id;
99 public function addContainer($id) argument
101 $this->has_container = $id;
310 private $id; variable in SIOCDokuWikiUser
324 $this->id = $id;
390 private $id = null; variable in SIOCDokuWikiContainer
397 public function __construct($id, $url) argument
399 $this->id = $id;
423 public function addParent($id) argument
[all …]
/plugin/bez/action/
H A Ddefault.php22 public function get_param($id, $default='') { argument
23 return (isset($this->params[$id]) ? $this->params[$id] : $default);
124 $id = $_GET['id'];
125 $ex = explode(':', $id);
132 $INFO['id'] = $id;
133 $ID = $id;
242 header('Location: ' . DOKU_URL . 'doku.php?id
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php34 protected $id; variable in PHP_Token
40 * @param int $id
47 $this->id = $id;
71 return $this->id;
133 $i = $this->id;
182 for ($i = $this->id - 2; $i > $this->id - 7; $i -= 2) {
209 for ($i = $this->id - 2; $i > $this->id - 7; $i -= 2) {
321 $i = $this->id + 2;
352 $i = $this->id + 1;
602 $i = $this->id + 3;
[all …]
/plugin/displaytitle/
H A Dsyntax.php44 list($key, $id) = explode(' ', trim(substr($match, 9, -2)), 2);
45 if (empty($id) || strlen(trim($id)) == 0) { $id = $ID; }
47 if ($key == 'id') { return $id; }
49 $meta = p_get_metadata($id);
50 return (empty($meta) || !isset($meta['title']) ? $id : $meta['title']);
/plugin/indexmenu/scripts/
H A Dindexmenu.js33 * - div#cdtree_<id indexmenu> div top level
34 * - div#dtree_<id indexmenu> div contains all nodes
35 * - div#toc_<id indexmenu> ??
37 * - img#i<id indexmenu><nodenr?> icon
38 * - a#s<id indexmenu><nodenr?> url to page/namespace with title
39 * - div#t<id indexmenu><nodenr?> button for opening ToC, included if hovered
40 * - div.d<id indexmenu><nodenr?>
42 * repeats: - div.d<id indexmenu><nodenr?>
43 * - z<id indexmenu> scroll rightward arrows
44 * - left_<id indexmen
41 dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) global() argument
134 add(dokuid, id, pid, name, hns, isdir, ajax) global() argument
352 s(id) global() argument
376 o(id) global() argument
459 nodeStatus(status, id, bottom) global() argument
544 isOpen(id) global() argument
596 fill(id) global() argument
[all...]
/plugin/jmol2/jmol/
H A DJmol.js173 if (id == undefined || id == null)
193 if (id == undefined || id == null)
249 var t = "<span id='"+(id ? id : groupName)+"'>";
280 if (id == undefined || id == null)
286 …var t = "<span id=\"span_"+id+"\""+(title ? " title=\"" + title + "\"":"")+"><a name='" + id + "' …
297 if (id == undefined || id == null)
304 …var t = "<span id=\"span_"+id+"\""+(title ? " title=\"" + title + "\"":"")+"><input name='" + id +…
322 if (id == undefined || id == null)
855 if (id){
1092 if(typeof(id)=="number")id = "jmolCheckbox" + id;
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1id="A" filterUnits="userSpaceOnUse" x="224.763" y="63.426" width="30.06" height="23.889"><feColorM…
/plugin/nssearch/
H A Daction.php32 function getBaseNs($id) argument
34 return preg_replace('/:.*$/', '', getNS(cleanID($id)));
36 function getDepthNs($id, $depth) argument
39 $a = explode(':', getNS(cleanID($id)));
66 function getLimitNs($id) argument
72 return getNS($id);
74 return $this->getBaseNs($id);
76 return $this->getDepthNs($id, substr($nslist[0],6));
80 if ($nstest.':' == substr($id, 0, strlen($nstest)+1))
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php68 * @param mixed $id
72 public function lookupId($id) argument
74 if (isset($this->builderMap[$id])) {
75 return $this->builderMap[$id];
82 * @param mixed $id
87 public function registerId($id, PHPUnit_Framework_MockObject_Builder_Match $builder) argument
89 if (isset($this->builderMap[$id])) {
91 'Match builder with id <' . $id . '> is already registered.'
95 $this->builderMap[$id] = $builder;
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js28 $R(0, this.tracks[options.track].id).each(function(id){ argument
29 var sound = $('sound_'+options.track+'_'+id);
37 this.tracks[options.track] = { id: 0 };
39 this.tracks[options.track].id++;
41 options.id = this.tracks[options.track].id;
44 id: 'sound_'+options.track+'_'+options.id,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DLiveBroadcasts.php36 * @param string $id Broadcast to bind to the stream
72 public function bind($id, $part, $optParams = []) argument
74 $params = ['id' => $id, 'part' => $part];
81 * @param string $id Broadcast to delete.
111 public function delete($id, $optParams = []) argument
113 $params = ['id' => $id];
224 * @param string $id Broadcast to transition.
259 public function transition($broadcastStatus, $id, $part, $optParams = []) argument
261 $params = ['broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part];
/plugin/docsearchsitemap/
H A Daction.php50 foreach($pages as $id){
53 if(isHiddenPage($id)) continue;
54 if(auth_aclcheck($id,'','') < AUTH_READ) continue;
58 $id = trim($id);
59 $date = @filemtime(mediaFN($id));
61 $item = new SitemapItem(ml($id, '', true, '', true), $date, $changefreq, $priority);
/plugin/struct/db/
H A Dupdate0009.sql2 id TEXT, field
7 INSERT INTO schemas_temp (id, tbl, ts) SELECT id, tbl, ts FROM schemas;
12 id INTEGER PRIMARY KEY AUTOINCREMENT, field
19 INSERT INTO schemas (id, tbl, ts) SELECT id, tbl, ts FROM schemas_temp;
/plugin/siteexport/inc/
H A Dfunctions.php180 $id = strtr($id, ';', ':');
182 $id = strtr($id, '/', ':');
184 $id = strtr($id, '/', $sepchar);
196 $id = utf8_stripspecials($id, $sepchar, '\*');
199 if ($ascii) $id = utf8_strip($id);
202 $id = preg_replace($sepcharpat, $sepchar, $id);
203 $id = preg_replace('#:+#', ':', $id);
204 $id = ($media ? trim($id, ':.-') : trim($id, ':._-'));
205 $id = preg_replace('#:[:\._\-]+#', ':', $id);
256 $id = idfilter($id);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php226 public $id; variable in Google_Analyze
246 $this->id = $id;
249 return $this->id;
514 public $id; variable in Google_Insert
525 $this->id = $id;
528 return $this->id;
578 public $id; variable in Google_Insert2
597 $this->id = $id;
600 return $this->id;
722 public $id; variable in Google_Output
[all …]
/plugin/swiftmail/Swift/
H A DMessage.php154 public function setId($id) argument
156 $this->headers->set("Message-ID", $id);
525 $id = $this->getReference("parent", "alternative")->addChild($child, $id, $sign);
529 $id = "cid:" . $child->getContentId();
530 $id = $this->getReference("parent", "related")->addChild($child, $id, 1);
534 $id = $this->getReference("parent", "mixed")->addChild($child, $id, 1);
540 return $id;
551 public function detach($id) argument
566 unset($this->references["mixed"][$id]);
611 foreach ($from as $id => $ref)
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DRollupNamespace.php33 * $params['id'] = (string) The ID of the job to delete
44 $id = $this->extractArgument($params, 'id');
49 $endpoint->setId($id);
56 * $params['id'] = (string) The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
67 $id = $this->extractArgument($params, 'id');
72 $endpoint->setId($id);
79 * $params['id'] = (string) The ID of the index to check rollup capabilities on, or left blank for all jobs
90 $id
[all...]
/plugin/bez/tpl/
H A Dtask_form.php4 $url = $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', $tpl->param('action', 'add'), 'tid', $tpl->param('tid'), 'kid', $tpl->param('kid'));
5 $id = 'bez:thread' . $tpl->get('thread')->id; variable
8 $id = 'bez:tasks'; variable
11 $id = 'bez:tasks'; variable
17 <input type="hidden" name="id" value="<?php echo $id ?>">
22 <label for="id"><?php echo $tpl->getLang('id')
[all...]
/plugin/spatialhelper/helper/
H A Dsearch.php136 foreach ($docIds as $id) {
137 if (strpos($id, 'media__') === 0) {
138 $id = substr($id, strlen('media__'));
139 if (auth_quickaclcheck($id) >= /*AUTH_READ*/ 1) {
140 $point = $indexer->getCoordsFromExif($id);
147 $media [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),
150 } elseif (auth_quickaclcheck($id) >= /*AUTH_READ*/ 1) {
151 $geotags = p_get_metadata($id, 'ge
[all...]
/plugin/redirect/
H A Dhelper.php60 * @param string $id the ID for which the redirect is wanted
63 public function getRedirectURL($id) { argument
65 if(empty($redirects[$id])) return false;
67 if(preg_match('/^https?:\/\//', $redirects[$id])) {
68 $url = $redirects[$id];
71 msg(sprintf($this->getLang('redirected'), hsc($id)));
73 $link = explode('#', $redirects[$id], 2);
/plugin/webexteamsnotifier/
H A Daction.php131 $id = $INFO['id'];
133 $id = str_replace(":", "/", $id);
136 $url = DOKU_URL . "{$id}?rev={$diffRev}&do=diff";
138 $url = DOKU_URL . $id;
142 $id = $INFO['id'];
144 $id = str_replace(":", "/", $id);
147 $url = DOKU_URL . "doku.php/{$id}?rev={$diffRev}&do=diff";
149 $url = DOKU_URL . "doku.php/{$id}";

12345678910>>...142