Home
last modified time | relevance | path

Searched refs:id (Results 351 – 375 of 3526) sorted by relevance

1...<<11121314151617181920>>...142

/plugin/bureaucracyau/_test/
H A Dfield_file.test.php97 $id = 'upload_default';
101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>";
105 $this->assertTrue(file_exists(mediaFN("$id:$media")));
110 $id = 'upload_absolute';
115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>";
124 $id = 'upload_relative';
130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
134 $this->assertTrue(file_exists(mediaFN("$id:$upload_ns:$media")));
/plugin/quickstats/
H A Dhelper.php65 function is_inCache($id) { argument
67 $md5 = md5($id);
87 function writeCache($id) { argument
88 if(!$this->is_inCache($id)) {
89 $this->cache[md5($id)] = $id;
96 function is_inConfList($id) { argument
102 if(preg_match("/$ns/",$id)) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlHandler.php109 $id = (int) $handle;
110 $this->handles[$id] = $handle;
111 $this->ownedHandles[$id] = true;
118 $id = (int) $handle;
120 curl_close($this->handles[$id]);
121 unset($this->handles[$id], $this->ownedHandles[$id]);
132 $this->ownedHandles[$id] = false;
/plugin/components/ajax/
H A Dexample.php34 $id = cleanID($params['id']);
35 return auth_quickaclcheck($id) >= AUTH_EDIT;
40 $id = cleanID($params['id']);
41 if (!file_exists(wikiFN($id)))
49 return rawWikiSlices($range['from'] . '-' . $range['to'], $id)[1];
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dshadowed_router.svg1id="A" x1="115.851" y1="190.464" x2="118.036" y2="121.241"/><linearGradient id="B" gradientUnits="…
/plugin/orphanswanted/
H A Dhelper.php128 foreach($data as $id=>$item) {
133 $match_array = explode(":", $id);
161 if(!is_null($ignoredPages) && in_array($id, $ignoredPages)) {
162 if ($conf['allowdebug']) echo "Skipped page (global ignored): " . $id . "<br />";
164 } elseif(isHiddenPage($id)) {
165 if ($conf['allowdebug']) echo "Skipped page (global hidden): " . $id . "<br />";
184 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
186 . $id .'</a></td>'
187 … . ($show_heading ? '<td>' . hsc(p_get_first_heading($id)) .'</td>' : '' );
191 . ($has_links ? "&nbsp;:&nbsp;<a href=\"". wl($id, 'do=backlink')
/plugin/gemini/
H A Dcli.php208 $id = cleanID(str_replace('/', ':', $path));
212 return $this->generateMediaResponse($id);
214 return $this->generatePageResponse($id);
221 * @param string $id
226 protected function generateMediaResponse($id) argument
228 if (!media_exists($id)) return false;
229 $file = mediaFN($id);
241 * @param string $id
244 protected function generatePageResponse($id) argument
246 if (!page_exists($id)) return false;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js26 var msg = JSON.stringify({from: myClientId, id: messageId, type: type,
27 userId: user.id, username: user.displayName, data: data});
64 if (clientLastMsgId[msg.from] >= msg.id) return;
66 clientLastMsgId[msg.from] = msg.id;
130 function createPeer(id, initiator) argument
143 socket.emit('sendSignal', {to: id, from: myClientId, signal: data});
148 delete newClients[id];
154 p2pClients[id] = p;
155 delete newClients[id];
166 delete p2pClients[id];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DAnalyticsProperty.php33 public $id; variable in Google\\Service\\FirebaseManagement\\AnalyticsProperty
66 public function setId($id) argument
68 $this->id = $id;
75 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DEntity.php25 public $id; variable in Google\\Service\\YouTube\\Entity
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentProvenanceParent.php25 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentProvenanceParent
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
H A DGoogleCloudDocumentaiV1beta1DocumentProvenanceParent.php25 public $id; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentProvenanceParent
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DAppId.php33 public $id; variable in Google\\Service\\CloudSearch\\AppId
66 public function setId($id) argument
68 $this->id = $id;
75 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPlatformType.php25 public $id; variable in Google\\Service\\Dfareporting\\PlatformType
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
H A DUserRolePermissionGroup.php25 public $id; variable in Google\\Service\\Dfareporting\\UserRolePermissionGroup
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
H A DAudienceSegment.php29 public $id; variable in Google\\Service\\Dfareporting\\AudienceSegment
52 public function setId($id) argument
54 $this->id = $id;
61 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2PathElement.php25 public $id; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2PathElement
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVpnGatewayVpnGatewayInterface.php25 public $id; variable in Google\\Service\\Compute\\VpnGatewayVpnGatewayInterface
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DPolicyName.php25 public $id; variable in Google\\Service\\CloudIAP\\PolicyName
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DRetryBuildRequest.php25 public $id; variable in Google\\Service\\CloudBuild\\RetryBuildRequest
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUserRef.php29 public $id; variable in Google\\Service\\Analytics\\UserRef
52 public function setId($id) argument
54 $this->id = $id;
61 return $this->id;
H A DColumn.php29 public $id; variable in Google\\Service\\Analytics\\Column
52 public function setId($id) argument
54 $this->id = $id;
61 return $this->id;
H A DGaDataDataTableCols.php25 public $id; variable in Google\\Service\\Analytics\\GaDataDataTableCols
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DElectoralDistrict.php25 public $id; variable in Google\\Service\\CivicInfo\\ElectoralDistrict
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DUrlChannel.php25 public $id; variable in Google\\Service\\AdSenseHost\\UrlChannel
38 public function setId($id) argument
40 $this->id = $id;
47 return $this->id;

1...<<11121314151617181920>>...142