Home
last modified time | relevance | path

Searched refs:id (Results 126 – 150 of 3398) sorted by relevance

12345678910>>...136

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
H A DUsersMessages.php71 * @param string $id The ID of the message to delete.
74 public function delete($userId, $id, $optParams = []) argument
76 $params = ['userId' => $userId, 'id' => $id];
95 public function get($userId, $id, $optParams = []) argument
97 $params = ['userId' => $userId, 'id' => $id];
186 * @param string $id The ID of the message to modify.
218 * @param string $id The ID of the message to Trash.
222 public function trash($userId, $id, $optParams = []) argument
224 $params = ['userId' => $userId, 'id' => $id];
237 public function untrash($userId, $id, $optParams = []) argument
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php486 $this->id = $id;
732 $this->id = $id;
789 $this->id = $id;
821 $this->id = $id;
831 $this->id = $id;
875 $this->id = $id;
916 $this->id = $id;
973 $this->id = $id;
1005 $this->id = $id;
1080 $this->id = $id;
[all …]
H A DGoogle_SiteVerificationService.php30 * @param string $id The id of a verified site or domain.
33 public function delete($id, $optParams = array()) { argument
34 $params = array('id' => $id);
42 * @param string $id The id of a verified site or domain.
46 public function get($id, $optParams = array()) { argument
47 $params = array('id' => $id);
117 $params = array('id' => $id, 'postBody' => $postBody);
247 public $id; variable in Google_SiteVerificationWebResourceResource
252 public function setId( $id) { argument
253 $this->id = $id;
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dusers.svg1id="A" xlink:href="#Y"><stop offset="0" stop-color="#107cfc"/><stop offset="1" stop-color="#edf5ff…
/plugin/blog/
H A Dhelper.php58 $id = $page['id'];
59 $file = wikiFN($id);
62 if (isHiddenPage($id)) continue; // skip excluded pages
64 if (strlen($excluded_pages) > 0 && preg_match($excluded_pages, $id)) continue;
65 if (($ns) && (strpos($id, $ns.':') !== 0)) continue; // filter namespaces
68 $perm = auth_quickaclcheck($id);
72 $meta = p_get_metadata($id, '', false);
80 if (!$date) $date = filemtime(wikiFN($id));
83 if (!$cdate) $cdate = filectime(wikiFN($id));
[all...]
/plugin/pageimage/
H A Dhelper.php42 function td($id) { argument
47 $src = $this->getImageID($id);
58 $ret .= '<a href="'.wl($id).'">';
90 * @param string $id page id
95 function getImageID($id,$flags=array()){ argument
97 $src = p_get_metadata($id,'pageimage');
99 $src = $id .'.jpg';
101 $src = $id .'.png';
103 $src = $id .'.jpeg';
105 $src = p_get_metadata($id,'relation firstimage');
/plugin/xtern/
H A Dadmin.php149 function local_url($id,$url) { argument
150 $id = trim($id,':');
152 $id = str_replace(array('"', "'"),array(""),$id);
155 function add_broken($id,$url) { argument
156 $id = trim($id,':');
157 if(!isset($this->broken[$id])) {
158 $this->broken[$id] = array();
160 $this->broken[$id][] = $url;
214 $header = $id ? "<tr><th>$id</th></tr>" : "";
232 $this->add_broken($id,$url);
[all …]
/plugin/combo/
H A Dcli.php269 $id = $pageArray['id'];
271 $ID = $id;
283 $indexedOrNot = idx_addPage($id, true, true);
285 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) was indexed and replicated", LogUtility::LVL_MSG_INFO);
287 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error", LogUtility::LVL_MSG_ERROR);
290 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error: " . $e->getMessage(), LogUtility::LVL_MSG_ERROR);
326 'id',
348 $id = $pageArray['id'];
[all...]
/plugin/slideshare/slideshare/
H A Dsyntax.php48 $id = $result[3][0];
57 return array($state, array($cmd,$id,$align,$title));
63 list($cmd,$id,$align,$title) = $match;
64 $id = urlencode($id);
70 $href_start=sprintf($lnkFormat,$id,empty($title)?$id:$title.' ('.$id.')');
75 $renderer->doc.=sprintf($this->html,$id,425,350,$align,$id,425,350,$align,$title);
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php24 public $id; variable in Symfony\\Polyfill\\Php80\\PhpToken
41 public function __construct(int $id, string $text, int $line = -1, int $position = -1) argument
43 $this->id = $id;
51 if ('UNKNOWN' === $name = token_name($this->id)) {
64 if (\in_array($value, [$this->id, $this->text], true)) {
74 return \in_array($this->id, [\T_WHITESPACE, \T_COMMENT, \T_DOC_COMMENT, \T_OPEN_TAG], true);
92 $id = \ord($token);
95 [$id, $text, $line] = $token;
97 $tokens[$index] = new static($id,
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js152 isTaskDisplayed: function(id, task){ argument
159 isLinkDisplayed: function(id, link){ argument
162 getTaskPosition: function(id){ argument
163 var y = gantt.getTaskTop(id);
290 if(id !== undefined){
295 if(cached[id] === undefined){
296 cached[id] = payload(id);
299 return cached[id];
323 return function(id){ argument
354 function clearTaskCache(id){ argument
[all …]
/plugin/swiftmail/Swift/Connection/
H A DMulti.php38 foreach ($connections as $id => $conn)
40 $this->addConnection($connections[$id], $id);
48 public function addConnection(Swift_Connection $connection, $id=null) argument
55 if ($id !== null) $this->connections[$id] = $connection;
92 foreach ($this->connections as $id => $conn)
95 $this->connections[$id]->start();
96 if ($this->connections[$id]->isAlive())
98 $this->active = $id;
105 $log->add("Connection (" . $id . ") failed. Will try next connection if available.");
110 $fail_messages[] = $id . ": " . $e->getMessage();
/plugin/fedauth/classes/
H A Dfa_provider.class.php24 var $id = ''; variable in fa_provider
27 public static function create($id, $data) { argument
29 $instance->loadProvider($id, $data);
33 public static function createCustom($id, $name, $url, $large, $small) { argument
43 return self::create($id, $data);
46 protected function loadProvider($id, $data) { argument
47 $this->id = $id;
85 return $this->id;
138 $str .= sprintf("\$%s['%s']['%s'] = %s;\n", $varname, $this->id,
159 $large = 'large/' . $this->id . '.png';
[all …]
/plugin/docsearch/action/
H A Dsearch.php44 foreach($data as $id => $hits) {
45 $searchResults[$id] = array();
46 $searchResults[$id]['hits'] = $hits;
48 $searchResults[$id]['snippet'] = ft_snippet($id, $regex);
58 foreach($searchResults as $id => $data) {
60 $usages = ft_mediause($id, $this->getConf('showUsage'));
65 echo '<a href="' . ml($id) . '" title="" class="wikilink1">' . hsc($id) . '</a>: ';
/plugin/displayorphans/
H A D_local.php35 …public static function /* bool */ isPageIgnored(/* string */ $id, array $ignoredPages = null, arra… argument
37 if (!empty($ignoredPages) && in_array($id, $ignoredPages)) { return true; }
43 $sub = substr($id, 0, strlen($namespace));
50 public static function /* bool */ isOrphanedPage(/* string */ $id, array $item, argument
52 …{ return $item['exists'] && $item['count'] == 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
54 public static function /* bool */ isWantedPage(/* string */ $id, array $item, argument
56 …{ return !$item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
58 public static function /* bool */ isLinkedPage(/* string */ $id, array $item, argument
60 …{ return $item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $ignor…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DAccounts.php36 * @param int $id The account id
40 public function get($id, $optParams = []) argument
42 $params = ['id' => $id];
62 * @param int $id The account id
70 public function patch($id, Account $postBody, $optParams = []) argument
72 $params = ['id' => $id, 'postBody' => $postBody];
79 * @param int $id The account id
87 public function update($id, Account $postBody, $optParams = []) argument
89 $params = ['id' => $id, 'postBody' => $postBody];
/plugin/feedback/
H A Daction.php73 $id = $INPUT->str('id');
78 $contact = $this->getFeedbackContact($id);
99 $url = ml($id, '', false, '&amp;', true);
101 $url = wl($id, '', true);
173 public function getFeedbackContact($id) { argument
176 $ns = $id;
179 $ns = $this->adjustForTanslations($id);
219 * @param string $id
223 protected function adjustForTanslations($id) { argument
227 list(, $id) = $trans->getTransParts($id);
[all …]
/plugin/tagfilter/
H A Dscript.js11 function getSelectByFormId(id){ argument
12 return jQuery('select.tagdd_select_'+id);
15 function tagfilter_cleanform(id,refresh){ argument
16 //elements = getElementsByClass('tagdd_select',document.getElementById('tagdd_'+id),'select');
17 const $elements = getSelectByFormId(id);
22 function tagfilter_submit(id,ns,flags)
26 var $elements = getSelectByFormId(id);
29 var tags = jQuery('#tagdd_'+id).data('tags');
46 if(e.id == '__tagfilter_page_'+id) {
25 tagfilter_submit(id,ns,flags) global() argument
[all...]
/plugin/epub/scripts/
H A Dupdate_files.php9 $id = rawurldecode($INPUT->str('remove')); variable
10 if(!$helper->is_inCache($id)) {
11 … echo htmlentities($id) . " is not in the book creator list; you may use it for other purposes.\n";
16 $helper->remove_page($id);
18 if(!$helper->is_inCache($id)) {
19 …echo "$id has been successfully removed from the book creator list.\nTo restore it to the list you…
22 echo "$id was not removed from book creator list.\n";
/plugin/datepicker/
H A Dscript.js13 function datepickerInit(id,emptyString) argument
17 … displayArea : "datepicker__show__"+id, // ID of the span where the date is to be shown
19 button : "datepicker__button__"+id, // trigger button (well, IMG in our case)
29 function weekpickerInit(id,emptyString) argument
33 … displayArea : "weekpicker__show__"+id, // ID of the span where the date is to be shown
35 button : "weekpicker__button__"+id, // trigger button (well, IMG in our case)
58 if(jQuery("#"+par.displayArea.id).parents('div.sortable').length != 0) {
59 idx = jQuery("#"+par.displayArea.id).data("plugin-datepicker-idx");
61 idx = ajaxedit_getIdxByIdClass(par.displayArea.id, //DOM-id
91 par.displayArea.id, //DOM-id
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php199 $backend->createCalendarObject($returnedId, 'id-1', $object);
204 'id' => 1,
206 'uri' => 'id-1',
213 'id' => 2,
215 'uri' => 'id-2',
223 $result = $backend->getMultipleCalendarObjects($returnedId, [ 'id-1', 'id-2' ]);
417 $this->assertEquals('random-id', $data['uri']);
437 'somerandomid/random-id',
460 $this->assertEquals('random-id', $data['uri']);
475 $backend->deleteCalendarObject($returnedId, 'random-id');
[all …]
/plugin/indexmenu2/syntax/
H A Dindexmenu.php445 $id = pathID($file);
459 if($type=='f' && isHiddenPage($id)){
470 if (noNS(getNS($id))==noNS($id) || // /<ns>/<ns>.txt
472 $id==getNS($id).":".$conf['start'] || // /<ns>/<start_page>.txt
473 @file_exists(dirname(wikiFN($id.":".noNS($id)))) // /<ns>/
485 if ($type == 'f' && file_exists(dirname(wikiFN($id.":".noNS($id))))) $type = 'd';
491 $target = $id;
501 $nsa = array( $id.":".noNS($id),
502 $id,
503 $id.":".$conf['start']
[all …]
/plugin/translation/
H A Dhelper.php71 * @param string $id argument
74 public function getLangPart($id)
76 [$lng] = $this->getTransParts($id);
82 * the id part.
84 * @param string $id argument
87 public function getTransParts($id)
90 if (preg_match($rx, $id, $match)) {
93 return ['', $id];
157 * @param string $id
161 public function istranslatable($id,
158 istranslatable($id, $checkact = true) global() argument
201 getAvailableTranslations($id) global() argument
359 getOldDiffLink($id, $lastmod) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DInvitations.php45 * @param string $id Identifier of the invitation to accept.
49 public function accept($id, $optParams = []) argument
51 $params = ['id' => $id];
82 * @param string $id Identifier of the invitation to delete.
86 public function delete($id, $optParams = []) argument
88 $params = ['id' => $id];
98 * @param string $id Identifier of the invitation to return.
102 public function get($id, $optParams = []) argument
104 $params = ['id' => $id];
/plugin/bez/tpl/
H A Dtask.php2 <?php if ($tpl->get('task')->thread_id != '' && $tpl->get('task')->thread->acl_of('id') >= BEZ_PERMISSION_VIEW): ?>
11 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('task')->thread->id) ?>">
12 #<?php echo $tpl->get('task')->thread->id ?>
31 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('task')->thread->id) ?>#k<?php echo $tpl->get('task')->thread_comment->id ?>">
32 #k<?php echo $tpl->get('task')->thread_comment->id ?>
46 $tpl->param('tid') == $tpl->get('task')->id): ?>
58 $tpl->param('zkid') == $task_comment->id)
[all...]

12345678910>>...136