Home
last modified time | relevance | path

Searched refs:id (Results 326 – 350 of 3526) sorted by relevance

1...<<11121314151617181920>>...142

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DAppEdit.php29 public $id; variable in Google\\Service\\AndroidPublisher\\AppEdit
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Session.php25 public $id; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Session
34 public function setId($id) argument
36 $this->id = $id;
43 return $this->id;
H A DGoogleCloudApigeeV1Point.php26 public $id; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Point
33 public function setId($id) argument
35 $this->id = $id;
42 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DDeviceInfo.php29 public $id; variable in Google\\Service\\CloudTalentSolution\\DeviceInfo
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PostmasterTools/
H A DFeedbackLoop.php25 public $id; variable in Google\\Service\\PostmasterTools\\FeedbackLoop
31 public function setId($id) argument
33 $this->id = $id;
40 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DTimeZone.php25 public $id; variable in Google\\Service\\AuthorizedBuyersMarketplace\\TimeZone
34 public function setId($id) argument
36 $this->id = $id;
43 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Localservices/
H A DGoogleTypeTimeZone.php25 public $id; variable in Google\\Service\\Localservices\\GoogleTypeTimeZone
34 public function setId($id) argument
36 $this->id = $id;
43 return $this->id;
/plugin/fastwiki/
H A Dhistory.js11 //TODO: Test with doku?id urls.
14 var id = url.replace(/.*id=([^&]+).*/, '$1');
15 if (id.match(/^[a-zA-Z0-9_\-:]+$/))
16 return url.replace(/\?.*/, '') + '?id='+id;
59 * Get the id of the page, or null if switching to that page doesn't support fastshow.
63 * @return {Object} with two members: id (page id) and ns (namespace).
67 var pageid = newpage.substr(1).replace(/.*doku.php(\?id
[all...]
/plugin/blogtng/helper/
H A Dentry.php615 if($id === false) $id = $INFO['id']; //sidebar safe
617 $pid = md5(cleanID($id));
830 $id = $this->entry['page'];
837 $recursion[] = $id;
852 $ID = $id;
912 if($id === false) $id = $INFO['id']; //sidebar safe
913 $pid = md5(cleanID($id));
989 $ns = getNS($id);
1190 … '<a href="#fn__'.$id.'__\1" name="fnt__'.$id.'__\2" id="fnt__'.$id.'__\3" class="fn_top">',
1192 … '<a href="#fnt__'.$id.'__\1" name="fn__'.$id.'__\2" id="fn__'.$id.'__\3" class="fn_bot">',
[all …]
/plugin/discussion/
H A Dadmin.php102 $id = $item['id'];
105 $file = metaFN($id, '.comments');
110 'id' => $id,
147 $id = $thread['id'];
154 $title = p_get_metadata($id, 'title');
156 $title = $id;
158 ptln('<h2 name="'.$id.'" id="'.$id.'">'.hsc($title).'</h2>', 6);
173 ptln('<a href="'.wl($id).'" class="wikilink1">'.$id.'</a> ', 8);
184 $id = $thread['id'];
283 * @param string $id
[all …]
/plugin/autotranslation/
H A Dhelper.php113 function getLangPart($id) { argument
114 list($lng) = $this->getTransParts($id);
121 function getIDPart($id) { argument
130 function getTransParts($id) { argument
132 if(preg_match($rx, $id, $match)) {
135 return array('', $id);
194 $meta = p_get_metadata($id);
231 function getAvailableTranslations($id) { argument
456 function getOldDiffLink($id, $lastmod) { argument
459 $changelog = new PageChangelog($id);
[all …]
/plugin/svgpureinsert/
H A Dsyntax.php64 list($id, $title) = explode('|', $match, 2);
67 if(substr($id, 0, 1) == ' ') {
68 if(substr($id, -1, 1) == ' ') {
73 } elseif(substr($id, -1, 1) == ' ') {
77 list($id, $params) = explode('?', $id, 2);
80 $data['id'] = trim($id);
/plugin/pageredirect/
H A Dsyntax.php71 $id = substr($match, 10);
74 $id = substr($match, 11, -2);
76 $id = trim($id);
78 $is_external = preg_match('#^https?://#i', $id);
80 // resolve and clean the $id if it is not external
85 $id = $resolver->resolveId($id);
88 resolve_pageid(getNS($ID), $id, $exists);
92 return array($id,
[all...]
/plugin/404manager/_test/
H A Dmanager.test.php59 …$request->get(array('id' => constant_parameters::$PAGE_REDIRECTED_TO_EXTERNAL_WEBSITE), '/doku.php…
86 …$request->get(array('id' => constant_parameters::$PAGE_DOES_NOT_EXIST_NO_REDIRECTION_ID), '/doku.p…
95 …$this->assertEquals($queryKeys['id'], constant_parameters::$PAGE_DOES_NOT_EXIST_NO_REDIRECTION_ID,…
127 … $request->get(array('id' => constant_parameters::$EXPLICIT_REDIRECT_PAGE_SOURCE), '/doku.php');
135 …$this->assertEquals($queryKeys['id'], constant_parameters::$EXPLICIT_REDIRECT_PAGE_SOURCE, "The Id…
171 … $request->get(array('id' => constant_parameters::$EXPLICIT_REDIRECT_PAGE_SOURCE), '/doku.php');
180 …$this->assertEquals(constant_parameters::$EXPLICIT_REDIRECT_PAGE_TARGET, $queryKeys['id'], "The Id…
220 … $request->get(array('id' => constant_parameters::$REDIRECT_BEST_PAGE_NAME_SOURCE), '/doku.php');
228 …stant_parameters::$REDIRECT_BEST_PAGE_NAME_TARGET_SAME_BRANCH, $queryKeys['id'], "The Id of the so…
271 … $request->get(array('id' => constant_parameters::$REDIRECT_BEST_PAGE_NAME_SOURCE), '/doku.php');
[all …]
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1id:existingTags[i].id,label:existingTags[i].name,"default":existingTags[i].name==""?"":(tagexists(… property in AnonymousFunctiona3128a530100.generateTags.ele
/plugin/bez/tpl/
H A Dthread_box.php12 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>">
13 #<?php echo $tpl->get('thread')->id ?>
82 id="plugin__bez_thread_change_state_button"
83 href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id) ?>#k_">
95 <a href="<?php echo $tpl->url('thread_report', 'action', 'edit', 'id', $tpl->get('thread')->id) ?>" class="bds_inline_button">
100 <?php if ($tpl->get('thread')->acl_of('id') >= BEZ_PERMISSION_DELETE && $tpl->get('thread')->can_be_removed()): ?>
102 href="<?php echo $tpl->url('thread', 'id',
[all...]
/plugin/pagelist/
H A Dhelper.php34 * For each row an array is added which must contain at least the key 'id', can further contain as well :
50 * @var bool enables sorting. If no sortkey was given, 'id' is used.
67 private $defaultSortKey = 'id';
178 'params' => ["page attributes, 'id' required, others optional" => 'array'],
194 * - td($id, $col=null, &$class=null) or td($id)
417 * (required) Add page row to the list, call for every row. In the $page array is 'id' required, other entries are optional.
420 * 'id' => (required) string page id
421 * 'title' => string First headline, otherwise page id; exceptio
500 pageCell($id) global() argument
668 diffCell($id) global() argument
697 pluginCell($plugin, $col, $id) global() argument
[all...]
/plugin/loadskin/
H A Daction.php185 $id = $ID;
190 $langPath = $transplugin->getLangPart($id).':';
191 $pos = strpos($id, $langPath);
193 $id = str_ireplace($langPath, '', $id);
196 if($data[$id]) return $data[$id];
198 $path = explode(':', $id);
201 $id = implode(':', $path);
202 if($data[$id]) return $data[$id];
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc14 var href, id,geshi_dialog, t_display,s_display;
21 if(qs_match = qs.match(/id=([\w:_\.]+)\b/)) { //none
22 id = qs_match[1];
27 id = matches[3];
31 id = matches[3];
35 if(!id) id = 'start';
36 return {'href':href, 'id':id};
40 var id = 'start';
78 id: 'tab-basic',
88 id: 'geshi',
[all …]
/plugin/multiorphan/action/
H A Dmultiorphan.php106 $id = $INPUT->str('id');
107 $result = $this->__check_pages($id);
162 private function __check_pages($id) { argument
166 $file = wikiFN($id);
185 $ID = $id;
193 $data = $this->_getDataContainer( $id, $ins);
209 'pageID' => $id,
211 'checkNamespace' => getNS($id),
434 private function hrefForType( $type, $id ) { argument
445 return $id;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DConfigSource.php28 public $id; variable in Google\\Service\\ServiceManagement\\ConfigSource
47 public function setId($id) argument
49 $this->id = $id;
56 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DDraft.php25 public $id; variable in Google\\Service\\Gmail\\Draft
32 public function setId($id) argument
34 $this->id = $id;
41 return $this->id;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) argument
3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user);
25 url: '/files/' + this.file.getId() + '/comments/' + this.id + '/replies',
43 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id,
48 url: '/files/' + this.file.getId() + '/comments/' + this.id,
60 url: '/files/' + this.file.getId() + '/comments/' + this.pCommentId + '/replies/' + this.id,
64 url: '/files/' + this.file.getId() + '/comments/' + this.id,
/plugin/bez/db/
H A Dupdate0002.sql17 LEFT JOIN task_program ON task.task_program_id = task_program.id
18 LEFT JOIN thread ON task.thread_id = thread.id;
22 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
27 label.id AS label_id,
29 (SELECT MAX(priority) FROM task_view WHERE task_view.thread_id = thread.id) AS priority,
38 LEFT JOIN thread_label ON thread.id = thread_label.thread_id
39 LEFT JOIN label ON label.id = thread_label.label_id;
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php97 $id = 'upload_default';
101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>";
105 $this->assertTrue(file_exists(mediaFN("$id:$media")));
110 $id = 'upload_absolute';
115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>";
124 $id = 'upload_relative';
130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
134 $this->assertTrue(file_exists(mediaFN("$id:$upload_ns:$media")));

1...<<11121314151617181920>>...142