Home
last modified time | relevance | path

Searched refs:id (Results 601 – 625 of 3526) sorted by relevance

1...<<21222324252627282930>>...142

/plugin/noticeboard/noticeboard/
H A Dsyntax.php99 <input type='hidden' name='id' value='".$ID."' />
111 <input type='hidden' name='id' value='".$ID."' />
122 <input type='hidden' name='id' value='".$ID."' />
141 <input type='hidden' name='id' value='".$ID."' />
238 <input type='hidden' name='id' value='".$ID."' />
300 <input type='hidden' name='id' value='".$ID."' />
349 <input type='hidden' name='id' value='".$ID."' />
357 <input type='hidden' name='id' value='".$ID."' />
404 <input type='hidden' name='id' value='".$ID."' />
414 <input type='hidden' name='id' value='".$ID."' />
[all …]
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php259 foreach ( $POST_PROCESSING_DIRECTIVES["only_first_page"] as $k => $id ) {
260 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
269 foreach ( $POST_PROCESSING_DIRECTIVES["only_last_page"] as $k => $id ) {
270 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
280 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
289 foreach ( $POST_PROCESSING_DIRECTIVES["all_but_last_page"] as $k => $id ) {
290 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
299 foreach ( $POST_PROCESSING_DIRECTIVES["only_even_page"] as $k => $id ) {
300 $elem = $params["document"]->get_element_by_id ( trim ( $id ) );
309 foreach ( $POST_PROCESSING_DIRECTIVES["only_odd_page"] as $k => $id ) {
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DId.php9 public $id = ''; variable in PhpCss\\Ast\\Selector\\Simple\\Id
11 public function __construct(string $id = '') { argument
12 $this->id = $id;
/plugin/move/helper/
H A Dhandler.php20 protected $id; variable in helper_plugin_move_handler
40 * @param string $id The id of the text that is passed to the handler
41 * @param string $original The name of the original ID of this page. Same as $id if this page wasn't moved
46 public function init($id, $original, $page_moves, $media_moves, $handlers) { argument
47 $this->id = $id;
48 $this->ns = getNS($id);
244 // do a simple replace of the first match so really only the id is changed and not e.g. the alignment
269 $id
[all...]
/plugin/favoris/
H A Dfavoris.js58 function cache(id) { argument
59 if (document && document.getElementById(id))
60 document.getElementById(id).style.display="none";
63 function afficheMasque(id) { argument
64 if (document && document.getElementById(id))
65 if (document.getElementById(id).style.display=="block")
66 document.getElementById(id).style.display="none";
68 document.getElementById(id).style.display="block";
/plugin/namespacesearch/
H A Dsyntax.php72 list($id, $type, $lvl) = array_values($namespace);
73 …$names[] = array($id, ucwords(preg_replace('/[-_:]/', ' ', str_replace("$ID:", '', $id))), $class);
125 foreach($data as $id => $cnt){
126 if ( $id == $ID ) { continue; }
128 $renderer->doc .= html_wikilink(':'.$id, $conf['useheading']?NULL:$id, $regex);
132 … $renderer->doc .= '<div class="search_snippet">'.ft_snippet($id,$regex).'</div>';
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php48 * @param int|null $id
52 public function getMessages(?int $id = null) argument
73 yield $this->constructMessage($message, $id);
174 * @param int|null $id
178 public function getMessage(?int $id = null) argument
180 return $this->getMessages($id)->current();
187 * @param int|null $id
190 protected function constructMessage(Message $message, ?int $id = null) argument
/plugin/do/
H A Daction.php59 $id = cleanID($_REQUEST['do_page']);
61 if (auth_quickaclcheck($id) < AUTH_EDIT) {
72 $status = $hlp->toggleTaskStatus($id, $_REQUEST['do_md5'], $_REQUEST['do_commit']);
75 p_get_metadata($id, '', true);
183 $id = $namespace . $event->data[2];
184 if (isset($this->run[$id])) {
191 $hlp->cleanPageTasks($id);
192 $this->run[$id] = true;
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php63 public function setContentId($id) argument
65 $id = (string) $id;
66 $this->cid = $id;
67 $this->headers->set("Content-ID", "<" . $id . ">");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaChangeHistoryEvent.php40 public $id; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaChangeHistoryEvent
105 public function setId($id) argument
107 $this->id = $id;
114 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1GridItem.php25 public $id; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1GridItem
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DOperatingSystemVersion.php25 public $id; variable in Google\\Service\\Dfareporting\\OperatingSystemVersion
48 public function setId($id) argument
50 $this->id = $id;
57 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DAuthProvider.php34 public $id; variable in Google\\Service\\ServiceNetworking\\AuthProvider
77 public function setId($id) argument
79 $this->id = $id;
86 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DSnapshotSchedulePolicy.php30 public $id; variable in Google\\Service\\Baremetalsolution\\SnapshotSchedulePolicy
63 public function setId($id) argument
65 $this->id = $id;
72 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DAuthProvider.php34 public $id; variable in Google\\Service\\ServiceUsage\\AuthProvider
77 public function setId($id) argument
79 $this->id = $id;
86 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAuthProvider.php34 public $id; variable in Google\\Service\\ServiceConsumerManagement\\AuthProvider
77 public function setId($id) argument
79 $this->id = $id;
86 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuthProvider.php34 public $id; variable in Google\\Service\\ServiceManagement\\AuthProvider
77 public function setId($id) argument
79 $this->id = $id;
86 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DLighthouseCategoryV5.php32 public $id; variable in Google\\Service\\PagespeedInsights\\LighthouseCategoryV5
77 public function setId($id) argument
79 $this->id = $id;
86 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetListDatasets.php31 public $id; variable in Google\\Service\\Bigquery\\DatasetListDatasets
76 public function setId($id) argument
78 $this->id = $id;
85 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DTargetHttpProxyAggregatedList.php26 public $id; variable in Google\\Service\\Compute\\TargetHttpProxyAggregatedList
49 public function setId($id) argument
51 $this->id = $id;
58 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DTransformSummary.php28 public $id; variable in Google\\Service\\Dataflow\\TransformSummary
63 public function setId($id) argument
65 $this->id = $id;
72 return $this->id;
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js1 …ll,reset:function(){this.currentLang=d.getLang();this.newLang=null},id:"lang"},k=[{id:"options",la… property in AnonymousFunctionbb2b70450100.l
2id:"scaytOptions",children:function(){var b=d.getApplicationConfig(),a=[],c={"ignore-all-caps-word…
3 {id:"langs",label:d.getLocal("tab_languages"),elements:[{id:"leftLangColumn",type:"vbox",align:"lef…
4 …getLang();n.getById("scaytLang_"+c.name+"_"+b).$.checked=!0}},{type:"html",id:"graytLanguagesHint"…
5id:"dictionaries",label:d.getLocal("tab_dictionaries"),elements:[{type:"vbox",id:"rightCol_col__le…
6 …yName())},0)}},{type:"hbox",id:"udButtonsHolder",align:"left",widths:["auto"],style:"width:auto;",…
12id:"editDic",label:d.getLocal("btn_goToDic"),title:d.getLocal("btn_goToDic"),onLoad:function(){thi…
13 id:"dicInfoHtml",html:'\x3cdiv id\x3d"dic_info_editor1" style\x3d"margin:5px auto; width:95%;white-…
14 …yle:"margin-top: 20px;",children:[{type:"hbox",id:"addWordButton",align:"left",children:[{type:"bu…
16 …lState")}}]}]}]},{id:"wordsHolder",type:"hbox",style:"width: 100%; height: 170px; margin-bottom: 0…
[all …]
/plugin/pagequery/
H A DPageQuery.php92 * Builds the sorting array: array of arrays (0 = id, 1 = name, 2 = abstract, 3 = ... , etc)
114 // look for 'abc' by title instead of name ('abc' by page-id makes little sense)
130 foreach ($ids as $id) {
132 $meta = p_get_metadata($id, '', METADATA_DONT_RENDER);
141 $name = noNS($id);
146 // first column is the basic page id
147 $row['id'] = $id;
186 case 'id':
187 $value = $id;
956 proper(string $id) global() argument
975 htmlWikilink(string $id, string $display, string $abstract, array $opt, bool $track_snippets = true, bool $raw = false) global() argument
[all...]
/plugin/tindexmenu/
H A Dajax.php95 function print_toc($id) { argument
97 $id=cleanID($id);
98 if (auth_quickaclcheck($id) < AUTH_READ) return;
99 $meta = p_get_metadata($id);
105 $out .= '<a href="'.wl($id).'">';
106 $out .= ($meta['title']) ? htmlspecialchars($meta['title']) : htmlspecialchars(noNS($id));
140 $id=cleanID($_POST['id']);
141 return '<span class="li"><a href="'.wl($id,'#'.$item['hid'],false,'').'" class="toc">'.
/plugin/strata/types/
H A Dwiki.php56 $id = $parts[0];
58 list($id,$hash) = explode('#', $id, 2);
60 if($id === '') {
61 $id = $ID;
65 resolve_pageid(getNS($ID), $id, $exists);
67 $id = ':'.$id;
70 return $this->_linkSyntax($instruction, $id.'#'.$hash);

1...<<21222324252627282930>>...142