Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 26) sorted by relevance

12

/plugin/sync/
Dadmin.php9 protected $profiles = array(); variable in admin_plugin_sync
26 if ( isset($this->profiles[$this->profno]['timeout']) ){
27 $timeout = (int) $this->profiles[$this->profno]['timeout'];
33 … $this->client = new IXR_Client($this->profiles[$this->profno]['server'], false, 80, $timeout);
36 … $this->client = new dokuwiki\Remote\IXR\Client($this->profiles[$this->profno]['server']);
41 if($this->profiles[$this->profno]['user']){
43 $this->profiles[$this->profno]['user'],
44 $this->profiles[$this->profno]['pass']
88 unset($this->profiles[$this->profno]);
89 $this->profiles = array_values($this->profiles); //reindex
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
DProfile.php31 private $profiles = []; variable in Twig\\Profiler\\Profile
78 return $this->profiles;
83 $this->profiles[] = $profile;
93 if ($this->isRoot() && $this->profiles) {
96 foreach ($this->profiles as $profile) {
152 $this->starts = $this->ends = $this->profiles = [];
158 return new \ArrayIterator($this->profiles);
163 …erialize([$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles]);
168 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = uns…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
DStage.php26 public $profiles; variable in Google\\Service\\CloudDeploy\\Stage
35 public function setProfiles($profiles) argument
37 $this->profiles = $profiles;
44 return $this->profiles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DGetPublisherProfilesByAccountIdResponse.php29 public function setProfiles($profiles) argument
31 $this->profiles = $profiles;
38 return $this->profiles;
/plugin/dokullm/doc/
H A Dprofiles.txt3 …the [[default|default]] profile, but you can create and switch between multiple profiles as needed.
7 The following profiles are currently available:
9 * //Add your custom profiles here//
15 …- Create a new namespace at ''dokullm:profiles:PROFILE_NAME'' (replace PROFILE_NAME with your desi…
16 …- Create a profile definition page (similar to ''dokullm:profiles:default'') that defines the acti…
24 * ''dokullm:profiles:PROFILE_NAME:'' - Profile namespace
25 * ''dokullm:profiles:PROFILE_NAME:system'' - Base system prompt for the profile
26 * ''dokullm:profiles:PROFILE_NAME:action_name'' - Prompt page for each action
27 * ''dokullm:profiles:PROFILE_NAME:action_name:system'' - Action-specific system prompt extension
31 Each profile needs a definition page (like ''dokullm:profiles:default'') that contains a table defi…
[all …]
H A Dinstall.txt60 The DokuLLM plugin uses DokuWiki pages to store prompts and profiles. These are located in the ''do…
62 * Default prompts are stored in ''dokullm:profiles:default:'' namespace
63 * Custom profiles can be created under ''dokullm:profiles:[PROFILE_NAME]:''
68 1. Create the ''dokullm:profiles:default:system'' page with your base system prompt
69 …2. Create action prompt pages like ''dokullm:profiles:default:summarize'', ''dokullm:profiles:defa…
70 …3. Create action-specific system extensions like ''dokullm:profiles:default:summarize:system'' if …
H A Dprompts.txt7 …r the DokuLLM plugin. This namespace contains all the prompt templates, profiles, and system confi…
11 === Main System Prompt (''dokullm:profiles:default:system'') ===
90 * Located in the ''dokullm:profiles:default:'' namespace
96 * Located in the ''dokullm:profiles:[PROFILE_NAME]:'' namespace
102 * Can be created in custom namespaces under ''dokullm:profiles:''
171 * Check existing prompt names in the ''dokullm:profiles:default:'' namespace
203 ''dokullm:profiles:[PROFILE_NAME]:[ACTION_NAME]:system''
206 * ''dokullm:profiles:default:summarize:system''
207 * ''dokullm:profiles:default:create:system''
208 * ''dokullm:profiles:medical:analyze:system''
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DWebPropertySummary.php127 public function setProfiles($profiles) argument
129 $this->profiles = $profiles;
136 return $this->profiles;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudProfiler.php68 'profiles',
72 'path' => 'v2/{+parent}/profiles',
82 'path' => 'v2/{+parent}/profiles:createOffline',
DAnalytics.php673 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/expe…
698 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/expe…
723 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/expe…
743 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/expe…
771 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/expe…
796 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/expe…
929 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goal…
954 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goal…
974 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goal…
1002 …'path' => 'management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goal…
[all …]
DAdExchangeBuyer.php672 'path' => 'publisher/{accountId}/profiles',
/plugin/profiles/
Dplugin.info.txt3 base profiles
9 url https://www.dokuwiki.org/plugins:profiles
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
DProfileTest.php89 $profiles = $profile->getProfiles();
90 $this->assertCount(1, $profiles);
91 $profile3 = $profiles[0];
/plugin/freesync/
Dadmin.php102 $profiles = $this->fshlp->getProfiles();
103 reset($profiles);
104 while($profile = each($profiles)) {
Dhelper.php84 $profiles = array();
88 $profiles[] = $match[1];
92 return $profiles;
/plugin/sync/lang/en/
Dintro.txt3 …th other wikis. Multiple other wikis can be setup using synchronization profiles. Synchronization …
/plugin/authyubikey/
DREADME.md20 Moreover it is important, that the users can manage their own profiles. So do not
/plugin/contactmodern/
DREADME.textile61 …ls will be send to the profile email address. You have to specify other profiles before you can us…
/plugin/authgoogle/google/contrib/
DGoogle_ModeratorService.php893 public $profiles; variable in Google_ModeratorService
918 …$this->profiles = new Google_ProfilesServiceResource($this, $this->serviceName, 'profiles', json_d…
/plugin/codemirror/dist/modes/
Didl.min.js.map1 …nt', 'printf', 'printd', 'pro', 'product',\n 'profile', 'profiler', 'profiles', 'project_vol', …
Dsql.min.js.map1profiles purge query quick range read read_write reads real rebuild recover references regexp rela…
/plugin/photogallery/phpThumb/
DphpThumb.config.php.default118 …sizing parameter (if available) which removes extra non-image metadata (profiles, EXIF info, etc) …
/plugin/aceeditor/
Dbuild.js1 …|prepare|preserve|prev|primary|privileges|procedure|processlist|profile|profiles|purge|query|quick…
/plugin/calendar/
DCHANGELOG.md2609 **Remember MySpace profiles?**
/plugin/dirtylittlehelper/mermaid/editor/docs/
D3.3.js.map1 … \"description\": \"The URIs of one or more metadata profiles, separated by whi…

12