Home
last modified time | relevance | path

Searched refs:id (Results 1176 – 1200 of 3526) sorted by relevance

1...<<41424344454647484950>>...142

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidModel.php42 public $id; variable in Google\\Service\\Testing\\AndroidModel
143 public function setId($id) argument
145 $this->id = $id;
152 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRemarketingAudience.php44 public $id; variable in Google\\Service\\Analytics\\RemarketingAudience
147 public function setId($id) argument
149 $this->id = $id;
156 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DCourseWorkMaterial.php50 public $id; variable in Google\\Service\\Classroom\\CourseWorkMaterial
163 public function setId($id) argument
165 $this->id = $id;
172 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildStep.php27 public $id; variable in Google\\Service\\ContainerAnalysis\\BuildStep
73 public function setId($id) argument
75 $this->id = $id;
79 return $this->id;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.php42 public $id; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
133 public function setId($id) argument
135 $this->id = $id;
142 return $this->id;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php42 'id' => 'foo',
80 'id' => 'foo',
115 'id' => 'foo',
154 'id' => 'foo',
212 'id' => 1,
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js203 this.userId = user.id;
242 for (var id in authInfo)
244 if (id == 'current' || id == curUserId) continue;
246 users.push(authInfo[id].user);
837 this.userId = info.id;
867 if (id != null && title != null)
886 if (id != null && title != null)
1000 resp.headRevisionId = resp.id;
1001 resp.id = id;
2093 this.ui.loadFile('G' + id);
[all …]
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8id:i[0].id,target:i,image:null,animationTimer:null,autoRefreshTimer:null,playMode:c.PLAY_MODE_STOP…
/plugin/new_page_dialog/
H A Dhelper.php51 $id = idfilter($ID,false);
56 $script = DOKU_BASE.DOKU_SCRIPT.'/'.$id . "?";
58 $script = DOKU_BASE.$id."?";
61 $params['id'] = $id;
/plugin/npd/
H A Dhelper.php58 $id = idfilter($ID, false);
62 $script = DOKU_BASE.DOKU_SCRIPT.'/'.$id . "?";
64 $script = DOKU_BASE.$id."?";
67 $params['id'] = $id;
/plugin/zip/
H A Dadmin.php213 …<form method="post" action="<?=$_REQUEST['id']?>?do=<?=$_REQUEST['do']?>&page=<?=$_REQUEST['page']…
216 <input type="hidden" name="id" value="<?$_REQUEST['id']?>" />
231 …<form method="POST" action="<?=$_REQUEST['id']?>?do=<?=$_REQUEST['do']?>&page=<?=$_REQUEST['page']…
235 <input type="hidden" name="id" value="<?$_REQUEST['id']?>" />
/plugin/move/script/
H A Dtree.js22 var oldid = $this.data('id');
78 * @param {string} id
80 var cleanID = function (id) { argument
81 if (!id) return '';
83 id = id.replace(/[!"#$%§&\'()+,/;<=>?@\[\]^`\{|\}~\\;:\/\*]+/g, '_');
84 id = id.replace(/^_+/, '');
85 id = id
[all...]
H A Drename.js15 '<input type="text" name="id" style="width:100%">' +
26 const newid = $dialog.find('input[name=id]').val();
41 id: JSINFO.id,
62 title: LANG.plugins.move.rename + ' ' + JSINFO.id,
84 $dialog.find('input[name=id]').val(JSINFO.id);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivity.php91 public function setId(ActivityId $id) argument
93 $this->id = $id;
100 return $this->id;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DNode.php23 * @var string Unique node id
48 public function __construct(string $id, Client $client) argument
51 $this->setId($id);
55 * Returns the unique node id, this can also be name if the id does not exist.
62 public function setId(string $id): self argument
64 $this->_id = $id;
/plugin/bureaucracy-au/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
84 $id = $this->opt['id'];
92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
94 … '<input type="checkbox" name="@@NAME@@" value="1" id="'.$id.'" ' . $check . ' />' .
H A Daction.php101 * @param string $id pageid
104 protected function aclcheck($id) { argument
108 $auth = auth_aclcheck($id, $runas, array());
110 $auth = auth_quickaclcheck($id);
/plugin/bureaucracyau/helper/
H A Dfieldyesno.php82 $id = 'bureaucracyau__'.md5(rand());
84 $id = $this->opt['id'];
92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
94 … '<input type="checkbox" name="@@NAME@@" value="1" id="'.$id.'" ' . $check . ' />' .
H A Daction.php101 * @param string $id pageid
104 protected function aclcheck($id) { argument
108 $auth = auth_aclcheck($id, $runas, array());
110 $auth = auth_quickaclcheck($id);
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.hbs10 <div id="page-core" class="{{ layout-container-class }} position-relative">
11 <aside id="page-side" class="d-print-none">
14 <main id="page-main">
15 <div id="main-content">
/plugin/bureaucracy/helper/
H A Daction.php101 * @param string $id pageid
104 protected function aclcheck($id) { argument
108 $auth = auth_aclcheck($id, $runas, array());
110 $auth = auth_quickaclcheck($id);
H A Dfieldyesno.php82 $id = 'bureaucracy__'.md5(rand());
84 $id = $this->opt['id'];
92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
94 … '<input type="checkbox" name="@@NAME@@" value="1" id="'.$id.'" ' . $check . ' />' .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3324 * @param string $id
3358 * @param string $id
3406 * @param string $id
3442 * @param string $id
3456 * @param string $id
3483 * @param string $id
3498 * @param string $id
3548 * @param string $id
3615 * @param string $id
3976 * @param string $id
[all …]
/plugin/pagetitle/
H A Daction.php52 $id = $metadata['title'] ?? null;
53 if ($id) {
54 $event->data['metadata']['plugin_pagetitle'] = $id;
133 foreach ($traces as $id) {
134 $depends[] = wikiFN($id, '', false);
/plugin/move/action/
H A Drename.php41 if (isset($INFO['id'])) {
42 $JSINFO['move_renameokay'] = $this->renameOkay($INFO['id']);
106 $src = cleanID($INPUT->str('id'));
191 * @param $id
194 public function renameOkay($id) {
199 if(!page_exists($id)) return false;
200 if(auth_quickaclcheck($id) < AUTH_EDIT) return false;
201 if(checklock($id) !== false || @file_exists(wikiLockFN($id))) return false;
121 renameOkay($id) global() argument

1...<<41424344454647484950>>...142