Home
last modified time | relevance | path

Searched refs:id (Results 1951 – 1975 of 3526) sorted by relevance

1...<<71727374757677787980>>...142

/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt19 JsHttpRequest.dataReady({ id: ..., js: ..., text: ...})
26 { id: ..., js: ..., text: ...}
37 top.JsHttpRequestGlobal.dataReady({ id: ..., js: ..., text: ...})
51 id: <loading ID>,
58 - id: ID of the loading passed by a frontend. This ID is used to
89 PHPSESSID=<sid>&JsHttpRequest=<id>-<loader>
99 - <id> is the loading ID. It is generated automatically and unique for
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js45 const id = html.split('.')[1];
46 $code.replaceWith(`<a href="#${ id }"><code>_.${ id }</code></a>`);
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php279 * @param string $id
282 public function toBatchString($id) { argument
288 $str .= "Content-ID: $id\n";
/plugin/projects/lib/
H A Dtools.php146 function file_mimetype($id, $project) { argument
147 list($ext, $mime, $dl) = mimetype($id, false);
151 $path = $project->path() . noNS($id);
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example61 * @param {string} id
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php39 * @param string|null $id The document ID, if null it will be created
43 public function __construct(?string $id = null, $data = [], $index = '') argument
45 $this->setId($id);
/plugin/extendpage/
H A Dadmin.php107 $id = $assignment['id'];
119 'assignment[id]' => $id
/plugin/toctweak/syntax/
H A Dautotoc.php76 list($id, $tocPosition, $topLv, $maxLv, $tocClass) = $data;
79 if ($id != $ID) return false;
/plugin/onlineordering/
H A Dsyntax.php126 $content = '<div id="onlineordering_plugin">';
337 return '<div id="onlineordering_error">'.$this->getLang( $id ).'</div>';
/plugin/catlist/
H A Dscript.js17 addPageInput.id = 'catlist_addpage_id';
27 addPageValidButton.id = 'catlist_addpage_btn';
58 newPageURL = catlist_baseurl + catlist_basescript + '?id=' + newPageID + '&do=edit'; break;
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dtunnel.svg1id="A" x1="11.921" y1="163.389" x2="12.189" y2="127.805" gradientUnits="userSpaceOnUse"><stop offs…
H A Dfolder.svg1id="A" x1="58.98" y1="150.369" x2="164.285" y2="150.369" gradientUnits="userSpaceOnUse"><stop offs…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DEvent_Hubs.svg1 …><defs ><path id="B" d="M-145 250.5a.47.47 0 0 1-.5.5h-3.9a.47.47 0 0 1-.5-.5v-2.9a.47.47 0 0 1 .5…
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dcumulus_linux_icon.svg1id="A" x1="3.43" y1="36.85" x2="43.49" y2="11.82" gradientUnits="userSpaceOnUse"><stop offset="0" …
H A Dcumulus_netq_icon.svg1id="A" x1="1.82" y1="34.28" x2="45.38" y2="14.09" gradientUnits="userSpaceOnUse"><stop offset="0" …
/plugin/bootswrapper/syntax/
H A Dmodal.php91 $id = $attributes['id'];
124 …$markup = '<div class="bs-wrap bs-wrap-modal modal ' . $fade . '" id="' . $id . '" role="dialog" t…
/plugin/epub/scripts/
H A Dscript.js34 function epub_remove_creator(id) { argument
35 var params="remove="+encodeURIComponent(id);
/plugin/docnavigation/
H A Daction.php98 * Build nice url title, if no title given use original link with original not cleaned id
100 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
111 $id = ':' . $link['link'] . '#' . $link['hash'];
112 return $Renderer->internallink($id, $title, null, true);
116 * Build nice url title, if no title given use original link with original not cleaned id
118 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
/plugin/diagrams/script/
H A Dprosemirror.js9 id: {},
39 'data-id': node.attrs.id,
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig11id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background">&nbsp;');f.push("</td>"…
12 …s:[{type:"hbox",align:"top",widths:["320px","90px"],children:[{type:"html",id:"charContainer",html…
13id:"charPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:28px;he…
/plugin/txtconf/
H A Dconfig0.class.php83 function save_settings($id, $header='', $backup=true) { argument
102 $out = $this->_out_header($id,$header);
149 function _out_header($id, $header) { argument
155 " * Auto-generated by ".$id." plugin \n".
427 list ($id, $text) = $token;
428 switch ($id) {
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php145 $id = $_ENV['pm']->deletepmbyplids($this->user['uid'], $this->input('pmids'));
147 $id = $_ENV['pm']->deletepmbypmids($this->user['uid'], $this->input('pmids'));
150 $id = $_ENV['pm']->deletepmbypmid($this->user['uid'], $this->input('pmids'));
152 return $id;
170 $id = $_ENV['pm']->deletepmbyplids($this->user['uid'], $this->input('touids'), 1);
171 return $id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyer.php78 'path' => 'accounts/{id}',
81 'id' => [
92 'path' => 'accounts/{id}',
95 'id' => [
106 'path' => 'accounts/{id}',
109 'id' => [
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig11id="'+k+'">'+e+"</span></a>")}else f.push('<td class="cke_dark_background">&nbsp;');f.push("</td>"…
12 …s:[{type:"hbox",align:"top",widths:["320px","90px"],children:[{type:"html",id:"charContainer",html…
13id:"charPreview",className:"cke_dark_background",style:"border:1px solid #eeeeee;font-size:28px;he…
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php117 * Gets instance of the class by id
121 public static function getResource($id = NULL) {
123 if (is_null($id)) {
126 if (!array_key_exists($id, self::$resources)) {
127 $x = new bibtexrender_plugin_bibtex4dw($id);
128 self::$resources[$id] = $x;
131 return self::$resources[$id];
426 $html .= '<li><div class="li" name="ref__' . $key . '" id="ref__'. $key . '">';
120 getResource($id = NULL) global() argument

1...<<71727374757677787980>>...142