Searched refs:tagmanager (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | TagManager.php | 89 $this->serviceName = 'tagmanager'; 98 'path' => 'tagmanager/v2/{+path}', 108 'path' => 'tagmanager/v2/accounts', 117 'path' => 'tagmanager/v2/{+path}', 141 'path' => 'tagmanager/v2/{+parent}/containers', 151 'path' => 'tagmanager/v2/{+path}', 161 'path' => 'tagmanager/v2/{+path}', 171 'path' => 'tagmanager/v2/{+parent}/containers', 185 'path' => 'tagmanager/v2/{+path}', 209 'path' => 'tagmanager/v2/{+parent}/environments', [all …]
|
/plugin/doxycode/ |
D | remote.php | 53 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 55 $tag_config = $tagmanager->loadTagFileConfig(); 75 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 77 $tag_config = $tagmanager->loadTagFileConfig(); 80 $tag_config = $tagmanager->filterConfig($tag_config, ['isConfigEnabled']); 83 $tag_config = $tagmanager->filterConfig($tag_config, ['isValidRemoteConfig'], true); 97 $existing_file = $tagmanager->getFileName($tagname);
|
D | helper.php | 24 protected $tagmanager; variable in helper_plugin_doxycode 28 $this->tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 66 $dependencies['files'][] = $this->tagmanager->getTagFileDir() . $key . '.xml'; 72 $dependencies['files'][] = $this->tagmanager->getTagFileDir() . 'tagconfig.json'; 87 $dependencies['files'][] = $this->tagmanager->getTagFileDir() . 'tagconfig.json';
|
D | action.php | 58 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 63 $tag_config = $tagmanager->loadTagFileConfig(); 67 …$filtered_config = $tagmanager->filterConfig($tag_config, ['isConfigEnabled','isValidRemoteConfig'… 74 $filename = $tagmanager->getTagFileDir() . $key . '.xml'; 87 $tagmanager->saveTagFileConfig($tag_config, true); 317 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 324 $tag_conf = $tagmanager->getFilteredTagConfig($task_config['tagfiles']); 383 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 386 $tag_config = $tagmanager->getFilteredTagConfig();
|
/plugin/doxycode/syntax/ |
D | snippet.php | 184 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 193 $tag_conf = $tagmanager->getFilteredTagConfig($conf['tagfiles']); 265 $conf['render_task'] = $tagmanager->isForceRenderTaskSet($tag_conf); 370 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 372 $tag_conf = $tagmanager->getFilteredTagConfig($data['tagfiles']);
|
D | taglist.php | 61 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 63 $config = $tagmanager->loadTagFileConfig();
|
/plugin/doxycode/helper/ |
D | buildmanager.php | 457 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 462 $tag_config = $tagmanager->getFilteredTagConfig($config['tagfiles']); 541 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 551 … $tagfiles .= '"' . $tagmanager->getTagFileDir() . $key . '.xml=' . $conf['docu_url'] . '"';
|
D | parser.php | 188 $tagmanager = plugin_load('helper', 'doxycode_tagmanager'); 192 if (realpath($tagmanager->getTagFileDir() . $key . '.xml') === $external) {
|