Home
last modified time | relevance | path

Searched refs:id (Results 1501 – 1525 of 3526) sorted by relevance

1...<<61626364656667686970>>...142

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc39 $params['transform_id'] = (string) The id of the transform to delete
54 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
72 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
101 $params['transform_id'] = (string) The id of the new transform.
115 $params['transform_id'] = (string) The id of the transform to start
130 $params['transform_id'] = (string) The id of the transform to stop
147 $params['transform_id'] = (string) The id of the transform.
/plugin/randomtables/db/
H A Dupdate0001.sql2 id, field
4 PRIMARY KEY(id)
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php68 $id = $this->info['ns'] . ':' . preg_replace('#\.txt$#', '', cleanID($name));
69 Utils::log('debug', "Create page $id - $name");
71 Utils::saveWikiText($id, $data, 'create');
/plugin/src/
H A Daction.php71 * @param string $id wiki page name
76 function _cache_maxage($id) { argument
77 $hasPart = p_get_metadata($id, 'relation haspart');
/plugin/source/
H A Daction.php69 * @param string $id wiki page name
74 function _cache_maxage($id) { argument
75 $hasPart = p_get_metadata($id, 'relation haspart');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DPlaylistItems.php36 * @param string $id
50 public function delete($id, $optParams = []) argument
52 $params = ['id' => $id];
H A DPlaylists.php36 * @param string $id
50 public function delete($id, $optParams = []) argument
52 $params = ['id' => $id];
H A DChannelSections.php36 * @param string $id
50 public function delete($id, $optParams = []) argument
52 $params = ['id' => $id];
H A DLiveStreams.php36 * @param string $id
66 public function delete($id, $optParams = []) argument
68 $params = ['id' => $id];
/plugin/tagfilter/
H A Dremote.php10 'args'=>array('id'),
19 public function getTagsByPage($id) argument
21 if (auth_quickaclcheck($id) < AUTH_READ) {
31 return $Htagfilter->getTagsByPageID($id);
49 //$pages_cleaned = array_intersect_key($pages, array_flip('id','title'));
56 'id' => $page,
81 //$pages_cleaned = array_intersect_key($pages, array_flip('id','title'));
88 'id' => $page,
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php50 $id = ApiRouter::getRequestParameter("id");
56 ->setBody("The page id should not be empty", Mime::getHtml())
64 if (!Identity::isWriter($id)) {
74 $markupPath = WikiPath::createMarkupPathFromId($id);
/plugin/bez/
H A Dscript.js55 initToolbar($header, $textarea.attr('id'), tb);
68 if ('id' in urlParams) {
69 var id = urlParams['id'];
73 var id = found[1];
76 var nparams = getNparams(id),
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php843 public $id; variable in Google_Bucket
894 $this->id = $id;
897 return $this->id;
980 public $id; variable in Google_BucketAccessControl
1021 $this->id = $id;
1266 public $id; variable in Google_Channel
1286 $this->id = $id;
1402 public $id; variable in Google_ObjectAccessControl
1450 $this->id = $id;
1548 public $id; variable in Google_StorageObject
[all …]
H A DGoogle_Oauth2Service.php187 public $id; variable in Google_Userinfo
230 public function setId( $id) { argument
231 $this->id = $id;
234 return $this->id;
/plugin/indexnumber/
H A DREADME.md25 <idxnum countername #id Description>
32 `#id` must be a number, prefixed by the # char. Each number must be unique for the page!
33 The id can be used for referencing the generated number with the indexreference plugin.
36 you **must** have an id. If the description contains angle brackets, they must be
48 This is the second image, with a description. Note that the id is arbitrary
61 Third image. Note how the counter is independent from id and the table counter
/plugin/navi/
H A Dsyntax.php43 $id = substr($match, 7, -2);
45 if (strpos($id, '?') !== false) {
46 list($id, $opts) = explode('?', $id, 2);
49 $list = $this->parseNavigationControlPage(cleanID($id));
51 return [wikiFN($id), $list, $options];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DMatch.php21 * @param string $id The identification of the expectation that should
26 public function after($id); argument
/plugin/ckgdoku/
H A Dscript.js309 function ckged_get_unlink_size(id) { argument
310 var params = 'call=cked_deletedsize'; params += "&cked_delid=" + id;
326 function ckged_setmedia(id,del, refresh_cb) { argument
328 var params = 'call=cked_upload'; params += "&ckedupl_id=" + id;
403 function ckg_edit_mediaman_insert(edid, id, opts, dw_align) { argument
437 var fileUrl = DOKU_BASE + 'lib/exe/fetch.php?media=' + id;
455 function ckg_edit_mediaman_insertlink(edid, id, opts, dw_align) { argument
457 CKEDITOR.tools.callFunction(funcNum, id, function() {
460 dialog.getContentElement('info', 'media').setValue(id);
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php76 function fetch_all($sql, $id = '') { argument
80 $id ? $arr[$data[$id]] = $data : $arr[] = $data;
130 …return ($id = mysql_insert_id($this->link)) >= 0 ? $id : $this->result($this->query("SELECT last_i…
/plugin/displaytitle/
H A DREADME.md10 The Display Title Plugin can display the id or title of the current page or the title of an arbitra…
18 The plugin offers three inline elements that expand into the text of either a page id or page title.
22 | `<<display id>>` | The id of the current page. |
28 | `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |
/plugin/dwspecialist/
H A Dsyntax.php96 $id = getID();
106 $line.=$crlf.$listoffset.$prolog."[[".$id."?".http_build_query ($act['params'])."|".$name."]]";
128 … $line.=$crlf.$listoffset.$prolog."[[".$id."?".http_build_query ($act['params'])."|".$name."]]";
147 foreach ($special as $id => $name) {
148 $wikilinks[]="[[".$id."|".(($i<10)?"0":"").$i.": ".$name."]]";
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js5 …dTitle,minWidth:300,minHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"select",label…
7 …inHeight:50,contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",widths:["25%","75%"],childre…
8 …e("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",style:"width:…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildTrigger.php64 public $id; variable in Google\\Service\\CloudBuild\\BuildTrigger
273 public function setId($id) argument
275 $this->id = $id;
282 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrder.php38 public $id; variable in Google\\Service\\ShoppingContent\\Order
159 public function setId($id) argument
161 $this->id = $id;
168 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperiment.php50 public $id; variable in Google\\Service\\Analytics\\Experiment
213 public function setId($id) argument
215 $this->id = $id;
222 return $this->id;

1...<<61626364656667686970>>...142