Home
last modified time | relevance | path

Searched refs:id (Results 2101 – 2125 of 3526) sorted by relevance

1...<<81828384858687888990>>...142

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStreetViewPublish.php105 'path' => 'v1/photo/{id}',
108 'id' => [
/plugin/epub/
H A Daction.php90 $id = $INFO['id'];
93 …button_name' class='button' title='start' onclick=\"epub_remove_creator('$id');\"/></div></form>";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml25 credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba
34 # vault read auth/approle/role/clients-ci/role-id
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php150 public function setId(string $id): self argument
152 $this->_metadata['_id'] = $id;
/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-side-md-collapsable.hbs1 <button id="page-side-control" class="btn page-side-toggle d-md-none collapsed mb-3" type="button"
24 <div id="page-side-collapsable" class="collapse d-md-block">
/plugin/combo/action/
H A Dlinkwizard.php81 $searchTerm = $event->data["id"]; // yes id is the search term
107 $id = $page->getWikiId();
123 $link = wl($id);
H A Droutermessage.php254 * @param string $id
257 static function notify($id, $redirectSource) argument
263 $_SESSION[DOKU_COOKIE][self::ORIGIN_PAGE] = $id;
/plugin/bez/style/
H A Dtimeline.less26 dt a .id {
35 dt .id {
/plugin/struct/script/
H A DEntryEditor.js55 var input_id = jQuery(this).siblings('input').attr('id');
115 $copy.find('*[id]').each(function () {
116 this.id = this.id + '_' + copycount;
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php610 public $id; variable in Google_DfareportingFile
642 public function setId( $id) { argument
643 $this->id = $id;
646 return $this->id;
741 public $id; variable in Google_DimensionValue
757 public function setId( $id) { argument
758 $this->id = $id;
761 return $this->id;
1103 public $id; variable in Google_Report
1174 $this->id = $id;
[all …]
/plugin/amcharts/assets/amcharts/lang/
H A Did.js1 AmCharts.translations.id = {"monthNames":["Januari","Pebruari","Maret","April","Mei","Juni","Juli",… class in AmCharts.translations
/plugin/socialshareprivacy2/SSP/
H A DREADME.md60 <span id="dependencies">Dependencies</span>
75 <span id="how-to-use">How to use</span>
150 <span id="methods">Methods</span>
221 <span id="events">Events</span>
248 <span id="options">Options</span>
351 ### <span id="global-options">Global Options</span> argument
1181 <span id="custom-services">Custom Services</span>
1217 #### <span id="escapehtmltext">escapeHtml(text)</span> argument
1325 <span id="packsh">Pack.sh</span>
1377 <span id="known-issues">Known Issues</span>
[all …]
/plugin/diagramsnet/lib/math/
H A DMathJax.js19id in CALLBACK.prototype){if(CALLBACK.prototype.hasOwnProperty(id)){if(typeof(data[id])!=="undefin… property in b.OutputJax.Error
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/pagemove/
H A Dadmin.php635 * @param id Page ID of the backlinking page
767 function _pm_getforwardlinks($id) { argument
769 $text = io_readfile(wikiFN($id));
795 resolve_pageid(getNS($id), $absoluteMatchId, $exists);
808 function _pm_getmedialinks($id) { argument
810 $text = io_readfile(wikiFN($id));
823 $mid = getNS($id).':'.substr($mid, 1);
827 $mid = getNS($id) . ':' . $mid;
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19id:q.inputID+"-Hover"};var r=h.Element("span",{id:q.hover.id,isMathJax:true,style:{display:"inline… property in q.hover
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php696 * Task runner needs the id
886 <div class="toast-container position-fixed mb-3 me-3 bottom-0 end-0" id="toastPlacement" style="z-index:1060">
919 ->addOutputAttributeValue("id", TemplateForWebPage::TASK_RUNNER_ID)
1137 foreach ($heads as $id => $headAttributes) {
1141 unset($heads[$id]);
1146 unset($heads[$id]);
1154 foreach ($heads as $id => $headAttributes) {
1161 unset($heads[$id]);
1167 foreach ($heads as $id => $headAttributes) {
1171 unset($heads[$id]);
[all...]
/plugin/confmanager/tpl/
H A DformStart.php6 <input type="hidden" name="configFile" value="<?php echo hsc($id) ?>" />
/plugin/conflictmerger/
H A Daction.php298 * @param id The id of the text to merge.
305 function merge( $id, $old, $mine, $yours, &$result ) { argument
319 $baseName = wikiFN( $id );
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_gecko.js80 var sId = parent.childNodes[i].id ;
192 targetWindow.$ = function( id ) argument
194 return this.document.getElementById( id ) ;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php149 $id = $state === self::FULFILLED ? 1 : 2;
151 Utils::queue()->add(static function () use ($id, $value, $handlers) {
153 self::callHandler($id, $value, $handler);
/plugin/do/syntax/
H A Ddo.php231 $id = '';
233 $id = 'id="plgdo__' . $data['task']['md5'] . '" ';
237 … $R->doc .= '<span ' . $id . 'class="plugin_do_item plugin_do_' . $data['task']['md5'] . '">'
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php102 * @param Ast\Selector\Simple\Id $id
105 public function visitSelectorSimpleId(Ast\Selector\Simple\Id $id): bool { argument
106 $this->_buffer .= '#'.$id->id;
/plugin/struct/action/
H A Dinline.php97 $id = uniqid('struct__', false);
99 echo '<label data-column="' . hsc($this->column->getFullQualifiedLabel()) . '" for="' . $id . '">';
102 echo $value->getValueEditor('entry', $id);
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc126 '<span id="' + smileyLabelId + '" class="cke_voice_label">' + descr + '</span>' +
136 '<span id="' + labelId + '" class="cke_voice_label">' + lang.options + '</span>',
161 '<span id="' + smileyLabelId + '" class="cke_voice_label">' + descr + '</span>' +
191 …'<span id="' + smileyLabelId + '" class="cke_voice_label">' + config.smiley_descriptions[ i ] + '<…
208 id: 'smileySelector',
231 id: 'tab1',

1...<<81828384858687888990>>...142