Home
last modified time | relevance | path

Searched refs:id (Results 951 – 975 of 3526) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DChannel.php33 public $id; variable in Google\\Service\\Calendar\\Channel
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DLun.php29 public $id; variable in Google\\Service\\Baremetalsolution\\Lun
80 public function setId($id) argument
82 $this->id = $id;
89 return $this->id;
H A DNetworkConfig.php38 public $id; variable in Google\\Service\\Baremetalsolution\\NetworkConfig
107 public function setId($id) argument
109 $this->id = $id;
116 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKeyMetadata.php33 public $id; variable in Google\\Service\\Storage\\HmacKeyMetadata
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DExternalVpnGateway.php34 public $id; variable in Google\\Service\\Compute\\ExternalVpnGateway
93 public function setId($id) argument
95 $this->id = $id;
102 return $this->id;
H A DTargetInstance.php33 public $id; variable in Google\\Service\\Compute\\TargetInstance
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChannel.php33 public $id; variable in Google\\Service\\Drive\\Channel
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DPagespeedApiPagespeedResponseV5.php33 public $id; variable in Google\\Service\\PagespeedInsights\\PagespeedApiPagespeedResponseV5
78 public function setId($id) argument
80 $this->id = $id;
87 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DChannel.php33 public $id; variable in Google\\Service\\Reports\\Channel
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChannel.php33 public $id; variable in Google\\Service\\Directory\\Channel
94 public function setId($id) argument
96 $this->id = $id;
103 return $this->id;
/plugin/davcal/db/
H A Dupdate0001.sql2 id integer primary key asc, field
16 id integer primary key asc, field
30 id integer primary key asc, field
40 id integer primary key asc, field
55 id integer primary key asc, field
/plugin/conflictmerger/tests/
H A Dmerge.test.php20 var $id = 'testmerge'; variable in Merge_test
28 return wikiFN($this->id);
37 $this->assertTrue($this->action->merge($this->id, $old, $mine, $yours, $result));
51 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
65 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
83 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
103 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js94 FCKSpecialCombo.prototype.AddItem = function( id, html, label, bgColor ) argument
100 oDiv.FCKItemLabel = label || id ;
112 FCKTools.AddEventListenerEx( oDiv, 'click', FCKSpecialCombo_ItemOnClick, [ this, id ] ) ;
114 this.Items[ id.toString().toLowerCase() ] = oDiv ;
133 for ( var id in this.Items )
135 var oDiv = this.Items[id] ;
161 FCKSpecialCombo.prototype.SetLabelById = function( id ) argument
163 id = id ? id.toString().toLowerCase() : '' ;
165 var oDiv = this.Items[ id ] ;
/plugin/indexmenu/
H A Daction.php138 echo '<h1><a id="index">' . $lang['btn_index'] . "</a></h1>\n";
186 if ($INPUT->has('id')) {
187 echo $this->printToc($INPUT->str('id'));
356 * @param string $id
362 private function printToc($id)
364 $id = cleanID($id);
365 if (auth_quickaclcheck($id) < AUTH_READ) return '';
367 $meta = p_get_metadata($id);
375 $out = $this->renderAbstract($id,
214 print_toc($id) global() argument
252 render_abstract($id, & $meta) global() argument
[all...]
/plugin/batchedit/
H A Dinterface.js23 function escapeId(id) { argument
24 return id.replace(/([:.])/g, '\\$1');
33 function getLang(id) { argument
34 if (id in batcheditLang) {
35 return batcheditLang[id];
41 function updateConfig(id, value) { argument
45 config[id] = value;
66 jQuery('.be-match input[id^=' + escapeId(this.id) + ']').prop('checked', this.checked);
71 var pageId = escapeId(this.id
[all...]
/plugin/task/
H A Dics.php15 $id = $_REQUEST['id']; variable
17 $data = unserialize(io_readFile(metaFN($id, '.task'), false));
20 $title = p_get_metadata($id, 'title');
24 $filename = str_replace(':', '/', cleanID($id)) . '.ics';
/plugin/aclplusregex/_test/
H A DTestAction.php15 public function evaluateRegex($regex, $id) argument
17 return parent::evaluateRegex($regex, $id);
39 public function getIDPatterns($entities, $id, $pattern) argument
41 return parent::getIDPatterns($entities, $id, $pattern);
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DCore.php15 $id = '';
21 $id .= $alphabet[$byte];
22 if (strlen($id) === $size) {
24 return $id;
/plugin/csstimeline/
H A Dfeed.php23 $id = $_REQUEST['id']; variable
51 $cache = getCacheName($id . $_SERVER['REMOTE_USER'], '.feed');
82 $rss->title = p_get_metadata($id, 'title', METADATA_DONT_RENDER);
88 $author = p_get_metadata($id, 'creator', METADATA_DONT_RENDER);
96 $page = rawWiki($id);// get pages here
110 $item->link = wl($id, '', true, '&');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php91 * @param string $id ID.
97 $id, argument
102 $this->setId($id);
120 * @param string $id ID.
123 public function setId($id) argument
126 $this->_id = $id;
/plugin/notification/action/
H A Dcron.php
/plugin/structstatus/
H A Dsyntax.php81 $id = $INFO['id'];
83 blank($id) ||
92 if(!in_array($table, $assignments->getPageAssignments($id))) return '';
95 $access = \dokuwiki\plugin\struct\meta\AccessTable::getPageAccess($table, $id);
118 if(auth_quickaclcheck($id) >= AUTH_EDIT && $schema->isEditable()) {
122 $args['data-page'] = $id;
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php55 …public function internallink($id, $name = null, $search=null, $returnonly=false, $linktype='conten… argument
59 $default = $this->_simpleTitle($id);
64 resolve_pageid(getNS($ID),$id,$exists);
65 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
81 list($id,$hash) = explode('#',$id,2);
90 if ($id === $ID) {
96 $link['url'] = $ref.str_replace(':','/',$id).'.html';
98 $link['title'] = $id;
/plugin/google_maps/syntax/
H A Dvideo.php55 $href_start = '<a href="//video.google.com/googleplayer.swf?docId='.$id.'">';
60 $renderer->doc .= '<img src="'.$LOGO_URL.'" alt="movie-'.$id.'"/></a>';
65 $obj .= ' data="//video.google.com/googleplayer.swf?docId='.$id.'">';
71 $obj .= ' data="//video.google.com/googleplayer.swf?docId='.$id.'">';
/plugin/translate/
H A Daction.php141 list ($id) = array_keys($INFO['meta']['relation']['istranslationof']);
144 $file = wikiFN($id);
149 $origtext = io_readWikiPage($file,$id);
171 $form->addTagOpen('div', $pos++)->id('wrapper__wikitext')->addClass('hor');
175 $form->addTagOpen('div', $pos++)->id('wrapper__sourcetext')->addClass('hor');
184 ->id('translate__sourcetext')->addClass('edit');
232 $id = $my->suggestPageId($title, $lang);
233 if (page_exists($id)) {
241 $auth = auth_quickaclcheck($id);
260 $file = wikiFN($id);
[all …]

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